summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27691 Make OperationContext::setKillAllOperations interrupt all operat...Kaloian Manassiev2017-04-051-1/+1
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2017-01-051-1/+2
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-101-1/+18
* Revert "SERVER-26834 replset7.js should cause documents to be seen twice in i...Tess Avitabile2016-11-091-18/+1
* SERVER-26834 replset7.js should cause documents to be seen twice in initial syncTess Avitabile2016-11-091-1/+18
* SERVER-26764 Do not defer creation of _id index for replicated collectionsTess Avitabile2016-10-281-136/+121
* SERVER-26599 Master-slave initial sync should use the exact _id index spec fr...Tess Avitabile2016-10-181-4/+30
* SERVER-25969 make slaves and secondaries always use BSON 1.1 validationDavid Storch2016-09-201-1/+1
* SERVER-24033 Write full index spec in oplog entry for index creation.Max Hirschhorn2016-09-141-31/+33
* SERVER-24991 log redaction for bson, client, auth, catalogThomas Schubert2016-09-021-8/+8
* SERVER-25159 Default BSON validation version should depend on admin.system.ve...Tess Avitabile2016-09-021-1/+3
* SERVER-25796 copydb support for views + additional cloner testsJames Wahlin2016-08-311-0/+35
* SERVER-25126 Return a different error code if the step down occurs after the ...Siyuan Zhou2016-08-251-3/+3
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-091-1/+3
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-1/+1
* SERVER-24767 Replicate viewsGeert Bosch2016-08-011-1/+1
* SERVER-24883 cloner should not create _id index when original collection does...Judah Schvimer2016-07-061-1/+9
* SERVER-23243 Remove time-keeping from listenerWaley Chen2016-06-131-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+9
* SERVER-23919 gather all collection names at the start of initial syncEric Milkie2016-05-021-78/+94
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+4
* Revert "SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD ops"Benety Goh2016-04-211-4/+2
* SERVER-23271 Add keysInserted and keysDeleted metrics for CRUD opsJames Wahlin2016-04-211-2/+4
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-2/+1
* SERVER-22723 Remove unused cappedOK argument from Collection::deleteDocumentGeert Bosch2016-04-071-1/+1
* SERVER-22723 Don't try to support copying collections with duplicate idsGeert Bosch2016-04-071-1/+1
* Revert "SERVER-22723 Don't try to support copying collections with duplicate ...Ian Whalen2016-04-071-1/+1
* Revert "SERVER-22723 Remove unused cappedOK argument from Collection::deleteD...Ian Whalen2016-04-071-1/+1
* Revert "SERVER-22723 Remove unused noWarn flag and logIfError option"Ian Whalen2016-04-071-1/+1
* SERVER-22723 Remove unused noWarn flag and logIfError optionGeert Bosch2016-04-071-1/+1
* SERVER-22723 Remove unused cappedOK argument from Collection::deleteDocumentGeert Bosch2016-04-071-1/+1
* SERVER-22723 Don't try to support copying collections with duplicate idsGeert Bosch2016-04-071-1/+1
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-29/+0
* SERVER-20036 Interrupt mapReduce and movePrimary commands on catalog manager ...Spencer T Brody2016-01-211-4/+40
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-041-1/+1
* SERVER-21958 Remove mayYield and mayBeInterrupted flags from cloner, as it is...Andy Schwerin2015-12-211-92/+36
* SERVER-21382 Remove unused _id-extracting out parameter from Collection::dele...Andy Schwerin2015-12-091-4/+1
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-09-091-4/+4
* SERVER-19155 Remove authcommon target's dependency on DBClientWithCommandssamantharitter2015-08-121-1/+1
* SERVER-19564: revertMartin Bligh2015-08-081-4/+4
* SERVER-19564: Drop unused recordID return from insertDocumentMartin Bligh2015-08-081-4/+4
* SERVER-19644: change dassert to verifyScott Hernandez2015-08-071-1/+1
* SERVER-19644: ensure valid collection creation when there are no collection o...Scott Hernandez2015-08-041-12/+17
* SERVER-17464: check for interrupts (like during shutdown) in clonerScott Hernandez2015-07-201-1/+21
* SERVER-19298: always use collection options when creating collectionsScott Hernandez2015-07-081-7/+28
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-517/+506
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-3/+2
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3