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
/
test
Age
Commit message (
Expand
)
Author
2017-03-09
Merge #9916: Fix msvc compiler error C4146 (minus operator applied to unsigne...
Wladimir J. van der Laan
2017-03-08
Fix msvc compiler error C4146 (unary minus operator applied to unsigned type)
kobake
2017-03-07
Improve logging in bctest.py if there is a formatting mismatch
John Newbery
2017-03-07
Merge #9548: Remove min reasonable fee
Wladimir J. van der Laan
2017-03-07
Merge #9602: Remove coin age priority and free transactions - implementation
Wladimir J. van der Laan
2017-03-07
Merge #9555: [test] Avoid reading a potentially uninitialized variable in tx_...
MarcoFalke
2017-03-03
[cleanup] Remove coin age priority completely.
Alex Morcos
2017-03-03
[test] Remove priority from tests
Alex Morcos
2017-03-03
Merge #8808: Do not shadow variables (gcc set)
Wladimir J. van der Laan
2017-03-02
test: Report InitBlockIndex result
Wladimir J. van der Laan
2017-03-01
Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD
Wladimir J. van der Laan
2017-03-01
Merge #9868: Abstract out the command line options for block assembly
Wladimir J. van der Laan
2017-02-28
Merge #9867: Replace remaining sprintf with snprintf
Wladimir J. van der Laan
2017-02-27
Merge #9350: [Trivial] Adding label for amount inside of tx_valid/tx_invalid....
MarcoFalke
2017-02-27
[cleanup] Remove estimatePriority and estimateSmartPriority
Alex Morcos
2017-02-27
[mining] Remove -blockprioritysize.
Alex Morcos
2017-02-27
test: Replace remaining sprintf with snprintf
Wladimir J. van der Laan
2017-02-26
Run miner_tests with fixed options
Pieter Wuille
2017-02-23
BIP32 extra test vector
Pieter Wuille
2017-02-22
Merge #9815: Trivial: use EXIT_ codes instead of magic numbers
Wladimir J. van der Laan
2017-02-22
sanity: Move OS random to sanity check function
Wladimir J. van der Laan
2017-02-21
util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD
Wladimir J. van der Laan
2017-02-21
Merge #9727: Remove fallbacks for boost_filesystem < v3
Wladimir J. van der Laan
2017-02-21
use EXIT_ codes instead of magic numbers
Marko Bencun
2017-02-16
[Trivial] Update comments referencing main.cpp
CryptAxe
2017-02-10
Remove fallbacks for boost_filesystem < v3
Wladimir J. van der Laan
2017-02-05
Init ECC context for test_bitcoin_fuzzy.
Gregory Maxwell
2017-02-02
net: Disallow sending messages until the version handshake is complete
Cory Fields
2017-02-02
Merge #9556: Remove redundant semicolons
Wladimir J. van der Laan
2017-01-30
Merge #9647: Skip RAII event tests if libevent is built without event_set_mem...
Wladimir J. van der Laan
2017-01-30
Merge #9615: Wallet incremental fee
Wladimir J. van der Laan
2017-01-28
Skip RAII event tests if libevent is built without event_set_mem_functions
Luke Dashjr
2017-01-27
[trivial] Fix typos in comments
practicalswift
2017-01-22
Merge #9610: [Trivial] Grammar and typo correction (laudaa)
MarcoFalke
2017-01-22
[Trivial] Grammar and typo correction
Lauda
2017-01-22
Merge #9554: [test] Avoid potential NULL pointer dereference in addrman_tests...
MarcoFalke
2017-01-21
[test] Avoid reading a potentially uninitialized variable in tx_invalid-test
practicalswift
2017-01-19
Fix to have miner test aware of new separate block min tx fee
Alex Morcos
2017-01-19
Merge #9499: Use recent-rejects, orphans, and recently-replaced txn for compa...
Wladimir J. van der Laan
2017-01-18
Merge #9512: Fix various things -fsanitize complains about
Wladimir J. van der Laan
2017-01-18
Merge #9508: Remove unused Python imports
MarcoFalke
2017-01-17
Remove unnecessary min fee argument in CTxMemPool constructor
Alex Morcos
2017-01-16
Merge #9380: Separate different uses of minimum fees
Wladimir J. van der Laan
2017-01-16
Introduce -dustrelayfee
Alex Morcos
2017-01-14
Remove redundant semicolons
practicalswift
2017-01-14
[test] Avoid potential NULL pointer dereference in addrman_tests.cpp
practicalswift
2017-01-13
Remove unused Python imports
practicalswift
2017-01-12
Fix memory leak in net_tests
Pieter Wuille
2017-01-12
Avoid integer overflows in scriptnum tests
Pieter Wuille
2017-01-12
Add unit test for FindEarliestAtLeast
Suhas Daftuar
[next]