index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bignum.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move bignum.h to test/
Pieter Wuille
2014-05-09
1
-179
/
+0
*
Reduce bignum.h now it is only needed for scriptnum_tests
Pieter Wuille
2014-05-09
1
-353
/
+2
*
Move {Get,Set}Compact from bignum to uint256
Pieter Wuille
2014-05-09
1
-65
/
+0
*
Cleanup code using forward declarations.
Brandon Dahler
2013-11-10
1
-17
/
+22
*
Merge pull request #3076 from lano1106/uint256_util
Wladimir J. van der Laan
2013-11-04
1
-3
/
+3
|
\
|
*
Make util phexdigit array reusable
Olivier Langlois
2013-10-27
1
-3
/
+3
*
|
Bump Year Number to 2013
super3
2013-10-20
1
-1
/
+1
|
/
*
Use a uint256 for bnChainWork
Pieter Wuille
2013-04-12
1
-1
/
+1
*
Fix two typos in main.h
fanquake
2012-12-17
1
-1
/
+3
*
Merge pull request #1825 from roques/bignum2
Gavin Andresen
2012-12-12
1
-14
/
+54
|
\
|
*
reimplement CBigNum's compact encoding of difficulty targets
Christian von Roques
2012-09-17
1
-14
/
+54
*
|
HexStr: don't build a vector<char> first
Wladimir J. van der Laan
2012-09-10
1
-1
/
+1
|
/
*
fix OpenSSL not written as proper noun in some comments
Philip Kaufmann
2012-07-21
1
-1
/
+1
*
Merge pull request #1497 from luke-jr/bugfix_neguint
Gregory Maxwell
2012-07-11
1
-9
/
+3
|
\
|
*
CBigNum: Convert negative int64 values in a more well-defined way
Luke Dashjr
2012-06-18
1
-9
/
+3
*
|
Merge branch 'signbugs' of https://github.com/wizeman/bitcoin
Gavin Andresen
2012-06-18
1
-4
/
+18
|
\
|
|
*
Fix signed subtraction overflow in CBigNum::setint64().
Ricardo M. Correia
2012-05-14
1
-1
/
+9
|
*
Don't overflow signed ints in CBigNum::setint64().
Ricardo M. Correia
2012-05-14
1
-5
/
+11
*
|
Update License in File Headers
Fordy
2012-05-18
1
-1
/
+1
|
/
*
Add casts for unavoidable signed/unsigned comparisons
Jeff Garzik
2012-04-23
1
-2
/
+2
*
Prefer 'unsigned int' for loop index variables tested against ::size()
Jeff Garzik
2012-04-22
1
-1
/
+1
*
Fix bugs on 'unsigned char' platforms.
Dwayne C. Litzenberger
2012-04-18
1
-2
/
+3
*
Remove headers.h
Pieter Wuille
2012-04-17
1
-1
/
+1
*
fix warnings: array subscript is of type 'char' [-Wchar-subscripts]
Wladimir J. van der Laan
2012-04-15
1
-1
/
+1
*
fixed typo in comment in netbase.h and bignum.h
Philip Kaufmann
2012-03-30
1
-1
/
+1
*
Begin doxygen-compatible comments
Pieter Wuille
2012-03-26
1
-2
/
+3
*
Workaround for BN_bn2mpi reading/writing out of bounds
Pieter Wuille
2012-02-18
1
-1
/
+1
*
Update all copyrights to 2012
Gavin Andresen
2012-02-07
1
-1
/
+1
*
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-21
1
-7
/
+5
*
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-20
1
-5
/
+7
*
Use std::numeric_limits<> for typesafe INT_MAX/etc
Gavin Andresen
2011-12-19
1
-2
/
+2
*
Implement BIP 14 : separate protocol version from client version
Gavin Andresen
2011-12-19
1
-3
/
+3
*
Unify copyright notices.
Matt Corallo
2011-08-09
1
-0
/
+1
*
Demystify a few magic numbers.
Doug Huff
2011-06-06
1
-0
/
+3
*
make bitcoin include files more modular
Wladimir J. van der Laan
2011-05-15
1
-5
/
+7
*
directory re-organization (keeps the old build system)
Jaromil
2011-04-23
1
-0
/
+532