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
/
scheduler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
clang-format scheduler
MarcoFalke
2020-06-21
1
-10
/
+17
*
scheduler: Replace stop(true) with StopWhenDrained()
MarcoFalke
2020-05-28
1
-12
/
+0
*
scheduler: Remove unused REVERSE_LOCK
MarcoFalke
2020-05-28
1
-3
/
+0
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
scheduler: Make schedule* methods type safe
MarcoFalke
2020-03-10
1
-9
/
+4
*
scheduler: Use C++11 member initialization, add shutdown assert
MarcoFalke
2020-03-07
1
-1
/
+2
*
scheduler: switch from boost to std
Anthony Towns
2020-03-06
1
-38
/
+20
*
[util] allow scheduler to be mocked
Amiti Uttarwar
2020-02-13
1
-0
/
+22
*
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-12-30
1
-1
/
+1
*
Run background seeding periodically instead of unpredictably
Pieter Wuille
2019-11-12
1
-2
/
+0
*
Switch all RNG code to the built-in PRNG.
Pieter Wuille
2019-01-16
1
-1
/
+1
*
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-3
/
+2
*
convert C-style (void) parameter lists to C++ style ()
Arvid Norberg
2018-09-13
1
-2
/
+2
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Add an interface to get the queue depth out of CValidationInterface
Matt Corallo
2017-12-26
1
-0
/
+5
*
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-3
/
+3
*
Declare single-argument (non-converting) constructors "explicit"
practicalswift
2017-08-16
1
-1
/
+1
*
Add missing lock in CScheduler::AreThreadsServicingQueue()
Matt Corallo
2017-07-23
1
-0
/
+1
*
Expose if CScheduler is being serviced, assert its not in EmptyQueue
Matt Corallo
2017-07-10
1
-0
/
+5
*
Flush CValidationInterface callbacks prior to destruction
Matt Corallo
2017-07-07
1
-0
/
+9
*
Support more than one CScheduler thread for serial clients
Matt Corallo
2017-07-07
1
-0
/
+52
*
Add perf counter data to GetStrongRandBytes state in scheduler
Matt Corallo
2017-05-22
1
-0
/
+6
*
scheduler: fix sub-second precision with boost < 1.50
Cory Fields
2017-03-31
1
-1
/
+3
*
CScheduler boost->std::function, use millisecs for times, not secs
Matt Corallo
2017-03-06
1
-6
/
+6
*
Increment MIT Licence copyright header year on files modified in 2016
isle2983
2016-12-31
1
-1
/
+1
*
test: Fix use-after-free in scheduler tests
Wladimir J. van der Laan
2016-11-18
1
-3
/
+4
*
Notify other serviceQueue thread we are finished to prevent deadlocks.
Pavel JanÃk
2016-05-06
1
-0
/
+1
*
Replace boost::reverse_lock with our own.
Casey Rodarmor
2015-09-03
1
-2
/
+3
*
Make sure we re-acquire lock if a task throws
Casey Rodarmor
2015-08-18
1
-5
/
+7
*
Fix scheduler build with some boost versions.
Cory Fields
2015-06-15
1
-1
/
+3
*
Fix intermittent hang issue in scheduler_tests
Wladimir J. van der Laan
2015-05-21
1
-2
/
+0
*
More robust CScheduler unit test
Gavin Andresen
2015-05-16
1
-8
/
+38
*
scheduler: fix with boost <= 1.50
Cory Fields
2015-05-14
1
-5
/
+1
*
CScheduler class for lightweight task scheduling
Gavin Andresen
2015-05-14
1
-0
/
+102