55 Commits (882164196e5b1971313493f95a6d027f05e2ec92)

Author SHA1 Message Date
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Gavin Andresen 3ae0735553 Unit tests for the GetArg() methods 13 years ago
Gavin Andresen 7bf8b7c25c -bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1 13 years ago
Lars Rasmusson b985efaac1 Replace tabs with four spaces to comply with coding standard in doc/coding.txt 13 years ago
Gavin Andresen 922e8e2929 Replace OP_EVAL (BIP 12) with Pay-to-script-hash (BIP 16). 13 years ago
Pieter Wuille 67a42f929b Network stack refactor 13 years ago
Gavin Andresen 0fcf91ea1e Fix issue #659, and cleanup wallet/command-line argument handling a bit 13 years ago
Wladimir J. van der Laan bde280b9a4 Revert "Use standard C99 (and Qt) types for 64-bit integers" 13 years ago
Luke Dashjr 21d9f36781 Use standard C99 (and Qt) types for 64-bit integers 13 years ago
Gavin Andresen 26ce92b352 Use std::numeric_limits<> for typesafe INT_MAX/etc 13 years ago
Gavin Andresen bd846c0e56 Cleanup: removed dead code, and use C99 typedefs for int64 (supported by all modern c++ compilers) 13 years ago
Gavin Andresen f8ded588a2 Implement BIP 14 : separate protocol version from client version 13 years ago
Gavin Andresen 6e39e7c9b3 Move more newlines out of strings, and fix translations. 13 years ago
Michael Hendricks 1c4aab926e Retain only the most recent time samples 13 years ago
Dylan Noblesmith 94f778bdeb Implement an mlock()'d string class for storing passphrases 13 years ago
Clark Gaebel 3083cf100a Cleaned up the critical section macros. 13 years ago
Gavin Andresen 6853e627f1 Fix build on windows and mac 13 years ago
Victor Leschuk b95e6376d0 Fix for 64bit build 13 years ago
Nils Schneider 452506fc41 simpler ByteReverse 13 years ago
Nils Schneider 6ccff2cbde remove cryptopp dependency, add simple unittest for SHA256Transform() 13 years ago
Wladimir J. van der Laan 20091df725 Add assertion size>0 to MedianFilter 13 years ago
Wladimir J. van der Laan a8b95ce6ed use median filter for peer-reported reported number of blocks 13 years ago
Pieter Wuille 4b603f1cd6 Inline base64 encoder/decoder 13 years ago
JoelKatz 4e67a6216b Faster Base64 decoder. 13 years ago
Gavin Andresen 565c4771b6 Remove wxWidgets 13 years ago
Gavin Andresen 54d02f158d SetMockTime() for cleaner unit testing 13 years ago
Jeff Garzik cbd959c473 Revert "Define MSG_NOSIGNAL to 0 on platforms where it is unavailable." 13 years ago
Venkatesh Srinivas 6a0296791d Define MSG_NOSIGNAL to 0 on platforms where it is unavailable. 13 years ago
Giel van Schijndel 82dc6426b4 Move func 'REF' from util.h to serialize.h 13 years ago
Gavin Andresen 865ed8a1e5 Compile with DEBUG_LOCKORDER to detect inconsistent lock orderings that can cause deadlocks 13 years ago
Matt Corallo b2120e223a Unify copyright notices. 13 years ago
JoelKatz 67ed7d9d49 Fix UNIX-specific thread handle leak. 13 years ago
Giel van Schijndel ecf1c79aad fix warnings: expression result unused [-Wunused-value] 13 years ago
Giel van Schijndel df40181417 fix warning on 64bit systems: cast to pointer from integer of different size [-Wint-to-pointer-cast] 13 years ago
Wladimir J. van der Laan 42c405ad23 temp patch for qtui 13 years ago
Wladimir J. van der Laan e8ef3da713 update core to d0d80170a2 (CWallet class) 13 years ago
Wladimir J. van der Laan 0eeb4f5d5b update bitcoin core from git (eeac8727bc) 13 years ago
Wladimir J. van der Laan 39cf857db9 Internationalization -- initial step, make _ return a std::string to prevent memory leaks 13 years ago
Wladimir J. van der Laan 18cf214528 update bitcoin core to git ce148944c7 13 years ago
Pieter Wuille 76d660ebd3 Faster timeout when connecting 13 years ago
Wladimir J. van der Laan ba4081c1fc move back to original directory structure 13 years ago
Wladimir J. van der Laan 822f2e3ddf update to newest git bitcoin core 13 years ago
Wladimir J. van der Laan 9aef9bca3d define PAIR_TYPE as std::pair 13 years ago
Wladimir J. van der Laan 85663f2c18 update to bitcoin-git 13 years ago
Wladimir J. van der Laan 2097c09a9b integrate a few extra .h files 13 years ago
Wladimir J. van der Laan c24d047b9c core is a more appropriate name for the bitcoin library 13 years ago
Wladimir J. van der Laan 6644d98d9e integration phase 13 years ago
Wladimir J. van der Laan 1f2e0df865 begin integration with bitcoin upstream 13 years ago