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