summaryrefslogtreecommitdiff
path: root/db/cloner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace tab indentation with spacesAaron2008-12-281-100/+106
* better error messagse for replicationDwight2008-12-241-2/+12
* Cloner shouldn't double-init the cursorAaron2008-12-181-1/+1
* Use socketless interface for cloning using single db instanceAaron2008-12-181-10/+37
* Add repairDatabase supportAaron2008-12-161-4/+4
* protect against inappropriate $cmd's to a slave mode dbDwight2008-12-111-2/+2
* for a repl pair, it is ok to pull from the other half of the pair replication...Dwight2008-12-101-13/+16
* don't log to our oplog operations we are replicating from elsewhereDwight2008-12-051-9/+10
* show assertions in the web consoleDwight2008-12-041-0/+11
* clone/copy db now works on replicating databasesDwight2008-12-031-11/+21
* compile on windowsDwight2008-12-031-1/+1
* replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight2008-12-021-4/+4
* rename classesDwight2008-10-211-13/+13
* griddb workunknown2008-10-191-3/+3
* jsobj::valid()Dwight2008-10-081-8/+3
* validate objects on clone()Dwight2008-10-021-0/+12
* copydbDwight2008-09-151-10/+53
* copydb workdwight2008-09-141-12/+37
* copydb - not yet doneDwight2008-09-121-19/+56
* fix assumed initialization order of globalsDwight2008-09-121-0/+14
* reuse cursor from repl batch to batchDwight2008-08-191-0/+89