Commit Graph

24 Commits (0e08efc54a6be7f0228d0a3410b305772ac5a8fd)

Author SHA1 Message Date
Philip Kaufmann a7f82808c4 fix OpenSSL not written as proper noun in some comments
12 years ago
Gregory Maxwell 3dbca25b69 Merge pull request #1497 from luke-jr/bugfix_neguint
13 years ago
Luke Dashjr 0f5a2a82d9 CBigNum: Convert negative int64 values in a more well-defined way
13 years ago
Gavin Andresen 550c73f4c8 Merge branch 'signbugs' of https://github.com/wizeman/bitcoin
13 years ago
Fordy 3a25a2b9b0 Update License in File Headers
13 years ago
Ricardo M. Correia 5849bd472a Fix signed subtraction overflow in CBigNum::setint64().
13 years ago
Ricardo M. Correia fe78c9ae8b Don't overflow signed ints in CBigNum::setint64().
13 years ago
Jeff Garzik 1d8c7a9557 Add casts for unavoidable signed/unsigned comparisons
13 years ago
Jeff Garzik faf705a42a Prefer 'unsigned int' for loop index variables tested against ::size()
13 years ago
Dwayne C. Litzenberger 8c8e8c2e93 Fix bugs on 'unsigned char' platforms.
13 years ago
Pieter Wuille ed6d0b5f85 Remove headers.h
13 years ago
Wladimir J. van der Laan 8add7822ce fix warnings: array subscript is of type 'char' [-Wchar-subscripts]
13 years ago
Philip Kaufmann 7e05b97229 fixed typo in comment in netbase.h and bignum.h
13 years ago
Pieter Wuille 6b8de05d0a Begin doxygen-compatible comments
13 years ago
Pieter Wuille a06113b0c5 Workaround for BN_bn2mpi reading/writing out of bounds
13 years ago
Gavin Andresen 882164196e Update all copyrights to 2012
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 f8ded588a2 Implement BIP 14 : separate protocol version from client version
13 years ago
Matt Corallo b2120e223a Unify copyright notices.
13 years ago
Doug Huff a9d3af8821 Demystify a few magic numbers.
14 years ago
Wladimir J. van der Laan 223b6f1ba4 make bitcoin include files more modular
14 years ago
Jaromil 84c3fb07b0 directory re-organization (keeps the old build system)
14 years ago