aboutsummaryrefslogtreecommitdiff
path: root/src/scheduler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch all RNG code to the built-in PRNG.Pieter Wuille2019-01-161-1/+1
* scripted-diff: Replace boost::bind with std::bindChun Kuan Lee2018-10-201-3/+2
* convert C-style (void) parameter lists to C++ style ()Arvid Norberg2018-09-131-2/+2
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Add an interface to get the queue depth out of CValidationInterfaceMatt Corallo2017-12-261-0/+5
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-3/+3
* Declare single-argument (non-converting) constructors "explicit"practicalswift2017-08-161-1/+1
* Add missing lock in CScheduler::AreThreadsServicingQueue()Matt Corallo2017-07-231-0/+1
* Expose if CScheduler is being serviced, assert its not in EmptyQueueMatt Corallo2017-07-101-0/+5
* Flush CValidationInterface callbacks prior to destructionMatt Corallo2017-07-071-0/+9
* Support more than one CScheduler thread for serial clientsMatt Corallo2017-07-071-0/+52
* Add perf counter data to GetStrongRandBytes state in schedulerMatt Corallo2017-05-221-0/+6
* scheduler: fix sub-second precision with boost < 1.50Cory Fields2017-03-311-1/+3
* CScheduler boost->std::function, use millisecs for times, not secsMatt Corallo2017-03-061-6/+6
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
* test: Fix use-after-free in scheduler testsWladimir J. van der Laan2016-11-181-3/+4
* Notify other serviceQueue thread we are finished to prevent deadlocks.Pavel Janík2016-05-061-0/+1
* Replace boost::reverse_lock with our own.Casey Rodarmor2015-09-031-2/+3
* Make sure we re-acquire lock if a task throwsCasey Rodarmor2015-08-181-5/+7
* Fix scheduler build with some boost versions.Cory Fields2015-06-151-1/+3
* Fix intermittent hang issue in scheduler_testsWladimir J. van der Laan2015-05-211-2/+0
* More robust CScheduler unit testGavin Andresen2015-05-161-8/+38
* scheduler: fix with boost <= 1.50Cory Fields2015-05-141-5/+1
* CScheduler class for lightweight task schedulingGavin Andresen2015-05-141-0/+102