58 Commits (51ed9ec971614aebdbfbd9527aba365dd0afd437)

Author SHA1 Message Date
Brandon Dahler 51ed9ec971 Cleanup code using forward declarations. 11 years ago
Gavin Andresen d5d1425657 Bug fix: CDataStream::GetAndClear() when nReadPos > 0 11 years ago
Pieter Wuille e9755001ab Remove redundant insert method in serialize. 11 years ago
super3 db0e8ccd90 Bump Year Number to 2013 11 years ago
Gavin Andresen 8dc206a1e2 Reject non-canonically-encoded sizes 11 years ago
Pieter Wuille 41b052ad87 Use per-message send buffer, rather than per connection 11 years ago
Pieter Wuille e754cf4133 Split off CBlockHeader from CBlock 12 years ago
Pieter Wuille b5d5f44c95 Add CBufferedFile 12 years ago
Pieter Wuille 4d6144f97f Compact serialization for variable-length integers 12 years ago
Wladimir J. van der Laan b019ea17ec Remove VC6 comment and pointless #ifdef'd benchmark code 12 years ago
Matt Corallo 467b79391f Fix signed/unsigned warnings in {script,serialize}.h (fixes #1541) 12 years ago
Fordy 3a25a2b9b0 Update License in File Headers 12 years ago
Philip Kaufmann 810b4fad7d remove unused typedef in serialize.h 12 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies 12 years ago
Wladimir J. van der Laan 7fa3ad83a9 Remove unused and unreachable code 12 years ago
Jeff Garzik c3fad8350b serialize.h: CAutoFile's read and write may take size_t nSize 12 years ago
Jeff Garzik b87c0fc440 version.h: separate client, net sections. Move more constants to this file. 12 years ago
Wladimir J. van der Laan 6cb6d62347 remove dependency on serialize.h and util.h for SecureString 12 years ago
Wladimir J. van der Laan 52d3a48128 VC2010 compile fixes 12 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments 12 years ago
Matt Corallo db1a5609a0 Fix compilation warning. 12 years ago
Gavin Andresen 882164196e Update all copyrights to 2012 13 years ago
Gavin Andresen a1de57a063 Compile with extra warnings turned on. And more makefile/code tidying up. 13 years ago
Matt Corallo f7a9a11391 Fix horrific performance found by gmaxwell. 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 0e87f34bed Include limits, not climints (using std::numeric_limits now) 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 8896c2d9d6 Bump version 0.5.99 (prep for pulling for version 0.6) 13 years ago
Gavin Andresen 67c454c67c Bump version to 0.5.1 13 years ago
Gavin Andresen d764d9161e Obsolete keypool and make sure database removes log files on shutdown. 13 years ago
Gavin Andresen 94eaab7710 Bump version to 0.5.0.0 13 years ago
Gavin Andresen 6853e627f1 Fix build on windows and mac 13 years ago
Gavin Andresen 6b8a5ab622 Bump version to 0.4.1 13 years ago
Gavin Andresen 7464e647de Bumped version numbers to 0.4.0rc1 13 years ago
Giel van Schijndel 82dc6426b4 Move func 'REF' from util.h to serialize.h 13 years ago
Matt Corallo b2120e223a Unify copyright notices. 13 years ago
Matt Corallo 02962ba848 Add missing include to serialize.h 13 years ago
Wladimir J. van der Laan 24c835b0b6 windows build fix 13 years ago
Jeff Garzik 24a0def8cd Bump version to 0.3.25 13 years ago
Doug Huff a48c671957 Make mlock() and munlock() portable to systems that require the address to be on a page boundary. 13 years ago
Dylan Noblesmith c1aacf0be3 mlock() all private keys in memory 13 years ago
Wladimir J. van der Laan ae3d0aba15 Sync to bitcoin git e94010b239 13 years ago
Jeff Garzik b4b536d782 Bump version to 0.3.24. 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 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