summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/task_runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-051-1/+4
* Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)"Benety Goh2019-04-031-4/+1
* SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)Ben Caimano2019-04-021-1/+4
* SERVER-39058 Synchronize user set modification in AuthorizationSession with C...Shreyas Kalyan2019-02-261-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37893 Remove Client::initThreadIfNotAlready in favor of using the Clie...Gregory Wlodarek2018-11-161-1/+0
* SERVER-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-41/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36978 TaskRunner must ensure Client is initialized for thread before r...Tess Avitabile2018-09-211-10/+7
* SERVER-34364 replace references to invariantOK with invariantBenety Goh2018-04-261-1/+1
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-3/+2
* SERVER-32070 migrate some easy stdx::bind to lambdas (pt3)Billy Donahue2017-12-141-1/+1
* SERVER-28491 Re-host unit tests that used ReplicationExecutorTest onto Thread...Andy Schwerin2017-03-271-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-11/+11
* SERVER-25131: release collection/db locks on collection clone failure.Scott Hernandez2016-09-061-2/+0
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-2/+2
* SERVER-24955 added join() to TaskRunnerBenety Goh2016-07-111-3/+6
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-0/+40
* SERVER-23750: ensure runner cancels all tasksScott Hernandez2016-06-171-14/+19
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-18038 ReplicationExecutor no longer requires StorageInterface to creat...Benety Goh2016-04-181-21/+7
* SERVER-18038 added minvalid and initial sync flag support to repl storage int...Benety Goh2016-04-181-2/+17
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-129/+126
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-9/+9
* SERVER-18028 added data replication task runner and database taskBenety Goh2015-05-061-0/+210