summaryrefslogtreecommitdiff
path: root/db/replset.h
Commit message (Expand)AuthorAgeFilesLines
* rename fileDwight Merriman2010-04-211-208/+0
* health thread startDwight Merriman2010-04-141-0/+2
* SERVER-847 cleaningAaron2010-03-301-3/+1
* SERVER-847 log when initial sync completesAaron2010-03-301-0/+1
* make info thread safe SERVER-674Eliot Horowitz2010-02-261-2/+2
* move some replication settings into ReplicationSettingsEliot Horowitz2010-02-081-2/+2
* nsToClient -> nsToDatabaseEliot Horowitz2009-12-311-1/+1
* uassert/massert take error code SERVER-112Eliot Horowitz2009-12-281-3/+3
* ability to make a Client god for a little whileEliot Horowitz2009-10-221-1/+4
* move the var 'database' inside Client objectDwight2009-10-141-0/+1
* fix isMaster() for master-master modeDwight2009-09-221-0/+7
* fix bug where isMaster() returned false when should have been trueDwight2009-09-221-1/+3
* begin cmdline.hDwight2009-08-251-4/+4
* isMaster() - still wasn't rightdwight2009-08-171-0/+3
* fix isMaster() broken earlier todaydwight2009-08-171-4/+6
* fix compile of unit testsdwight2009-08-171-0/+1
* fix checks that operations cannot be performed on slaves; also, allow read op...dwight2009-08-171-1/+1
* must be exactly one master when applying oplog after initial sync completedAaron2009-04-101-2/+2
* name enums to make old compiler happy (thx kristina)Aaron2009-04-061-1/+1
* Better 'not master' validationAaron2009-03-301-3/+11
* virtual dtors == goodAaron2009-02-181-0/+1
* on exit, wait for replication to finish upDwight2009-02-041-2/+2
* Make arbitration smarter -- arbiter forwards negotiate request to paired nodeAaron2009-02-021-1/+1
* authenticate command workdwight2009-01-181-3/+3
* Indent all lines within namespaces one levelAaron2009-01-151-130/+130
* Replace tab indentation with spacesAaron2009-01-141-4/+4
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* Enhance json parserAaron2009-01-061-2/+2
* Reinstate pairing testsAaron2008-12-281-0/+41
* Replace tab indentation with spacesAaron2008-12-281-36/+36
* Not master if haven't caught upAaron2008-12-121-6/+1
* Lock repl pair state where necessary.Aaron2008-12-101-3/+7
* Add arbitration unit test; adjust tab formatting of some filesAaron2008-12-071-1/+1
* Adding some pairing testsAaron Staple2008-12-051-0/+8
* replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight2008-12-021-6/+6
* repl pair bug fixDwight2008-12-011-10/+26
* a little more on webunknown2008-11-301-0/+10
* go 'dead' mode if replication pairing confusedDwight2008-11-201-3/+7
* arbitrateDwight2008-09-111-5/+22
* Option_SlaveOkDwight2008-09-111-1/+4
* dbgrid.cpp added; return $err on assertDwight2008-09-111-1/+8
* dbgrid.vcproj missing; more work on dbgridr0.1.2_rc1Dwight2008-09-111-0/+17
* better class nameDwight2008-09-051-4/+4
* endian check capabilityDwight2008-09-041-0/+4
* advertise new dbs for replication; handle user asserts on replDwight2008-09-031-0/+49