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
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