summaryrefslogtreecommitdiff
path: root/src/mongo/util/periodic_runner_impl.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46841 Make PeriodicRunner interrupt blocked operations on stopAmirsaman Memaripour2020-03-241-0/+1
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-34/+11
* SERVER-35114 Adjustable periods for PeriodicJobsJason Carey2019-03-291-0/+4
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38538 Fix thread safety issues in periodic runnersHenrik Edin2018-12-171-2/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-36704 Logical session support for embedded, behaves as standalone mongodHenrik Edin2018-09-181-0/+1
* SERVER-35585 Make PeriodicRunner jobs be pausable/resumableMatthew Saltz2018-07-031-7/+42
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-05-101-0/+81