summaryrefslogtreecommitdiff
path: root/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* better error messageEliot Horowitz2010-03-121-1/+1
* SERVER-727 release lock before doing remote authAaron2010-03-091-8/+14
* minor: typoMike Dirolf2010-03-091-1/+1
* if copydb doesn't need fromhost then neither should copydbgetnonceMike Dirolf2010-03-091-1/+6
* change Command locking configEliot Horowitz2010-02-261-0/+7
* SERVER-579 support copyDatabase from source running with securityAaron2010-02-161-6/+54
* Cloner: don't dbtemprelease too oftenDwight2010-02-091-2/+2
* get rid of setClient - all Database storage is in Client::ContextEliot Horowitz2010-01-291-15/+19
* eliminate findElement - use getField() insteadDwight2010-01-281-1/+1
* rename Matcher classDwight2010-01-191-1/+1
* a little code cleanup / renameingDwight2010-01-031-3/+3
* nsToClient -> nsToDatabaseEliot Horowitz2009-12-311-6/+6
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-8/+8
* add dropTarget option to renameCollection SERVER-487Eliot Horowitz2009-12-281-1/+9
* Merge branch 'master' of git@github.com:mongodb/mongoEliot Horowitz2009-12-101-1/+1
|\
| * MINOR log logSizeMb for debuggingAaron2009-12-101-1/+1
* | try to print out first element when cloing corrupt objectEliot Horowitz2009-12-101-1/+11
|/
* Start using Date_t. Can anyone think of a better name?Mathias Stearn2009-12-091-1/+1
* slaves can clone system.js SERVER-466Eliot Horowitz2009-12-091-1/+1