summaryrefslogtreecommitdiff
path: root/db/repl.cpp
Commit message (Expand)AuthorAgeFilesLines
* little things: hack for windows filenames, better loggingDwight2009-02-111-0/+4
* wasn't logging enoughDwight2009-02-111-2/+6
* doneAndDecouple() -> obj()Dwight2009-02-091-1/+1
* rename classes and add a new client connect methodDwight2009-02-061-1/+1
* Allow 'count' command on a slaveAaron2009-02-041-2/+1
* on exit, wait for replication to finish upDwight2009-02-041-14/+14
* grid/message -> util/messageEliot Horowitz2009-02-031-1/+1
* Parse port suffix before calling hostbyname()Aaron2009-02-021-0/+1
* Add autoresync optionAaron2009-02-021-11/+31
* Make arbitration smarter -- arbiter forwards negotiate request to paired nodeAaron2009-02-021-22/+38
* Don't destroy db mutexAaron2009-01-291-2/+2
* Add resync commandAaron2009-01-291-0/+40
* _id can be any typedwight2009-01-251-4/+5
* make security work with repl pairsdwight2009-01-241-1/+1
* make security work for repl pairsdwight2009-01-241-8/+21
* replication with security ondwight2009-01-231-14/+50
* log a little lessdwight2009-01-231-4/+4
* Add idempotence tests for some oplog operationsAaron2009-01-231-70/+78
* better version of sync checkpointdwight2009-01-211-1/+4
* checkpoint our replication progress periodicallydwight2009-01-211-0/+9
* changed verbose to logLevel and added log(int)Eliot Horowitz2009-01-201-1/+1
* Set up authInfo in contexts where it may be requiredAaron2009-01-201-0/+4
* authenticate command workdwight2009-01-181-5/+5
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-3/+3
* Indent all lines within namespaces one levelAaron2009-01-151-966/+966
* Replace tab indentation with spacesAaron2009-01-141-8/+8
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+8
* Large oplog collection sizes + miscAaron2009-01-131-4/+14
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pdwight2009-01-101-2/+5
|\
| * Enhance json parserAaron2009-01-061-2/+2
| * don't create local db if running without replicationDwight2009-01-061-0/+3
* | command work client driverdwight2009-01-101-7/+3
|/
* eliminate one warning compilingDwight2008-12-311-1/+1
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-311-1/+9
|\
| * [dm] if we see an operation in the oplog (at the slave) with a malformed data...yellow2008-12-301-1/+9
* | minor logging prettinessDwight2008-12-311-1/+1
|/
* Reinstate pairing testsAaron2008-12-281-50/+12
* Replace tab indentation with spacesAaron2008-12-281-575/+597
* if blank db name data present, just skip while replicatingDwight2008-12-241-1/+5
* better error messagse for replicationDwight2008-12-241-7/+14
* Automatically repair databases when pdfile version changesAaron2008-12-181-1/+1
* Make g++ warnings stricter, clear a few new warningsAaron2008-12-171-2/+0
* fixes for replacepeer (replica pair functionality)Dwight2008-12-151-1/+10
* $cmd replacepeerDwight2008-12-151-66/+220
* Not master if haven't caught upAaron2008-12-121-1/+10
* bool seemCaughtUpDwight2008-12-121-5/+17
* protect against inappropriate $cmd's to a slave mode dbDwight2008-12-111-4/+5
* fix my brain dead timing codeDwight2008-12-101-1/+6
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-101-16/+16
|\
| * Simplify code for state logicAaron2008-12-101-4/+1