Age | Commit message (Expand) | Author |
2023-05-09 | refactor: Replace string chain name constants with ChainTypes | TheCharlatan |
2023-04-19 | move-only: Extract common/args and common/config.cpp from util/system | TheCharlatan |
2023-03-22 | test: Remove unused Check* default constructors | MarcoFalke |
2023-03-21 | test: Default initialize `should_freeze` to `true` | Hennadii Stepanov |
2023-03-21 | refactor: Drop no longer used `swap` member functions | Hennadii Stepanov |
2023-03-21 | clang-tidy, test: Fix bugprone-use-after-move in `Correct_Queue_range()` | Hennadii Stepanov |
2023-03-21 | refactor: Make move semantics explicit for callers | Hennadii Stepanov |
2023-03-21 | refactor: Use move semantics in `CCheckQueue::Add` | Hennadii Stepanov |
2023-02-06 | Move random test util code from setup_common to random | Jon Atack |
2023-01-03 | refactor: use braced init for integer constants instead of c style casts | Pasta |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-05-17 | refactor: use C++11 default initializers | fanquake |
2022-04-28 | test, bench: make prevector and checkqueue swap member functions noexcept | Jon Atack |
2022-04-05 | Put lock logging behind DEBUG_LOCKCONTENTION preprocessor directive | Jon Atack |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-10-08 | Disable lock contention logging in checkqueue_tests | Jon Atack |
2021-03-11 | scripted-diff: remove MakeUnique<T>() | fanquake |
2021-01-29 | refactor: remove boost::thread_group usage | fanquake |
2021-01-25 | Merge #18710: Add local thread pool to CCheckQueue | Wladimir J. van der Laan |
2020-12-06 | Don't declare de facto const member functions as non-const | practicalswift |
2020-09-24 | refactor: Drop boost::thread stuff in CCheckQueue | Hennadii Stepanov |
2020-09-24 | test: Use CCheckQueue local thread pool | Hennadii Stepanov |
2020-06-04 | refactor: Specify boost/thread/thread.hpp explicitly | Hennadii Stepanov |
2020-05-19 | test/checkqueue_tests: thread safety annotations | Anthony Towns |
2020-04-17 | test: Move boost/stdlib includes last | MarcoFalke |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-16 | scripted-diff: Sort test includes | MarcoFalke |
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 |