summaryrefslogtreecommitdiff
path: root/db/oplog.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* rsDwight2010-07-141-1/+1
* pretouchDwight2010-07-121-2/+2
* --pretouchdwight2010-07-061-0/+41
* rs logopdwight2010-07-061-3/+8
* minordwight2010-07-051-2/+6
* optimized update for by _id casedwight2010-07-041-2/+5
* make issimpleidquery faster by not calling nFields()dwight2010-07-021-1/+1
* repl tweaksDwight2010-07-011-2/+5
* defer creating the id index on a clone until we first insert all the dataDwight2010-06-301-1/+1
* betterDwight2010-06-301-28/+21
* betterDwight2010-06-301-2/+2
* pretouch experimentDwight2010-06-301-1/+41
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-06-291-9/+9
|\
| * preCondition is a better nameEliot Horowitz2010-06-291-9/+9
* | rsDwight2010-06-291-9/+38
|/
* applyOps command with prereqsEliot Horowitz2010-06-291-1/+20