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
/
checkqueue_tests.cpp
Age
Commit message (
Expand
)
Author
2020-02-21
scripted-diff: Replace MilliSleep with UninterruptibleSleep
MarcoFalke
2019-11-29
Use correct C++11 header for std::swap()
Hennadii Stepanov
2019-11-07
Merge #17342: refactor: Clean up nScriptCheckThreads
MarcoFalke
2019-11-06
[tests] Don't use TestingSetup in the checkqueue_tests
John Newbery
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-04-16
Merge #15352: tests: Reduce noise level in test_bitcoin output
MarcoFalke
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-03-29
tests: Reduce noise level in test_bitcoin output
practicalswift
2018-12-15
Fix cuckoocache_tests TSAN failure introduced in #14935. Fixes #14967.
practicalswift
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-09-21
tests: Use MakeUnique to construct objects owned by unique_ptrs
practicalswift
2018-08-27
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-02-22
test: Plug memory leaks and stack-use-after-scope
MarcoFalke
2017-12-13
Merge #11558: Minimal code changes to allow msvc compilation
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
Minimal code changes to allow msvc compilation.
Aaron Clauson
2017-08-09
Expose more parallelism with relaxed atomics (suggested in #9938). Fix a test...
Jeremy Rubin
2017-06-09
Merge #10521: Limit variable scope
Pieter Wuille
2017-06-07
scripted-diff: Use new naming style for insecure_rand* functions
Pieter Wuille
2017-06-05
scripted-diff: use insecure_rand256/randrange more
Pieter Wuille
2017-06-05
Limit variable scope
practicalswift
2017-03-21
[trivial] Fix typos in comments
practicalswift
2017-03-18
Fix shadowing of local variables.
Pavel JanÃk
2017-02-16
Add CheckQueue Tests
Jeremy Rubin