summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/task_runner_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-28/+28
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-1/+1
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-8/+8
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-11/+11
* SERVER-24955 added join() to TaskRunnerBenety Goh2016-07-111-0/+39
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-56/+22
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-5/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-284/+283
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-1/+1
* SERVER-18016 fixed race in TaskRunner unit testBenety Goh2015-05-211-30/+40
* SERVER-18016 added database replication applierBenety Goh2015-05-191-6/+6
* SERVER-18016 added unit test assertion macro to check error code in exceptionBenety Goh2015-05-141-4/+6
* SERVER-18028 added data replication task runner and database taskBenety Goh2015-05-061-0/+339