summaryrefslogtreecommitdiff
path: root/db/repl.cpp
Commit message (Expand)AuthorAgeFilesLines
* maybe this will make repl10.js run consistentlydwight2010-09-151-2/+8
* cleaningdwight2010-09-151-9/+1
* patch: problem with initial sync in 1.6.0 from an idle master. BUG CS-112dwight2010-09-151-1/+0
* SERVER-1626 initial sync bug fixEliot Horowitz2010-08-161-6/+10
* fasterdwight2010-08-161-1/+2
* CS-112 initial sync problem with traditional replicationEliot Horowitz2010-08-121-2/+4
* fix serverStatus for replica sets SERVER-1570Eliot Horowitz2010-08-041-4/+6
* SERVER-1523 and some diagui fixesDwight2010-08-021-1/+1
* return true from ismaster before rs initiateDwight2010-08-021-1/+2
* cleaningDwight2010-07-211-1/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-07-201-2/+2
|\
| * SERVER-1270 Elim c_str() /dbAlberto Lerner2010-07-201-2/+2
* | rsDwight2010-07-201-1/+1
|/
* rsdwight2010-07-191-1/+2
* Eliminate implicit conversionAlberto Lerner2010-07-191-1/+1
* rs initial syncdwight2010-07-191-0/+1
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-7/+7
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-171-7/+7
* rsdwight2010-07-161-2/+0
* elim msgdwight2010-07-151-1/+1
* fix ismaster for master/master SERVER-1253Eliot Horowitz2010-07-141-1/+1
* in master/master ismaster should be 1 SERVER-1253Eliot Horowitz2010-07-131-1/+1
* nicer message when slaving off of a non-master SERVER-962Kristina Chodorow2010-07-121-2/+9
* pretouchDwight2010-07-121-5/+26
* --pretouchdwight2010-07-061-1/+36
* abstract out op log reading a little (beginning)dwight2010-07-051-43/+34
* --pretouch ndwight2010-07-051-3/+1
* pretouch experimentDwight2010-06-301-1/+7
* rsDwight2010-06-291-0/+1
* cleaning up oplog applyEliot Horowitz2010-06-291-59/+2
* some assertsEliot Horowitz2010-06-081-0/+1
* repl: only try to get a write lock for keepaliveEliot Horowitz2010-06-041-10/+17
* rsDwight Merriman2010-05-301-0/+7
* tweak to _logOp() teeny bit fasterDwight Merriman2010-05-301-1/+5
* clean up some file names rsDwight Merriman2010-05-291-1/+1
* log less during unit testsDwight2010-05-191-2/+2
* more fallout from "ok" changeEliot Horowitz2010-05-181-2/+2
* rs made most commands return ok:true or false instead of ok:1 or 0 !!!Dwight2010-05-141-4/+3
* convert massert and uassert back to macrosMathias Stearn2010-05-141-1/+1
* debugging for weird repl issueEliot Horowitz2010-05-141-1/+1
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-6/+6
* fix repl testEliot Horowitz2010-05-031-5/+3
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-6/+6
* oplog debuggingEliot Horowitz2010-04-281-2/+7
* stdafx->pchDwight2010-04-271-1/+1
* fix warning with ismasterDwight Merriman2010-04-261-1/+1
* fix warning with ismasterDwight Merriman2010-04-261-8/+3
* more /_commandsDwight2010-04-231-5/+8
* /_commands in the http interfaceDwight2010-04-231-12/+16
* cleaningDwight2010-04-221-1/+2