summaryrefslogtreecommitdiff
path: root/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* If user sets a smaller stack size than our default we should use it SERVER-2707Mathias Stearn2011-08-121-3/+12
* Add 4MB stack size code to mongod SERVER-2707Mathias Stearn2011-08-121-0/+21
* add nojournal option to 1.8Eliot Horowitz2011-06-291-0/+4
* maxconns for mongosEliot Horowitz2011-06-061-13/+0
* 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
* fix SERVER-2745Eliot Horowitz2011-03-161-1/+1
* --journal SERVER-2745 180Eliot Horowitz2011-03-111-3/+8
* make some options hiddenEliot Horowitz2011-03-111-2/+2
* fix boost 1.45Eliot Horowitz2011-03-061-0/+4
* don't clean up journal files, or do much of anything, on an abruptQuit()Dwight2011-03-011-0/+5
* need to run unit tests after fork so system state is stable SERVER-2514Eliot Horowitz2011-02-121-2/+1
* remove old warningEliot Horowitz2011-01-271-1/+0
* fix --fork and relative --dbpath SERVER-2345Eliot Horowitz2011-01-251-2/+11
* show --dur in cmdline help and partially alphabetize those optionsdwight2011-01-241-23/+23
* finish removing msgEliot Horowitz2011-01-161-34/+0
* remove deprecated msg and unused return for assembleResponse SERVER-1438Eliot Horowitz2011-01-161-27/+1
* need to init the client earlier as shutdown may try to acquire a lock and tha...dwight2011-01-131-1/+2
* elim this line for 175dwight2011-01-121-1/+1
* FileAllocator cleaningEliot Horowitz2011-01-091-1/+1
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-183/+184
* remove last references to RecCacheEliot Horowitz2010-12-301-1/+0
* enableDurability() is now a static member called autmatically by dur::startup()Mathias Stearn2010-12-291-4/+1
* compileDwight2010-12-151-0/+1
* Revert "Revert "str stuff""dwight2010-12-151-8/+8
* Revert "str stuff"dwight2010-12-151-8/+8
* str stuffdwight2010-12-151-8/+8
* SERVER-2217 fix parsing of notablescan command line optionAaron2010-12-141-1/+1
* rename --durTrace to --durOptionsMathias Stearn2010-12-131-4/+4
* eliminate the _DURABLE preprocessor definedwight2010-12-131-7/+1
* _DURABLEDEFAULTON option for testing (only)Dwight2010-12-131-0/+5
* move stuff into dur namesapcedwight2010-12-131-1/+1
* move repl pair cmd line options to hidden help sectiondwight2010-12-121-4/+4
* Pull some durability code into a class for easy disablingMathias Stearn2010-12-101-1/+4
* envp is not usedAlberto Lerner2010-11-281-1/+1
* dur add a cmd lien settingdwight2010-11-281-1/+10
* dur remapdwight2010-11-271-0/+1
* durdwight2010-11-261-1/+15
* kill inactive codeAlberto Lerner2010-11-241-22/+15
* syncdelay in CmdLine and controllable via get/set SERVER-1843Eliot Horowitz2010-11-221-9/+8
* better --quota helpEliot Horowitz2010-11-211-1/+1
* durdwight2010-11-131-3/+3
* replace goingAway with inShutdown() SERVER-1876Eliot Horowitz2010-11-111-1/+0
* track network in/out SERVER-2081Eliot Horowitz2010-11-091-0/+3
* better cmd line helpdwight2010-11-061-2/+2
* durDwight2010-11-041-1/+4
* cleaningDwight2010-11-041-3/+3
* cleaning minorDwight2010-11-041-20/+6
* commentdwight2010-10-311-0/+1
* allow small oplogsizedwight2010-10-301-4/+0