summaryrefslogtreecommitdiff
path: root/src/mongo/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-6731 cloneCollection warning correctionSam Kleinman2012-08-081-2/+1
* cloner has options to only sync data and or indexesEliot Horowitz2012-06-031-45/+50
* make cloner options/api cleaner before adding moreEliot Horowitz2012-06-031-22/+17
* SERVER-5040 retry initial sync if errors occur when creating indexesEric Milkie2012-05-181-2/+4
* some cleaning of get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-1/+0
* get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-5/+7
* get rid of mongolockEliot Horowitz2012-04-181-1/+1
* make NamespaceDetails::(capped|max) private to work on SERVER-5285Eliot Horowitz2012-04-071-1/+1
* Clean some query related includes.Aaron2012-04-061-1/+0
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-1/+0
* SERVER-3562 movePrimary less dangerous...Greg Studer2012-03-291-22/+109
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-4/+4
* fix copydb - which db we lock was wrongEliot Horowitz2012-03-221-1/+1
* SERVER-4328 lock more broadly as needed for a couple commandsdwight2012-03-031-5/+7
* Merge remote branch 'main_readonly/master'Dwight2012-03-011-15/+3
|\
| * Promote C++ batch query execution functions to DBClientBase.Andy Schwerin2012-03-011-15/+3
* | SERVER-4328 updates for replication for db level concurrencyDwight2012-03-011-0/+1
* | SERVER-4328 add Command::localGlobally methodDwight2012-02-291-0/+4
|/
* SERVER-4332 fix renameCollection for secondaries in replicasetsEric Milkie2012-02-151-2/+7
* Better handling of temp collections SERVER-3434 SERVER-3501 SERVER-2534Mathias Stearn2011-12-301-1/+1
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+763