summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* SERVER-2808 try to compile non appler1.8.1-rc0Aaron2011-03-241-1/+2
* SERVER-2808 print address information when available for signalsAaron2011-03-241-3/+23
* SERVER-2737 commitIfNeeded() in cappedTruncateAfter()Aaron2011-03-241-0/+1
* SERVER-2810 check for dropped explain cursor before accessing soAaron2011-03-241-1/+1
* SERVER-2809 update _nscanned with proper value, now that it may be returnedAaron2011-03-221-1/+1
* SERVER-2809 don't read cursor's nscanned if failed yield invalidated the cursorAaron2011-03-223-8/+8
* allow 1 or true for rs config options SERVER-2714Kristina2011-03-181-3/+3
* SERVER-2662 don't attempt to yield a query after an earlier yield fails and d...Aaron2011-03-181-6/+14
* SERVER-2791 use write intent when setting initial bucketAaron2011-03-171-1/+1
* fix SERVER-2745Eliot Horowitz2011-03-161-1/+1
* fix fastsync to not be confused on new members SERVER-2717Kristina2011-03-131-0/+5
* --journal SERVER-2745 180Eliot Horowitz2011-03-111-3/+8
* make some options hiddenEliot Horowitz2011-03-111-2/+2
* dur rollback replsets SERVER-2737Dwight2011-03-111-0/+2
* Open a journal file on startup 180r1.8.0-rc2Mathias Stearn2011-03-092-1/+2
* Don't rotate and open a journal file if one isn't already opened SERVER-2655 180Mathias Stearn2011-03-091-1/+1
* fix potential seg fault when Client Context isn't handled correct with except...Eliot Horowitz2011-03-091-5/+5
* more safety for getMore yielding 180Eliot Horowitz2011-03-092-1/+11
* safer key too large check 180Eliot Horowitz2011-03-081-2/+3
* dur typo in constant 180Dwight2011-03-071-1/+1
* do'nt use RARELY with commitIfNeeded, just check if it did itEliot Horowitz2011-03-071-5/+3
* dur commitIfNeeded returns if it commitedEliot Horowitz2011-03-072-4/+7
* faster: groupCommit already catches exceptionsdwight2011-03-071-16/+9
* make warning about missing index entries for large keys nicer SERVER-2693Eliot Horowitz2011-03-071-1/+3
* fix boost 1.45Eliot Horowitz2011-03-061-0/+4
* don't record info once context finished 180Eliot Horowitz2011-03-061-0/+3
* when removing keys that are too large from an index, stll remove but warnEliot Horowitz2011-03-041-5/+5
* initialize _recovering 180r1.8.0-rc1Mathias Stearn2011-03-031-1/+1
* fix yield on getMore SERVER-2450Eliot Horowitz2011-03-031-1/+3
* yield on getMore SERVER-2450Eliot Horowitz2011-03-031-0/+3
* fix BtreeBuilder to always check key sizeEliot Horowitz2011-03-021-9/+9
* don't do commitIfNeeded RARELY SERVER-2657 180Eliot Horowitz2011-03-022-2/+2
* some missing commitIfNeeded SERVER-2657 180Eliot Horowitz2011-03-023-0/+5
* cant destroy complex global variables at shutdown 180?dwight2011-03-012-5/+7
* add FileCreatedOp on first use of file, regardless of preexistence 180?Mathias Stearn2011-03-014-6/+5
* SERVER-2650 prevent too small extentsAaron2011-03-012-2/+7
* debugging for slow server statusEliot Horowitz2011-03-011-0/+2
* don't clean up journal files, or do much of anything, on an abruptQuit()Dwight2011-03-011-0/+5
* SERVER-2631 missing commitIfNeeded in ~BtreeBuilder - 180?Dwight2011-03-011-0/+1
* SERVER-2631 missing destructor guard - 180?Dwight2011-03-011-11/+13
* SERVER-2631 missing commitIfNeeded call - 180?Dwight2011-03-011-0/+6
* fix invalid 'unexpected file in journal directory' error message.dwight2011-03-011-6/+7
* correct nonce on os xEliot Horowitz2011-02-221-2/+5
* commentsdwight2011-02-211-2/+2
* line endingsEliot Horowitz2011-02-211-62/+62
* compiledwight2011-02-211-1/+1
* SERVER-2500 windows - eliminate mapaligneddwight2011-02-212-2/+48
* typos in commentDwight2011-02-171-2/+2
* SERVER-2558 don't orphan client cursors in FindingStartCursorAaron2011-02-151-10/+6
* fix error reporting in the logDwight2011-02-151-3/+6