summaryrefslogtreecommitdiff
path: root/db/dur_commitjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2500 private map was using too much memory on windowsdwight2011-02-151-2/+5
* dur enable paranoid mode for dbtests. only on for _DEBUG for nowdwight2011-01-151-1/+1
* clearer _DEBUG msg outputdwight2011-01-151-1/+1
* add a couple commitIfNeeded calls to unit test. probably not important but mi...dwight2011-01-151-1/+1
* dur debug log display of commitIfNeeded missing invocationsdwight2011-01-121-1/+13
* use a slightly lower commit limit on 32 bitdwight2011-01-121-0/+1
* saferdwight2011-01-121-0/+2
* dur assert if too much is written in one commit groupdwight2011-01-121-0/+1
* dont use too much memory in private views with durdwight2011-01-111-0/+3
* dur account for page granularity in our estimate of bytes pending writing - a...dwight2011-01-101-1/+59
* astyleEliot Horowitz2011-01-051-1/+1
* faster in _DEBUG in some casesDwight2011-01-041-2/+5
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-11/+10
* rename fieldDwight2011-01-031-1/+1
* debug supportdwight2010-12-241-0/+16
* Make p point to end rather than startMathias Stearn2010-12-221-3/+3
* Stop passing WriteIntents aroundMathias Stearn2010-12-221-3/+4
* comments, lame name changeddwight2010-12-221-1/+1
* do insertWriteIntent outside of dbMutex, which yeilds a small throughput incr...Dwight2010-12-211-1/+8
* rename method for easy greppingdwight2010-12-211-1/+1
* replace WriteIntent vector with a set and merge overlapping/adjacent intentsMathias Stearn2010-12-201-0/+55
* Manually revert JObjAppendOp stuffMathias Stearn2010-12-201-2/+1
* dur objappend temporarily off until fixed; objappend moved to its own data st...dwight2010-12-191-0/+1
* mergedwight2010-12-191-1/+1
* force commit every 100MBMathias Stearn2010-12-171-0/+1
* compileEliot Horowitz2010-12-131-1/+1
* dur cleaning for readabilitydwight2010-12-121-2/+22
* dur drop database handlingdwight2010-12-121-0/+28