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-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
2019-01-03
test: Correct ineffectual WithOrVersion from transactions_tests
Ben Woosley
2018-12-31
Merge #15054: Update copyright headers to 2018
MarcoFalke
2018-12-29
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
Update copyright headers to 2018
DrahtBot
2018-12-28
IsReachable is the inverse of IsLimited (DRY). Includes unit tests
marcaiaf
2018-12-22
Merge #14172: Refactor and add tests for BlockFilter construction
MarcoFalke
2018-12-21
Merge #14811: Mining: Enforce that segwit option must be set in GBT
MarcoFalke
2018-12-17
test: Add missing validation locks
MarcoFalke
2018-12-17
test: Add comment to g_insecure_rand_ctx
MarcoFalke
2018-12-17
test: Undo thread_local g_insecure_rand_ctx
MarcoFalke
2018-12-15
Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.
practicalswift
2018-12-14
Merge #14935: tests: Test for expected return values when calling functions r...
MarcoFalke
2018-12-13
test: Make g_insecure_rand_ctx thread_local
MarcoFalke
2018-12-13
Merge #14940: test: Add test for truncated pushdata script
Wladimir J. van der Laan
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-12
Simplify testing RNG code
Pieter Wuille
2018-12-12
Make unit tests use the insecure_rand_ctx exclusively
Pieter Wuille
2018-12-12
Bugfix: randbytes should seed when needed (non reachable issue)
Pieter Wuille
[next]