summaryrefslogtreecommitdiff
path: root/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* while cloning don't fail the whole process if one object has a uassert problemDwight2009-02-111-3/+8
* doneAndDecouple() -> obj()Dwight2009-02-091-1/+1
* Log generated id with inserted object, log id as update query in some casesAaron2009-02-031-1/+1
* make security work with repl pairsdwight2009-01-241-1/+8
* replication with security ondwight2009-01-231-6/+16
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-6/+6
* Indent all lines within namespaces one levelAaron2009-01-151-201/+201
* Replace tab indentation with spacesAaron2009-01-141-1/+1
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* recv full http request, implement simple rest post handling, refactor dbclien...Aaron2009-01-071-18/+10
* move DirectConnector to dbclient and make DBDirectClientEliot Horowitz2008-12-311-10/+0
* Replace tab indentation with spacesAaron2008-12-281-100/+106