summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* organizingdwight2010-12-262-11/+16
* dur towards statsdwight2010-12-262-4/+15
* fix getLastError handling for non-repl nodesEliot Horowitz2010-12-261-5/+11
* slightly less chatty debug msgdwight2010-12-251-1/+1
* more logging on _DEBUGdwight2010-12-251-0/+2
* fix dur2.jsdwight2010-12-251-1/+1
* fix Matcher speed with $all SERVER-2289Eliot Horowitz2010-12-251-11/+7
* return err for w option on config serversKristina2010-12-241-1/+9
* move some extent methods into Extent classEliot Horowitz2010-12-242-7/+17
* fix follow up extent sizing when an int overflow SERVER-2287Eliot Horowitz2010-12-241-3/+7
* clearer loggingdwight2010-12-241-1/+8
* more assertsdwight2010-12-241-0/+3
* more assertsdwight2010-12-241-3/+28
* missing inline kwdwight2010-12-241-1/+1
* debug supportdwight2010-12-242-11/+32
* fix size of lsnfile didnt change on the last revisiondwight2010-12-241-1/+2
* fix ver#Dwight2010-12-231-1/+1
* Merge branch 'master' of github.com:mongodb/mongoDwight2010-12-233-25/+42
|\
| * allow stale members to sync from non-primaryKristina2010-12-232-23/+29
| * safetyMathias Stearn2010-12-231-2/+13
* | in nondebug build dont use lsn during recovery yet to be more conservative. w...Dwight2010-12-231-1/+8
* | more of an lsn fileDwight2010-12-232-11/+26
* | make journal dir earlier if dneDwight2010-12-231-1/+1
* | new lsn formatDwight2010-12-231-0/+12
|/
* attempted relativepath correctiondwight2010-12-221-1/+4
* FieldRangeVector::match commentsAaron2010-12-221-0/+15
* SERVER-2245 use IndexSpec::GetKeys for or dedupingAaron2010-12-222-17/+28
* sync against secondaries if primary is unavailable SERVER-2158Kristina2010-12-222-40/+91
* replset more members allowed if nonvotingdwight2010-12-221-1/+10
* Make p point to end rather than startMathias Stearn2010-12-223-14/+17
* privatize permanent members of WriteIntentMathias Stearn2010-12-223-9/+12
* Stop passing WriteIntents aroundMathias Stearn2010-12-223-24/+24
* test was too slow sometimesdwight2010-12-221-1/+1
* clarify error messagesdwight2010-12-221-1/+8
* better invalid ns messageEliot Horowitz2010-12-221-1/+1
* clearer loggingDwight2010-12-221-1/+1
* fix commentsDwight2010-12-221-6/+6
* add testDwight2010-12-224-4/+6
* compile *nixEliot Horowitz2010-12-221-1/+1
* commentdwight2010-12-221-1/+1
* comments, lame name changeddwight2010-12-223-25/+24
* compile warningdwight2010-12-221-1/+1
* pass ns to staticYield so can log on error/warning SERVER-2268Eliot Horowitz2010-12-223-5/+5
* Use File::len()Mathias Stearn2010-12-221-7/+1
* Use File::write() rather than mmap in RecoveryJob. This is 20% faster on linuxMathias Stearn2010-12-222-20/+30
* skip switch if < OpCode_Min (faster)Mathias Stearn2010-12-211-37/+39
* fix shutdownMathias Stearn2010-12-211-0/+5
* Too chattyMathias Stearn2010-12-211-2/+0
* Use journal buffer to write to data files phase 1Mathias Stearn2010-12-211-0/+10
* make it possible to avoid replaying durOpsMathias Stearn2010-12-213-7/+15