summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/database_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25874 Add server parameter configuration for initial sync metadata ret...Judah Schvimer2016-09-011-3/+4
* SERVER-24991 log redaction for sharding, repl filesRamon Fernandez2016-08-291-2/+3
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-161-10/+34
* Revert "SERVER-25125 Report initial sync progress in ReplSetGetStatus"Judah Schvimer2016-08-151-34/+10
* SERVER-25125 Report initial sync progress in ReplSetGetStatusJudah Schvimer2016-08-151-10/+34
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-091-2/+6
* SERVER-25281 renamed CollectionCloner and DatabaseCloner lifecycle functionsBenety Goh2016-07-261-5/+5
* SERVER-25281 renamed Fetcher lifecycle functionsBenety Goh2016-07-261-1/+1
* SERVER-25197 DatabaseCloner should not override CollectionCloner::_scheduleDb...Benety Goh2016-07-221-5/+4
* SERVER-25197 DataReplicator tests should explicitly override CollectionCloner...Benety Goh2016-07-221-2/+2
* SERVER-25069 CollectionCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-0/+1
* SERVER-25069 DatabaseCloner accepts db worker thread pool at constructionBenety Goh2016-07-161-0/+3
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-111-4/+5
* SERVER-9115: cloner stats and reportingScott Hernandez2016-07-081-0/+30
* SERVER-23750: Add retries for metadata command during initial syncScott Hernandez2016-07-061-1/+10
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-45/+90
* SERVER-23750: enable slaveOk/Secondary read preference for fetch/oplogFetcherScott Hernandez2016-06-171-1/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-13/+19
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-245/+238
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-1/+1
* SERVER-18035 clean up collection and database cloners to not hold mutex when ...Benety Goh2015-05-291-49/+51
* SERVER-18606 permit callers to compose getMore command for fetcherEric Milkie2015-05-281-5/+12
* SERVER-18015 added data replication database clonerBenety Goh2015-04-211-0/+331