index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
scheduler_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #19090: refactor: Misc scheduler cleanups
MarcoFalke
2020-06-25
1
-3
/
+3
|
\
|
*
scheduler: Replace stop(true) with StopWhenDrained()
MarcoFalke
2020-05-28
1
-3
/
+3
*
|
refactor: Specify boost/thread/thread.hpp explicitly
Hennadii Stepanov
2020-06-04
1
-1
/
+1
|
/
*
test: Replace boost::mutex with std::mutex
Hennadii Stepanov
2020-04-18
1
-3
/
+5
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
1
-1
/
+1
*
Merge #18289: refactor: Make scheduler methods type safe
MarcoFalke
2020-03-17
1
-6
/
+6
|
\
|
*
scheduler: Make schedule* methods type safe
MarcoFalke
2020-03-10
1
-6
/
+6
*
|
test: Check that wait_until returns if time point is in the past
MarcoFalke
2020-03-06
1
-0
/
+18
|
/
*
scheduler_tests: re-enable mockforward test
Anthony Towns
2020-03-06
1
-2
/
+0
*
scheduler: switch from boost to std
Anthony Towns
2020-03-06
1
-14
/
+14
*
Merge #16117: util: Replace boost sleep with std sleep
fanquake
2020-03-06
1
-13
/
+2
|
\
|
*
util: Remove unused MilliSleep
MarcoFalke
2020-02-21
1
-13
/
+2
*
|
test: Disable mockforward scheduler unit test for now
MarcoFalke
2020-02-27
1
-0
/
+2
|
/
*
[test] unit test for new MockForward scheduler method
Amiti Uttarwar
2020-02-13
1
-2
/
+41
*
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
1
-1
/
+1
*
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
*
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-9
/
+8
*
Merge #14088: tests: Don't assert(...) with side effects
Wladimir J. van der Laan
2018-08-31
1
-2
/
+4
|
\
|
*
Don't assert(...) with side effects
practicalswift
2018-08-28
1
-2
/
+4
*
|
tests: Fix accidental trunction from int to bool
practicalswift
2018-08-28
1
-1
/
+1
|
/
*
Use assert when running from multithreaded code as BOOST_CHECK_* are not thre...
Jesse Cohen
2018-08-26
1
-2
/
+2
*
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-08
1
-1
/
+1
|
\
|
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
|
Add Unit Test for SingleThreadedSchedulerClient
Jesse Cohen
2018-05-18
1
-1
/
+43
|
/
*
Avoid unintentional unsigned integer wraparounds in tests
practicalswift
2018-02-23
1
-2
/
+2
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-3
/
+3
*
[tests] Use FastRandomContext instead of boost::random::{mt19937,uniform_int_...
practicalswift
2017-06-07
1
-6
/
+4
*
[Trivial] Grammar and typo correction
Lauda
2017-01-22
1
-2
/
+2
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
Kill insecure_random and associated global state
Wladimir J. van der Laan
2016-10-17
1
-3
/
+1
*
Reenable multithread scheduler test.
Pavel JanÃk
2016-05-06
1
-2
/
+0
*
Bump copyright headers to 2015
MarcoFalke
2015-12-13
1
-1
/
+1
*
test: Disable scheduler test manythreads
Wladimir J. van der Laan
2015-12-01
1
-0
/
+2
*
More robust CScheduler unit test
Gavin Andresen
2015-05-16
1
-9
/
+18
*
CScheduler unit test
Gavin Andresen
2015-05-14
1
-0
/
+110