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.h
Age
Commit message (
Expand
)
Author
2020-06-21
clang-format scheduler
MarcoFalke
2020-05-28
doc: Switch scheduler to doxygen comments
MarcoFalke
2020-05-28
scheduler: Replace stop(true) with StopWhenDrained()
MarcoFalke
2020-05-28
doc: Remove unused documentation about unimplemented features
MarcoFalke
2020-05-28
doc: Switch boost::thread to std::thread in scheduler
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
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
scripted-diff: Replace CCriticalSection with RecursiveMutex
MarcoFalke
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-02-10
trivial: correct parameter name in comments
andrewtoth
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-09-04
Fix typos reported by codespell
practicalswift
2018-08-08
Merge #13780: 0.17: Pre-branch maintenance
Wladimir J. van der Laan
2018-08-01
[trivial,doc] Fix memory consistency model in comment
Jesse Cohen
2018-07-31
Merge #13247: Add tests to SingleThreadedSchedulerClient() and document the m...
MarcoFalke
2018-07-30
Update documentation for SingleThreadedSchedulerClient() to specify the memor...
Jesse Cohen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-04-30
scheduler: Add Clang thread safety annotations for variables guarded by m_cs_...
practicalswift
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-25
Add const to methods that do not modify the object for which it is called
practicalswift
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-07-07
Add default arg to CScheduler to schedule() a callback now
Matt Corallo
2017-05-13
Replace boost::function with std::function (C++11)
practicalswift
2017-03-06
CScheduler boost->std::function, use millisecs for times, not secs
Matt Corallo
2015-05-16
More robust CScheduler unit test
Gavin Andresen
2015-05-14
CScheduler class for lightweight task scheduling
Gavin Andresen