summaryrefslogtreecommitdiff
path: root/db/db.cpp
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing / of dbpath on windows SERVER-3557Mathias Stearn2011-09-121-0/+6
* Warn that journaling isn't default on 32-bit SERVER-3654Mathias Stearn2011-08-221-0/+12
* SERVER-2506 configurable journal batch commit timedwight2011-08-081-0/+10
* add hidden --nopreallocj option to turn off journal preallocationgregs2011-08-031-0/+4
* make journaling the default on 64 bitdwight2011-07-311-2/+1
* remove duplicate log messagesEliot Horowitz2011-07-271-2/+0
* make sure rs always sets _logOp after newRepl runsKristina2011-07-251-7/+0
* clean up --sysinfo outputMathias Stearn2011-07-081-1/+1
* don't spam in --repair because not listeningEliot Horowitz2011-07-071-0/+2
* crlfDwight2011-06-281-39/+39
* put objcheck in CmdLineEliot Horowitz2011-06-261-4/+0
* move noUnixSocket to cmdlineEliot Horowitz2011-06-261-6/+0
* net cleaning: move message_server* to netEliot Horowitz2011-06-261-1/+1
* use journalling instead of dialog for config server SERVER-3336Eliot Horowitz2011-06-251-2/+2
* more cleaningEliot Horowitz2011-06-221-1/+0
* first pass at --shutdown flag. Will use in init scripts after more testing SE...Mathias Stearn2011-06-211-0/+64
* Build parsedOpts object, print it at startup and include in getCmdLineOpts SE...Mathias Stearn2011-06-211-0/+1
* stub doPreServerStatupInits()Dwight2011-06-171-0/+1
* autoresync is for non repl sets only SERVER-3248Dwight2011-06-141-1/+6
* maxconns for mongosEliot Horowitz2011-06-061-13/+0
* convert WriteBack cleaner to periodic taskEliot Horowitz2011-05-171-1/+1
* start thread at appropriate timeEliot Horowitz2011-05-161-0/+2
* slightly clearer msgdwight2011-05-151-2/+2
* more getLog workEliot Horowitz2011-05-021-0/+3
* put hostname in the log. should make support a little easier.dwight2011-04-291-2/+4
* bug with --configsvr command line paramdwight2011-04-251-4/+5
* cleanerdwight2011-04-191-5/+1
* use smaller journal files with --smallfiles optiondwight2011-04-181-0/+6
* trap segfaults and such and try to log them on windowsdwight2011-04-181-4/+53
* dont allow user databases on --configsvr instancesDwight2011-04-141-1/+7
* help locate errors and facility for better msgsDwight2011-04-121-1/+1
* pathlock terminate message on windows was not very clearDwight2011-04-061-0/+4
* fix linking of exitCleanlyEliot Horowitz2011-04-051-8/+0
* finish unifying network server codeEliot Horowitz2011-04-051-144/+16
* working towrads unifying network codeEliot Horowitz2011-04-051-0/+59
* Dont error out due to lockfile when running with --repair SERVER-1609Mathias Stearn2011-04-041-1/+1
* spellingMathias Stearn2011-04-041-1/+1
* fix err numbersDwight2011-04-041-1/+1
* make sure if we can't start a new thread for a socket, we release the connect...Eliot Horowitz2011-03-311-0/+2
* SERVER-1465 add deprecation message for deprecated replica pair command line ...Aaron2011-03-291-0/+11
* SERVER-1465 remove replica pairsAaron2011-03-291-44/+0
* SERVER-2808 try to compile non appleAaron2011-03-241-1/+2
* SERVER-2808 print address information when available for signalsAaron2011-03-241-3/+23
* add --nojournal along with --nodurEliot Horowitz2011-03-161-1/+2
* fix SERVER-2745Eliot Horowitz2011-03-161-1/+1
* --journal SERVER-2745 180Eliot Horowitz2011-03-111-3/+8
* commentEliot Horowitz2011-03-111-0/+1
* some old cruft cleaningEliot Horowitz2011-03-111-11/+7
* make some options hiddenEliot Horowitz2011-03-111-2/+2
* don't try to put as much info for weird exceptionsEliot Horowitz2011-03-071-4/+4