summaryrefslogtreecommitdiff
path: root/db/dur.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* remove what appears to be dead codeDwight2011-01-031-5/+0
* cleaning remove some debug codeDwight2011-01-031-14/+1
* dur cleanup of nolog method. no change in actual behavior yet.Dwight2011-01-031-0/+27
* Only work with MongoFiles inside of lockMathias Stearn2010-12-301-14/+22
* make it possible to temporarily disable durabilityMathias Stearn2010-12-291-5/+28
* enableDurability() is now a static member called autmatically by dur::startup()Mathias Stearn2010-12-291-6/+7
* get rid of unlinkThreadMathias Stearn2010-12-291-2/+0
* Add support for making NamespaceDetails::Extra writes durable and use this du...Aaron2010-12-281-4/+15
* Move journal file check to acquireLockPath so tools run thisMathias Stearn2010-12-281-8/+1
* added commitIfNeeded()Mathias Stearn2010-12-281-0/+5
* eliminate the lsn threaddwight2010-12-271-2/+0
* Add --durOptions 16 bit for DurAlwaysCommit to commit whenever the writelock ...Mathias Stearn2010-12-271-1/+1
* dur statsdwight2010-12-271-6/+46
* add a statdwight2010-12-261-1/+2
* organizingdwight2010-12-261-10/+0
* dur towards statsdwight2010-12-261-2/+11
* slightly less chatty debug msgdwight2010-12-251-1/+1
* make journal dir earlier if dneDwight2010-12-231-1/+1
* Make p point to end rather than startMathias Stearn2010-12-221-5/+5
* Stop passing WriteIntents aroundMathias Stearn2010-12-221-2/+1
* Use journal buffer to write to data files phase 1Mathias Stearn2010-12-211-0/+10
* do insertWriteIntent outside of dbMutex, which yeilds a small throughput incr...Dwight2010-12-211-1/+13
* dur sequence numbers to speed recoverydwight2010-12-201-0/+2
* replace WriteIntent vector with a set and merge overlapping/adjacent intentsMathias Stearn2010-12-201-6/+5
* compile _DEBUGDwight2010-12-201-1/+1
* Manually revert JObjAppendOp stuffMathias Stearn2010-12-201-62/+9
* remove comrpessedbuilderdwight2010-12-201-1/+1
* dur stub out a compressed builderdwight2010-12-191-2/+1
* dur objappend temporarily off until fixed; objappend moved to its own data st...dwight2010-12-191-14/+24
* dur tiny optimizationdwight2010-12-191-1/+5
* mergedwight2010-12-191-117/+87
* force commit every 100MBMathias Stearn2010-12-171-1/+10
* rename function and call with lock still heldMathias Stearn2010-12-171-1/+1
* oopsMathias Stearn2010-12-171-1/+1
* dur stats beginningsdwight2010-12-171-0/+9
* organizingdwight2010-12-171-30/+6
* dur optimizing seeting context to local database as that will be super common...dwight2010-12-171-6/+11
* safetyMathias Stearn2010-12-161-0/+5
* DropDbOp must be in it's own group commitMathias Stearn2010-12-151-2/+4
* Revert "Revert "str stuff""dwight2010-12-151-8/+15
* Revert "str stuff"dwight2010-12-151-15/+8
* str stuffdwight2010-12-151-8/+15
* use relative paths in the journaldwight2010-12-141-4/+9
* commentdwight2010-12-141-0/+6
* Fail hard if maps don't matchMathias Stearn2010-12-141-1/+1
* Exceptions in durThread should cause immediate shutdownMathias Stearn2010-12-141-1/+2
* fix warning convesion 64 bit to 32 bit intdwight2010-12-131-1/+2
* Use memcmp to speed up dur checking. Add --durOptions bit for extra checksMathias Stearn2010-12-131-4/+9
* eliminate the _DURABLE preprocessor definedwight2010-12-131-9/+0
* compileDwight2010-12-131-0/+2