Commit Graph

50 Commits (a485c1b69e282883414dfb387d0aac1cfa21533d)

Author SHA1 Message Date
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)
13 years ago
Fordy 3a25a2b9b0 Update License in File Headers
13 years ago
Philip Kaufmann 810b4fad7d remove unused typedef in serialize.h
13 years ago
Pieter Wuille 6b6aaa1698 Further reduce header dependencies
13 years ago
Gavin Andresen b97d54355e Merge pull request #1106 from jgarzik/sign-compare
13 years ago
Gavin Andresen e873dc654c Merge pull request #1115 from laanwj/2012_04_cleanupmisc
13 years ago
Wladimir J. van der Laan 7fa3ad83a9 Remove unused and unreachable code
13 years ago
Jeff Garzik c3fad8350b serialize.h: CAutoFile's read and write may take size_t nSize
13 years ago
Jeff Garzik b87c0fc440 version.h: separate client, net sections. Move more constants to this file.
13 years ago
Wladimir J. van der Laan 6cb6d62347 remove dependency on serialize.h and util.h for SecureString
13 years ago
Wladimir J. van der Laan 52d3a48128 VC2010 compile fixes
13 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments
13 years ago
Matt Corallo db1a5609a0 Fix compilation warning.
13 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
Wladimir J. van der Laan 0a70a3f4d8 Merge branch 'master' of https://github.com/bitcoin/bitcoin
13 years ago
Gavin Andresen 7464e647de Bumped version numbers to 0.4.0rc1
13 years ago
Wladimir J. van der Laan 7a15d4ff67 Merge branch 'master' of https://github.com/bitcoin/bitcoin
13 years ago
Giel van Schijndel 82dc6426b4 Move func 'REF' from util.h to serialize.h
13 years ago
Wladimir J. van der Laan b90c9ecb13 Merge branch 'master' of https://github.com/bitcoin/bitcoin
13 years ago
Gavin Andresen 498a2c9b16 Merge pull request #458 from TheBlueMatt/copyright
13 years ago
Wladimir J. van der Laan 0a76546ae9 Merge branch 'master' of https://github.com/bitcoin/bitcoin
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
14 years ago
Jeff Garzik 24a0def8cd Bump version to 0.3.25
14 years ago
Doug Huff a48c671957 Make mlock() and munlock() portable to systems that require the address to be on a page boundary.
14 years ago
Dylan Noblesmith c1aacf0be3 mlock() all private keys in memory
14 years ago
Jeff Garzik b4b536d782 Bump version to 0.3.24.
14 years ago
Jeff Garzik 6f07e22210 Bump version to 0.3.23.
14 years ago
Wladimir J. van der Laan 223b6f1ba4 make bitcoin include files more modular
14 years ago
Jeff Garzik b17be7e14b Manual merge of jaromil's source tree reorg commit.
14 years ago
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system)
14 years ago