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
/
uint256.h
Age
Commit message (
Expand
)
Author
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-11
Merge #10749: Use compile-time constants instead of unnamed enumerations (rem...
MarcoFalke
2017-09-21
Remove some unused functions and methods
Pieter Wuille
2017-08-16
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-07-26
Use compile-time constants instead of unnamed enumerations (remove "enum hack")
practicalswift
2016-12-31
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-11-07
Get rid of nType and nVersion
Pieter Wuille
2016-11-07
Make GetSerializeSize a wrapper on top of CSizeComputer
Pieter Wuille
2016-05-17
Use SipHash-2-4 for CCoinsCache index
Pieter Wuille
2016-05-17
Add SipHash-2-4 primitives to hash
Pieter Wuille
2016-03-18
Improve COutPoint less operator
João Barbosa
2015-12-13
Bump copyright headers to 2015
MarcoFalke
2015-11-25
uint256::GetCheapHash bigendian compatibility
daniel
2015-01-05
uint256->arith_uint256 blob256->uint256
Wladimir J. van der Laan
2015-01-05
Temporarily add SetNull/IsNull/GetCheapHash to base_uint
Wladimir J. van der Laan
2014-12-19
Added "Core" to copyright headers
sandakersmann
2014-11-21
Convert remaining comments in /src to doxygen format
Michael Ford
2014-09-14
header include cleanup
Philip Kaufmann
2014-09-04
Use memcmp for uint256 equality/inequality
Pieter Wuille
2014-08-28
add missing header end comments
Philip Kaufmann
2014-07-14
Use unordered_map for CCoinsViewCache with salted hash
Pieter Wuille
2014-06-28
Move non-trivial uint256.h methods to uint256.cpp
Pieter Wuille
2014-05-09
Deduplicate uint* comparison operator logic
Pieter Wuille
2014-05-09
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-05-09
Add multiplication and division to uint160/uint256
Pieter Wuille
2014-05-09
Exception instead of assigning 0 in case of wrong vector length
Pieter Wuille
2014-05-09
Deduplicate shared code between uint160 and uint256
Pieter Wuille
2013-12-25
Unittests for uint256.h
Thomas Holenstein
2013-12-25
Changed Get64(.) to GetLow64()
Thomas Holenstein
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-11-04
Merge pull request #3076 from lano1106/uint256_util
Wladimir J. van der Laan
2013-10-27
Make util phexdigit array reusable
Olivier Langlois
2013-10-20
Bump Year Number to 2013
super3
2013-09-18
Replace printf with LogPrintf / LogPrint
Gavin Andresen
2013-05-07
Specified base_uint component size
William Yager
2013-04-12
Use a uint256 for bnChainWork
Pieter Wuille
2013-01-16
Add const versions of base_uint.end()/begin(), make size() const.
Matt Corallo
2012-09-10
HexStr: don't build a vector<char> first
Wladimir J. van der Laan
2012-05-18
Update License in File Headers
Fordy
2012-04-21
Merge pull request #1126 from drizztbsd/master
Pieter Wuille
2012-04-20
Add missing includes. (Fix bulding under GCC 4.7)
Timothy Redaelli
2012-04-18
Fix bugs on 'unsigned char' platforms.
Dwayne C. Litzenberger
2012-04-17
Further reduce header dependencies
Pieter Wuille
2012-04-17
Move proto version to version.h. Reduce header deps a bit more.
Jeff Garzik
2012-04-15
Fix loop index var types, fixing many minor sign comparison warnings
Jeff Garzik
2012-04-15
fix warnings: array subscript is of type 'char' [-Wchar-subscripts]
Wladimir J. van der Laan
2012-03-26
Begin doxygen-compatible comments
Pieter Wuille
2012-02-24
CAddrMan: stochastic address manager
Pieter Wuille
2012-02-19
Fix #616: remove base_uint::operator&=(uint64 b)
Pieter Wuille
[next]