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
/
sync_tests.cpp
Age
Commit message (
Expand
)
Author
2021-05-28
test: remove BasicTestingSetup from sync unit tests
fanquake
2021-01-26
refactor: remove straggling boost::mutex usage
fanquake
2020-12-10
[skip ci] sync: Check precondition in LEAVE_CRITICAL_SECTION() macro
Hennadii Stepanov
2020-11-26
sync: use HasReason() in double lock tests
Vasil Dimov
2020-08-10
sync: detect double lock from the same thread
Vasil Dimov
2020-08-02
test: Add LockStackEmpty()
Hennadii Stepanov
2020-08-02
test: Repeat deadlock tests
Hennadii Stepanov
2020-06-22
test: Improve "potential deadlock detected" exception message
Hennadii Stepanov
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-11-06
scripted-diff: test: Move setup_common to test library
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
2018-08-31
scripted-diff: Small locking rename
Russell Yanofsky
2018-08-03
Make LOCK, LOCK2, TRY_LOCK work with CWaitableCriticalSection
Russell Yanofsky
2018-08-03
Add unit test for DEBUG_LOCKORDER code
Russell Yanofsky