aboutsummaryrefslogtreecommitdiff
path: root/src/bignum.h
AgeCommit message (Expand)Author
2013-04-12Use a uint256 for bnChainWorkPieter Wuille
2012-12-17Fix two typos in main.hfanquake
2012-12-12Merge pull request #1825 from roques/bignum2Gavin Andresen
2012-09-17reimplement CBigNum's compact encoding of difficulty targetsChristian von Roques
2012-09-10HexStr: don't build a vector<char> firstWladimir J. van der Laan
2012-07-21fix OpenSSL not written as proper noun in some commentsPhilip Kaufmann
2012-07-11Merge pull request #1497 from luke-jr/bugfix_neguintGregory Maxwell
2012-06-18CBigNum: Convert negative int64 values in a more well-defined wayLuke Dashjr
2012-06-18Merge branch 'signbugs' of https://github.com/wizeman/bitcoinGavin Andresen
2012-05-18Update License in File HeadersFordy
2012-05-14Fix signed subtraction overflow in CBigNum::setint64().Ricardo M. Correia
2012-05-14Don't overflow signed ints in CBigNum::setint64().Ricardo M. Correia
2012-04-23Add casts for unavoidable signed/unsigned comparisonsJeff Garzik
2012-04-22Prefer 'unsigned int' for loop index variables tested against ::size()Jeff Garzik
2012-04-18Fix bugs on 'unsigned char' platforms.Dwayne C. Litzenberger
2012-04-17Remove headers.hPieter Wuille
2012-04-15fix warnings: array subscript is of type 'char' [-Wchar-subscripts]Wladimir J. van der Laan
2012-03-30fixed typo in comment in netbase.h and bignum.hPhilip Kaufmann
2012-03-26Begin doxygen-compatible commentsPieter Wuille
2012-02-18Workaround for BN_bn2mpi reading/writing out of boundsPieter Wuille
2012-02-07Update all copyrights to 2012Gavin Andresen
2011-12-21Revert "Use standard C99 (and Qt) types for 64-bit integers"Wladimir J. van der Laan
2011-12-20Use standard C99 (and Qt) types for 64-bit integersLuke Dashjr
2011-12-19Use std::numeric_limits<> for typesafe INT_MAX/etcGavin Andresen
2011-12-19Implement BIP 14 : separate protocol version from client versionGavin Andresen
2011-08-09Unify copyright notices.Matt Corallo
2011-06-06Demystify a few magic numbers.Doug Huff
2011-05-15make bitcoin include files more modularWladimir J. van der Laan
2011-04-23directory re-organization (keeps the old build system)Jaromil