summaryrefslogtreecommitdiff
path: root/db/repl.h
Commit message (Expand)AuthorAgeFilesLines
* repl tweaksDwight2008-09-051-0/+2
* more work on pairingDwight2008-09-041-0/+1
* endian check capabilityDwight2008-09-041-0/+2
* advertise new dbs for replication; handle user asserts on replDwight2008-09-031-7/+8
* we only clone one database per pass, even if a lot need done. This helps usDwight2008-08-261-0/+2
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2008-08-251-0/+1
|\
| * repl tweaksDwight2008-08-251-0/+1
* | minor repl; ocmmentsdwight2008-08-251-0/+4
|/
* reuse cursor from repl batch to batchDwight2008-08-191-1/+3
* replicate $inc right; implement $setDwight2008-08-181-6/+10
* replication: keep db connection open across batches.dwight2008-08-151-2/+6
* reuse the dbclientconnection on repl passesDwight2008-08-131-2/+5
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-08-111-25/+34
|\
| * bug fix with $indwight2008-08-041-28/+28
* | minor cleanup pragmasDwight2008-08-111-2/+1
|/
* replicationDwight2008-07-291-4/+36
* replication some work doneDwight2008-07-281-4/+22
* collection options are retained when db is cloned;Dwight2008-07-281-7/+43
* cloneDatabase()Dwight2008-07-271-0/+23