summaryrefslogtreecommitdiff
path: root/db/dur.h
Commit message (Expand)AuthorAgeFilesLines
* dur commitIfNeeded returns if it commitedEliot Horowitz2011-03-071-3/+4
* mispellingdwight2011-01-261-1/+1
* implement setNoJournaldwight2011-01-131-0/+2
* get rid of TempDisableDurability and replace with syncDataAndTruncateJournalMathias Stearn2011-01-121-9/+11
* use a slightly lower commit limit on 32 bitdwight2011-01-121-0/+5
* dur assert if too much is written in one commit groupdwight2011-01-121-0/+2
* dropDB uses TempDisableDurability rather than DropDbOpMathias Stearn2011-01-101-5/+0
* TempDisableDurability now does SyncAndTruncateMathias Stearn2011-01-101-1/+1
* remove _TESTINTENTdwight2011-01-081-5/+0
* shorterDwight2011-01-061-0/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-27/+27
* Revert "remove what appears to be dead code"Dwight2011-01-031-0/+11
* make intentionally unimplemented dur writing methods privateAaron2011-01-031-10/+10
* remove what appears to be dead codeDwight2011-01-031-11/+0
* cleaning remove some debug codeDwight2011-01-031-17/+6
* dur cleanup of nolog method. no change in actual behavior yet.Dwight2011-01-031-10/+7
* warning struct/class inconsistency on windows TempDisableDurabilitydwight2010-12-291-1/+2
* make it possible to temporarily disable durabilityMathias Stearn2010-12-291-0/+12
* enableDurability() is now a static member called autmatically by dur::startup()Mathias Stearn2010-12-291-14/+9
* Add support for making NamespaceDetails::Extra writes durable and use this du...Aaron2010-12-281-2/+18
* added commitIfNeeded()Mathias Stearn2010-12-281-0/+11
* Manually revert JObjAppendOp stuffMathias Stearn2010-12-201-17/+0
* tuningdwight2010-12-191-1/+1
* dur optimize writing to the oplog for durabilitydwight2010-12-191-0/+17
* dur optimizing seeting context to local database as that will be super common...dwight2010-12-171-32/+30
* getting warnings about destructor not returniing on windowsdwight2010-12-131-1/+3
* eliminate the _DURABLE preprocessor definedwight2010-12-131-2/+0
* dur safety when going back and forth with startup optionsDwight2010-12-131-1/+1
* commitNow()Dwight2010-12-131-0/+17
* move stuff into dur namesapcedwight2010-12-131-125/+129
* dur getlasterror wait for group commit via fsync:1dwight2010-12-131-8/+11
* dur drop database handlingdwight2010-12-121-0/+5
* dur trace a little betterdwight2010-12-121-5/+11
* move repl pair cmd line options to hidden help sectiondwight2010-12-121-1/+1
* Pull some durability code into a class for easy disablingMathias Stearn2010-12-101-30/+52
* dur saferdwight2010-12-061-1/+6
* compiledwight2010-12-051-0/+1
* durdwight2010-12-051-0/+2
* crlfdwight2010-11-281-114/+114
* dur make fixesdwight2010-11-271-1/+1
* durdwight2010-11-261-0/+8
* durdwight2010-11-241-1/+3
* compiledwight2010-11-221-3/+2
* dur optimizations to not journal too muchdwight2010-11-211-2/+35
* dur workdwight2010-11-141-1/+3
* durdwight2010-11-131-2/+7
* SERVER-2007 in btree code use const qualifiers to better enforce durability r...Aaron2010-11-031-1/+1
* commentsdwight2010-11-021-3/+3
* legibilityDwight2010-10-041-13/+14
* dur workDwight2010-10-041-18/+1