index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bignum.h
Age
Commit message (
Expand
)
Author
2012-04-23
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-22
Prefer 'unsigned int' for loop index variables tested against ::size()
Jeff Garzik
2012-04-18
Fix bugs on 'unsigned char' platforms.
Dwayne C. Litzenberger
2012-04-17
Remove headers.h
Pieter Wuille
2012-04-15
fix warnings: array subscript is of type 'char' [-Wchar-subscripts]
Wladimir J. van der Laan
2012-03-30
fixed typo in comment in netbase.h and bignum.h
Philip Kaufmann
2012-03-26
Begin doxygen-compatible comments
Pieter Wuille
2012-02-18
Workaround for BN_bn2mpi reading/writing out of bounds
Pieter Wuille
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-19
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-08-09
Unify copyright notices.
Matt Corallo
2011-06-06
Demystify a few magic numbers.
Doug Huff
2011-05-15
make bitcoin include files more modular
Wladimir J. van der Laan
2011-04-23
directory re-organization (keeps the old build system)
Jaromil