summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/databases_cloner.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43274 Implement cloners using DBClient with basic functionality and un...Matthew Russotto2019-10-301-205/+0
* 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-5/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+3
* 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-35682 kill existing SharedPromise typeMathias Stearn2018-11-151-5/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36096 Convert CollectionCloner to use DBClientConnection.Matthew Russotto2018-09-191-0/+10
* SERVER-33625 replace use of OldThreadPool in cloners and TaskRunner with Thre...Benety Goh2018-03-061-6/+4
* SERVER-29482 Fix ODR violation in databases_cloner.hSara Golemon2017-12-121-10/+3
* SERVER-28151 Sync admin database first during initial syncJason Chan2017-06-201-0/+30
* SERVER-27052 clarified DatabasesCloner's startup and shutdown contract.Benety Goh2016-11-281-3/+12
* SERVER-26544: Keep DatabaseCloner active until after the completion callbackScott Hernandez2016-10-141-6/+7
* SERVER-25637 make DataReplicator replSetGetStatus test less flaky and easier ...Judah Schvimer2016-08-181-1/+1
* Revert "SERVER-25637 make DataReplicator replSetGetStatus test less flaky and...Judah Schvimer2016-08-171-1/+1
* SERVER-25637 make DataReplicator replSetGetStatus test less flaky and easier ...Judah Schvimer2016-08-171-1/+1
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-4/+14
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-14/+4
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-4/+14
* SERVER-25583 fixed DatabasesCloner::join() and shutdown() to always call join...Benety Goh2016-08-121-8/+17
* SERVER-25386 added destructor guards to RSDataSync and DatabasesClonerJudah Schvimer2016-08-031-0/+2
* SERVER-25322 DatabasesCloner runs one database cloner at a timeBenety Goh2016-07-291-1/+1
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-0/+8
* SERVER-25069 DatabasesCloner accepts db worker thread pool at constructionBenety Goh2016-07-151-2/+7
* SERVER-24945 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-111-5/+5
* Revert "SERVER-24495 convert DatabasesCloner to use TaskExecutor"Benety Goh2016-07-111-5/+5
* SERVER-24495 convert DatabasesCloner to use TaskExecutorBenety Goh2016-07-111-5/+5
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-0/+128