summaryrefslogtreecommitdiff
path: root/db/repl.cpp
Commit message (Expand)AuthorAgeFilesLines
* better class nameDwight2008-09-051-7/+15
* repl tweaksDwight2008-09-051-7/+24
* more work on pairingDwight2008-09-041-5/+20
* endian check capabilityDwight2008-09-041-12/+31
* advertise new dbs for replication; handle user asserts on replDwight2008-09-031-69/+137
* we only clone one database per pass, even if a lot need done. This helps usDwight2008-08-261-3/+14
* repl tweaksDwight2008-08-251-10/+19
* auto add _id index on slave so replication is fastDwight2008-08-191-0/+3
* cleanupDwight2008-08-191-0/+5
* reuse cursor from repl batch to batchDwight2008-08-191-86/+38
* replicate $inc right; implement $setDwight2008-08-181-5/+7
* repl npe / cleanup when can't connect to masterdwight2008-08-171-0/+7
* index creation wasn't replicating right.dwight2008-08-151-12/+19
* replication: keep db connection open across batches.dwight2008-08-151-20/+58
* reuse the dbclientconnection on repl passesDwight2008-08-131-19/+32
* log cleanupdwight2008-08-021-2/+1
* replication fixes plus some log cleanupdwight2008-08-021-357/+370
* checkpoitning workDwight2008-07-311-6/+9
* repl master fixDwight2008-07-311-3/+25
* replicationDwight2008-07-291-20/+182
* replication some work doneDwight2008-07-281-8/+86
* collection options are retained when db is cloned;Dwight2008-07-281-0/+136
* cloneDatabase()Dwight2008-07-271-0/+86