summaryrefslogtreecommitdiff
path: root/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* upgrade indexes on resync SERVER-3900Kristina2011-09-291-0/+6
* SERVER-3526: when a collection is renamed, its counters are kept in map, whic...agirbal2011-08-031-0/+2
* full API change to command interface, add options SERVER-3405gregs2011-07-271-5/+5
* more cleaningEliot Horowitz2011-06-221-1/+1
* log nicerDwight2011-06-061-0/+9
* cleaning and a small insert optimizationdwight2011-05-291-4/+4
* renameCollection should only require auth on source and dest DBs, not admin S...Mathias Stearn2011-05-251-2/+3
* make a noreturn version of insert, would be faster unless cmopiler is very sm...dwight2011-05-241-4/+4
* towards proper --quotafiles supportdwight2011-05-231-1/+1
* make applylogop slightly faster and general applyop cleaningdwight2011-05-231-1/+3
* allow slaveOk on copydb commanddwight2011-04-151-2/+5
* SERVER-2111 Synchronize db names with master if a case conflict is detected i...Aaron2011-04-121-5/+19
* Merge branch 'master' of github.com:mongodb/mongodwight2011-04-041-17/+29
|\
| * SERVER-2351 allow killop to interrupt a repair database commandAaron2011-04-011-17/+29
* | towards compact cmd still in progdwight2011-04-041-1/+1
|/
* SERVER-2843 Don't yield db mutex during a repairAaron2011-03-291-27/+33
* some missing commitIfNeeded SERVER-2657 180Eliot Horowitz2011-03-021-0/+1
* commitIfNeeded() in cloneCollectionMathias Stearn2011-01-101-0/+4
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-73/+79
* strcpy_s changedwight2010-11-241-1/+2
* readability of codeDwight2010-10-061-1/+1
* [SERVER-1643] cloner can now clone from a replica set. Eg. db.cloneDatabase('...Tony Hannan2010-09-221-5/+6
* Revert "HostAndPort::isSelf() -> ListeningSockets::listeningOn()"Mathias Stearn2010-09-131-1/+1
* HostAndPort::isSelf() -> ListeningSockets::listeningOn()Mathias Stearn2010-09-101-1/+1
* rs rollback work 162 163Dwight2010-08-231-6/+6
* rs rollback work 162dwight2010-08-161-1/+1
* todo note on copyindexes option support lacking in clonecollectiondwight2010-08-161-1/+6
* check for null return from query()Dwight2010-08-021-1/+2
* rs change how initial sync happens we now take the whole old oplogdwight2010-08-021-0/+5
* better commentMathias Stearn2010-07-211-1/+2
* remove collection level logging SERVER-1455Eliot Horowitz2010-07-211-231/+39
* Eliminate BSONObj->string implicit conversionAlberto Lerner2010-07-181-4/+4
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-14/+10
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-171-10/+14
* SERVER-1387 clone/exhaustAaron2010-07-141-55/+89
* temporarily Revert "git rid of "operator string""Mathias Stearn2010-07-071-4/+4
* git rid of "operator string"Mathias Stearn2010-07-071-4/+4
* fix bug in cloner introduced todaydwight2010-06-301-0/+1
* defer creating the id index on a clone until we first insert all the dataDwight2010-06-301-1/+22
* make check for $ fasterEliot Horowitz2010-06-091-4/+1
* SERVER-1203 repair oplog properlyAaron2010-06-081-1/+3
* attempt to fix clonerDwight2010-05-181-1/+1
* better cloneCollection helpDwight2010-05-181-2/+13
* rsDwight2010-05-181-2/+2
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-11/+11
* refactor and rename insertDwight Merriman2010-04-281-4/+4
* stdafx->pchDwight2010-04-271-1/+1
* towards 3Dwight Merriman2010-04-241-1/+1
* more /_commandsDwight2010-04-231-3/+3
* /_commands in the http interfaceDwight2010-04-231-15/+15