summaryrefslogtreecommitdiff
path: root/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix streaming from chunks with bad dataEliot Horowitz2009-11-091-2/+2
* can move last chunk off of a server SHARDING-32 SHARDING-28Eliot Horowitz2009-11-061-4/+17
* when doing a clone() load all indexes before starting to create so no socket ...Eliot Horowitz2009-10-291-1/+20
* move the var 'database' inside Client objectDwight2009-10-141-5/+5
* move curNs to Client objectDwight2009-10-131-1/+1
* cleaning MINOREliot Horowitz2009-10-081-1/+0
* cleaning old code that doesn't make sense anymoreEliot Horowitz2009-10-081-8/+0
* some help for commandsDwight2009-09-011-16/+24
* begin cmdline.hDwight2009-08-251-4/+3
* use $snapshot in the clone / repl code where appropriateDwight2009-08-101-12/+27
* Merge branch 'master' of git@github.com:mongodb/mongoAaron Staple2009-07-301-49/+60
|\
| * no cursor timeout query option - using for cloneEliot Horowitz2009-07-291-1/+1
| * fix dbtempreleaseyellow2009-07-291-2/+3
| * load all collection names first so cursor dying doesn't matter SERVER-194Eliot Horowitz2009-07-281-46/+56
* | repl support for fast rename plus testAaron Staple2009-07-291-11/+10
* | fast collection renaming within a databaseAaron Staple2009-07-291-0/+12
|/
* moved BSONObjIterator::more to BSONObjectIteratore::moreWEOO()Eliot Horowitz2009-06-091-2/+2
* log periodically while cloning a collection, log sync point when applying oplogAaron2009-05-281-0/+9
* preserve capped-ness in clonecollectionAaron2009-05-261-0/+4
* fix op logging for collection creation and for convertToCappedAaron2009-05-211-2/+2
* support renaming capped collectionAaron2009-05-181-14/+20
* let user of cloner set up 'client' context, fixes repairAaron2009-05-081-2/+1
* fix repair segfaultAaron2009-05-081-2/+2
* create id index correctly when cloningAaron2009-04-201-2/+3
* clone collection test debug info MINORAaron2009-04-081-1/+1
* add renameCollection commandAaron2009-04-071-0/+88
* Replace emptyObj with BSONObj()Aaron2009-03-191-5/+5
* cleanupAaron2009-03-111-13/+43
* finishCloneCollection checkpointAaron2009-03-111-7/+18
* finishCloneCollection checkpointAaron2009-03-111-16/+112
* Test exhausting oplog spaceAaron2009-03-061-4/+10
* Infrastructure for validating logAaron2009-03-061-1/+1
* Filter cloneCollection oplog inserts based on query patternAaron2009-03-061-1/+7
* Better cloneCollection checkpointAaron2009-03-041-11/+45
* elim signed unsigned warning on windowsDwight2009-02-241-1/+2
* merge conflict checkpointEliot Horowitz2009-02-201-3/+8
* Add help for clone collection commandAaron2009-02-191-3/+3
* minor/typodwight2009-02-181-1/+1
* Make copying indexes optional; don't bother adding the option to shell, it's ...Aaron2009-02-181-3/+8
* Copy indexes tooAaron2009-02-181-0/+4
* Don't require adminAaron2009-02-181-3/+0
* Add cloneCollection commandAaron2009-02-181-5/+51
* replication / exception throwing bug fixDwight2009-02-121-1/+1