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
2019-03-10
dead code: Remove dead option in HexStr conversion
Lenny Maiorani
2019-03-08
Merge #15532: Remove sharp edge (uninit member) when using the compiler-gener...
Wladimir J. van der Laan
2019-03-06
Merge #15504: fuzz: Link BasicTestingSetup (shared with unit tests)
MarcoFalke
2019-03-05
Remove sharp edge (uninitialized m_filter_type) when using the compiler-gener...
practicalswift
2019-03-02
Merge #15118: Refactor block file logic
Wladimir J. van der Laan
2019-02-28
fuzz: Link BasicTestingSetup (shared with unit tests)
MarcoFalke
2019-02-28
test: Move main_tests to validation_tests
MarcoFalke
2019-02-28
test: Remove useless test_bitcoin_main.cpp
MarcoFalke
2019-02-22
flatfile: Unit tests for FlatFileSeq methods.
Jim Posen
2019-02-19
Fix lack of warning of unrecognized section names
Akio Nakamura
2019-02-16
Merge #15368: Descriptor checksums
Wladimir J. van der Laan
2019-02-16
Merge #15410: test: txindex: interrupt threadGroup before calling destructor
MarcoFalke
2019-02-15
Descriptor checksum
Pieter Wuille
2019-02-15
Merge #15399: fuzz: Script validation flags
MarcoFalke
2019-02-15
tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...
practicalswift
2019-02-14
test: txindex: interrupt threadGroup before calling destructor
MarcoFalke
2019-02-13
fuzz: Script validation flags
MarcoFalke
2019-02-13
fuzz: Move deserialize tests to test/fuzz/deserialize.cpp
MarcoFalke
2019-02-06
Change in transaction pull scheduling to prevent InvBlock-related attacks
Gleb Naumenko
2019-02-05
Merge #15327: tests: Make test updatecoins_simulation_test deterministic
MarcoFalke
2019-02-03
tests: Make updatecoins_simulation_test deterministic
practicalswift
2019-02-02
test: Make bloom tests deterministic
MarcoFalke
2019-01-29
test: Build fuzz targets into seperate executables
MarcoFalke
2019-01-25
[test] fuzz: make test_one_input return void
MarcoFalke
2019-01-21
Merge #14955: Switch all RNG code to the built-in PRNG
Wladimir J. van der Laan
2019-01-16
Automatically initialize RNG on first use.
Pieter Wuille
2019-01-16
net: move BanMan to its own files
Cory Fields
2019-01-16
banman: pass in default ban time as a parameter
Cory Fields
2019-01-16
banman: pass the banfile path in
Cory Fields
2019-01-16
banman: create and split out banman
Cory Fields
2019-01-16
tests: remove member connman/peerLogic in TestingSetup
Cory Fields
2019-01-16
Merge #14151: windows: Fix remaining compiler warnings (MSVC)
Wladimir J. van der Laan
2019-01-15
Fix remaining compiler warnings (MSVC). Move disabling of specific warnings f...
practicalswift
2019-01-15
Merge #14963: mempool, validation: Explain cs_main locking semantics
MarcoFalke
2019-01-14
Merge #15114: Qt: Replace remaining 0 with nullptr
Wladimir J. van der Laan
2019-01-14
Merge #15138: Drop IsLimited in favor of IsReachable
Wladimir J. van der Laan
2019-01-13
Drop IsLimited in favor of IsReachable
Ben Woosley
2019-01-13
Replace remaining 0 with nullptr in Qt code
Ben Woosley
2019-01-10
util: Make ToLower and ToUpper take a char
Wladimir J. van der Laan
2019-01-10
Replace use of BEGIN and END macros on uint256
Wladimir J. van der Laan
2019-01-09
Merge #14599: Use functions guaranteed to be locale independent (IsDigit, ToL...
Wladimir J. van der Laan
2019-01-09
Merge #15051: Tests: IsReachable is the inverse of IsLimited (DRY). Includes ...
Wladimir J. van der Laan
2019-01-09
Merge #15109: refactor: Use C++11 default member initializers
Wladimir J. van der Laan
2019-01-09
Merge #14085: index: Fix for indexers skipping genesis block.
Wladimir J. van der Laan
2019-01-05
Use C++11 default member initializers
MarcoFalke
2019-01-05
Merge #14357: streams: Fix broken streams_vector_reader test. Remove unused s...
MarcoFalke
2019-01-05
Merge #15099: tests: Use std::vector API for construction of test data
MarcoFalke
2019-01-04
Merge #12151: rpc: Remove cs_main lock from blockToJSON and blockheaderToJSON
MarcoFalke
2019-01-04
Merge #14855: test: Correct ineffectual WithOrVersion from transactions_tests
MarcoFalke
2019-01-04
Use std::vector API for construction of test data.
Daniel Kraft
[next]