Age | Commit message (Expand) | Author |
2024-02-15 | scripted-diff: Rename SingleThreadedSchedulerClient to SerialTaskRunner | TheCharlatan |
2023-03-26 | clang-tidy: Add `performance-inefficient-vector-operation` check | Hennadii Stepanov |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-05-10 | Switch scheduler to steady_clock | MacroFake |
2022-04-30 | Pass lifetimebound reference to SingleThreadedSchedulerClient | MacroFake |
2021-12-30 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2021-11-19 | scripted-diff: Use clang-tidy syntax for C++ named arguments | MarcoFalke |
2021-01-29 | refactor: remove boost::thread_group usage | fanquake |
2021-01-13 | Add include for std::bind. | sinetek |
2020-06-25 | Merge #19090: refactor: Misc scheduler cleanups | MarcoFalke |
2020-06-04 | refactor: Specify boost/thread/thread.hpp explicitly | Hennadii Stepanov |
2020-05-28 | scheduler: Replace stop(true) with StopWhenDrained() | MarcoFalke |
2020-04-18 | test: Replace boost::mutex with std::mutex | Hennadii Stepanov |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-04-16 | scripted-diff: Sort test includes | MarcoFalke |
2020-03-17 | Merge #18289: refactor: Make scheduler methods type safe | MarcoFalke |
2020-03-10 | scheduler: Make schedule* methods type safe | MarcoFalke |
2020-03-06 | test: Check that wait_until returns if time point is in the past | MarcoFalke |
2020-03-06 | scheduler_tests: re-enable mockforward test | Anthony Towns |
2020-03-06 | scheduler: switch from boost to std | Anthony Towns |
2020-03-06 | Merge #16117: util: Replace boost sleep with std sleep | fanquake |
2020-02-27 | test: Disable mockforward scheduler unit test for now | MarcoFalke |
2020-02-21 | util: Remove unused MilliSleep | MarcoFalke |
2020-02-13 | [test] unit test for new MockForward scheduler method | Amiti Uttarwar |
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-10-20 | scripted-diff: Replace boost::bind with std::bind | Chun Kuan Lee |
2018-08-31 | Merge #14088: tests: Don't assert(...) with side effects | Wladimir J. van der Laan |
2018-08-28 | tests: Fix accidental trunction from int to bool | practicalswift |
2018-08-28 | Don't assert(...) with side effects | practicalswift |
2018-08-26 | Use assert when running from multithreaded code as BOOST_CHECK_* are not thre... | Jesse Cohen |
2018-08-08 | Merge #13780: 0.17: Pre-branch maintenance | Wladimir J. van der Laan |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-05-18 | Add Unit Test for SingleThreadedSchedulerClient | Jesse Cohen |
2018-02-23 | Avoid unintentional unsigned integer wraparounds in tests | practicalswift |
2018-01-03 | Increment MIT Licence copyright header year on files modified in 2017 | Akira Takizawa |
2017-11-16 | scripted-diff: Replace #include "" with #include <> (ryanofsky) | MeshCollider |
2017-06-07 | [tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_... | practicalswift |
2017-01-22 | [Trivial] Grammar and typo correction | Lauda |
2016-12-31 | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 |
2016-10-17 | Kill insecure_random and associated global state | Wladimir J. van der Laan |
2016-05-06 | Reenable multithread scheduler test. | Pavel JanÃk |
2015-12-13 | Bump copyright headers to 2015 | MarcoFalke |
2015-12-01 | test: Disable scheduler test manythreads | Wladimir J. van der Laan |
2015-05-16 | More robust CScheduler unit test | Gavin Andresen |
2015-05-14 | CScheduler unit test | Gavin Andresen |