summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/periodic_runner_embedded.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+2
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-12/+12
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-94/+5
* SERVER-35114 Adjustable periods for PeriodicJobsJason Carey2019-03-291-0/+27
* 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-3/+8
* 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-3/+11
* SERVER-33908 Periodic runner implementation for embedded.Henrik Edin2018-08-161-0/+247