summaryrefslogtreecommitdiff
path: root/db/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix oplog replay segfault SERVER-4350Eliot Horowitz2011-11-231-1/+1
* Generalize recloning docs on initial oplog application SERVER-3367Kristina2011-11-141-0/+34
* fix a possible issue with initial sync with replication when updates are in f...dwight2011-09-281-3/+43
* SERVER-3482 update tests, handle empty oplog properlyAaron2011-07-311-3/+3
* SERVER-3482 check oldest op first when doing oplog replay, wassert instead of...Aaron2011-07-311-10/+20
* full API change to command interface, add options SERVER-3405gregs2011-07-271-1/+1
* more cleaningEliot Horowitz2011-06-221-0/+1
* putting delete in its own files and related cleaningEliot Horowitz2011-06-201-0/+1
* more update cleaningEliot Horowitz2011-06-201-0/+1
* FindingStartCursor cleanupAaron2011-06-131-4/+9
* FindingStartCursor comments, cleanup, fixesAaron2011-06-131-3/+13
* fix error codesEliot Horowitz2011-06-061-1/+1
* move static outside function to avoid implicit mutex lockdwight2011-05-241-7/+6
* make applylogop slightly faster and general applyop cleaningdwight2011-05-231-13/+18
* cleaningdwight2011-05-231-11/+7
* check we are in writelock on optime::now. also tune it a bitdwight2011-05-141-3/+4
* SERVER-958 merge and address mongos dependency differencesAaron2011-04-251-3/+3
* reduce queryutil dependencies a bitAaron2011-04-251-0/+116
* the replication oplog size was not intelligently being set on windows by defa...Dwight2011-04-141-1/+2
* missing WriteIntent during RS initial syncMathias Stearn2011-01-121-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-62/+64
* Manually revert JObjAppendOp stuffMathias Stearn2010-12-201-16/+9
* dur use opcode_objappend for repl sets toodwight2010-12-191-11/+2
* dur cleaningdwight2010-12-191-28/+38
* readabilitydwight2010-12-191-5/+6
* dur optimize writing to the oplog for durabilitydwight2010-12-191-14/+31
* kill old commenteddwight2010-12-171-3/+0
* Pull some durability code into a class for easy disablingMathias Stearn2010-12-101-1/+1
* fix regression of pretouch slave repldwight2010-11-281-1/+1
* Revert "fix regression in repl slave pretouch"dwight2010-11-281-1/+1
* fix regression in repl slave pretouchdwight2010-11-281-1/+1
* replicate applyOps SERVER-2155Eliot Horowitz2010-11-281-1/+10
* track replicated ops SERVER-1565Eliot Horowitz2010-11-091-2/+13
* don't tell people they can change oplogSizeKristina Chodorow2010-10-271-1/+1
* intent to writeDwight2010-09-291-1/+1
* write intentDwight2010-09-281-11/+14
* use logns so dbtop is saneEliot Horowitz2010-08-261-3/+3
* clean loggingDwight2010-08-171-2/+4
* fixing noop replication handling 161Eliot Horowitz2010-08-161-1/+1
* mergeDwight2010-08-021-1/+1
* cleaningdwight2010-07-231-1/+1
* rs de-spaghettidwight2010-07-221-1/+1
* remove collection level logging SERVER-1455Eliot Horowitz2010-07-211-61/+0
* rsdwight2010-07-191-3/+3
* compilieDwight2010-07-191-1/+1
* rs initial syncdwight2010-07-191-2/+40
* rsdwight2010-07-181-2/+2
* Revert "SERVER-1270 Prep for hooking StringData"Alberto Lerner2010-07-171-4/+4
* SERVER-1270 Prep for hooking StringDataAlberto Lerner2010-07-171-4/+4
* chunk migration totally its own logic nowEliot Horowitz2010-07-151-2/+9