summaryrefslogtreecommitdiff
path: root/src/mongo/util/periodic_runner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-2/+10
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-10/+2
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-2/+10
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-13/+2
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-2/+13
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-20/+60
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39616: Throw away flow control samples when the majority point stands ...Daniel Gottlieb2019-04-261-1/+2
* SERVER-35114 Adjustable periods for PeriodicJobsJason Carey2019-03-291-0/+16
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
* SERVER-36704 Logical session support for embedded, behaves as standalone mongodHenrik Edin2018-09-181-0/+5
* SERVER-35585 Make PeriodicRunner jobs be pausable/resumableMatthew Saltz2018-07-031-0/+28
* SERVER-34923 PeriodicRunnerASIO -> ImplJason Carey2018-05-101-6/+12
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-1/+5
* SERVER-28300 Make PeriodicRunnerASIO more resilientsamantharitter2017-06-051-0/+2
* SERVER-29283 Fix circular shared_ptr dependency in the periodic runnersamantharitter2017-06-011-2/+13
* SERVER-29009 Add a PeriodicRunner interfaceSamantha Ritter2017-05-051-0/+80