summaryrefslogtreecommitdiff
path: root/db/repl
Commit message (Expand)AuthorAgeFilesLines
* Initial sync re-application: refactored and added tests SERVER-4430Kristina2011-12-073-24/+65
* Count new RS members as up before they are initializedKristina2011-12-051-2/+2
* Reverse initial sync assertion SERVER-4430Kristina2011-12-051-1/+2
* add tests for recloning missing docs SERVER-3367Kristina2011-11-301-2/+5
* Do not leave initial sync until minvalid is reached SERVER-4294Kristina2011-11-161-9/+23
* Don't clear slave cache as often SERVER-4278Kristina2011-11-141-0/+2
* Generalize recloning docs on initial oplog application SERVER-3367Kristina2011-11-111-40/+2
* more loggingDwight2011-11-022-1/+4
* dyn naming workdwight2011-10-302-5/+6
* Only sync from members that build indexes unless buildIndexes=false SERVER-4160Kristina2011-10-271-0/+5
* vcxprojDwight2011-10-251-1/+1
* Auth before cloning collection during rollback SERVER-4115Kristina2011-10-251-12/+6
* SERVER-3609 we acquire a write lock on every operation applied. if we do mult...Dwight2011-10-141-76/+84
* remove TODO log messageKristina2011-10-131-5/+0
* replset log when requerying during syncdwight2011-10-101-0/+1
* Initialize auth status in non-default hb ctorKristina2011-10-071-1/+1
* Use boost's string trim function rather than having our own.Spencer T Brody2011-10-061-1/+3
* Log when a member can't elect themselvesKristina2011-10-061-2/+4
* Windows 32 compileKristina2011-10-061-1/+1
* SERVER-3299 trim hostname on replica set reconfigScott Hernandez2011-10-051-1/+2
* Make secondaries go into recovering state when auth is wrong SERVER-3715Kristina2011-10-057-88/+200
* ScopedConn reconnectionKristina2011-10-051-17/+29
* added message identifying replica set hostname in log on startupKristina2011-10-051-0/+3
* Merge branch 'master' of github.com:mongodb/mongoDwight2011-10-0311-117/+305
|\
| * allow initial sync source to changeKristina2011-09-301-2/+0
| * compiler warning ambiguous elsedwight2011-09-281-4/+8
| * clearer loggingdwight2011-09-222-2/+6
| * on a missing object, thats ok as a delete may occur laterdwight2011-09-221-13/+19
| * move start time to cmdline SERVER-3696Kristina2011-09-221-0/+1
| * command to get into/out of maintenance mode SERVER-3923Kristina2011-09-221-0/+21
| * Merge branch 'maintenance'Kristina2011-09-221-4/+10
| |\
| | * put maintenance mode in replsetgetstatusKristina2011-08-101-0/+6
| * | normalize log strings slightlydwight2011-09-211-1/+1
| * | retry initial syncing oplog until we run out of targets SERVER-3183Kristina2011-09-212-6/+20
| * | more flexibility on source choice for initial sync SERVER-3183Kristina2011-09-213-76/+108
| * | indicate in shell prompt when connected to a configsvr.Dwight2011-09-201-0/+3
| * | check tags in member config equality func SERVER-3799Kristina2011-09-201-0/+16
| * | continuation of initial sync fixdwight2011-09-191-6/+18
| * | stop initial sync once minvalid is reached SERVER-3899Kristina2011-09-191-3/+7
| * | fix a possible issue with initial sync with replication when updates are in f...dwight2011-09-182-8/+32
| * | cleaning minordwight2011-09-182-4/+1
| * | an assert and commentsdwight2011-09-181-0/+1
| * | show conflicting replica set names in error message SERVER-3525Kristina2011-09-161-1/+1
| * | only show optime info for non-arbiters SERVER-2872Kristina2011-09-161-4/+8
| * | check for tags on arbiter whenever a config is parsed SERVER-3840Kristina2011-09-161-1/+1
| * | handle invalid host in reconfig SERVER-3798Kristina2011-09-141-0/+5
| * | allow majority to be all nodes SERVER-3672Kristina2011-09-142-0/+34
| * | timer class was slow on windows; fixed.dwight2011-09-121-1/+1
| * | only show "syncingTo" field if member is not primary SERVER-3616Kristina2011-09-121-4/+6
| * | reconfig should handle error messages from other membersKristina2011-09-071-1/+1