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