summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-25013: Ignore NamespaceNotFound errors from listIndexes in CollectionC...Scott Hernandez2016-07-131-0/+14
* SERVER-25016: CollectionCloner should not create _id_ index when there is no ...Scott Hernandez2016-07-131-0/+6
* SERVER-24945 convert CollectionCloner and DatabaseCloner to use TaskExecutor ...Benety Goh2016-07-111-49/+27
* SERVER-24952: Handle an empty getmore response in collection_clonerScott Hernandez2016-07-111-37/+38
* SERVER-9115: cloner stats and reportingScott Hernandez2016-07-081-0/+36
* SERVER-23750: Add retries for metadata command during initial syncScott Hernandez2016-07-061-2/+20
* SERVER-23750: use storage interface for cloners and fixes for DataReplicator:...Scott Hernandez2016-07-061-41/+128
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* 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-221/+217
* SERVER-18036 renamed Fetcher::BatchData to QueryResponseBenety Goh2015-06-191-2/+2
* SERVER-18623 Make ReplicationExecutor implement the TaskExecutor interfaceSpencer T Brody2015-06-111-2/+2
* SERVER-18778 fixed hidden parameter warning in CollectionCloner::_finishCallbackBenety Goh2015-06-081-3/+3
* SERVER-18035 clean up collection and database cloners to not hold mutex when ...Benety Goh2015-05-291-54/+48
* SERVER-18606 permit callers to compose getMore command for fetcherEric Milkie2015-05-281-8/+25
* SERVER-18015 SERVER-17894 data replication collection cloner cleanupBenety Goh2015-04-211-5/+6
* SERVER-17894 added data replication collection clonerBenety Goh2015-04-101-0/+299