summaryrefslogtreecommitdiff
path: root/db/oplog.h
Commit message (Expand)AuthorAgeFilesLines
* Initial sync re-application: refactored and added tests SERVER-4430Kristina2011-12-071-1/+1
* add tests for recloning missing docs SERVER-3367Kristina2011-11-301-5/+14
* Generalize recloning docs on initial oplog application SERVER-3367Kristina2011-11-111-0/+6
* fix a possible issue with initial sync with replication when updates are in f...dwight2011-09-181-1/+1
* SERVER-3554 assert on failed yield recovery in finding start cursorAaron Staple2011-08-171-0/+1
* SERVER-3482 update tests, handle empty oplog properlyAaron2011-07-311-1/+1
* SERVER-3482 check oldest op first when doing oplog replay, wassert instead of...Aaron2011-07-311-0/+1
* some include cleaningEliot Horowitz2011-06-211-1/+1
* FindingStartCursor cleanupAaron2011-06-131-2/+2
* FindingStartCursor comments, cleanup, fixesAaron2011-06-131-3/+18
* reduce queryutil dependencies a bitAaron2011-04-251-108/+8
* not checking msgasserted for dupesEliot Horowitz2011-04-151-1/+1
* SERVER-2558 don't orphan client cursors in FindingStartCursorAaron2011-02-151-10/+6
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-55/+56
* track replicated ops SERVER-1565Eliot Horowitz2010-11-091-1/+6
* cleaning ClientCursor to obey kernel rules and encapsulate more so can add lo...Eliot Horowitz2010-10-291-11/+11
* Pull timer.h and time_support.h out of goodies.hAlberto Lerner2010-09-161-0/+1
* more constDwight2010-08-231-1/+1
* SERVER-1453 yield during geo queryAaron2010-08-021-2/+3
* rsdwight2010-07-191-0/+2
* SERVER-1376 yield in query set runner for query,count,update,deleteAaron2010-07-071-9/+14
* --pretouchdwight2010-07-061-0/+1
* pretouch experimentDwight2010-06-301-0/+2
* cleaning up oplog applyEliot Horowitz2010-06-291-1/+1
* some ClientCursor yield cleaningEliot Horowitz2010-06-191-8/+3
* rsDwight2010-06-041-1/+7
* SERVER-109 get rid of nextSimpleQuery(), put matcher in base QueryOp, get rid...Aaron2010-06-021-1/+1
* repl cleaningDwight Merriman2010-05-291-8/+11
* SERVER-1113Aaron2010-05-131-7/+15
* auto_ptr -> shared_ptr for Cursor objectsEliot Horowitz2010-05-071-4/+4
* move oplog code into db/oplog.*Eliot Horowitz2010-04-131-0/+191