summaryrefslogtreecommitdiff
path: root/db/db.cpp
AgeCommit message (Expand)Author
2011-09-12Strip trailing / of dbpath on windows SERVER-3557Mathias Stearn
2011-08-22Warn that journaling isn't default on 32-bit SERVER-3654Mathias Stearn
2011-08-08SERVER-2506 configurable journal batch commit timedwight
2011-08-03add hidden --nopreallocj option to turn off journal preallocationgregs
2011-07-31make journaling the default on 64 bitdwight
2011-07-27remove duplicate log messagesEliot Horowitz
2011-07-25make sure rs always sets _logOp after newRepl runsKristina
2011-07-08clean up --sysinfo outputMathias Stearn
2011-07-07don't spam in --repair because not listeningEliot Horowitz
2011-06-28crlfDwight
2011-06-26put objcheck in CmdLineEliot Horowitz
2011-06-26move noUnixSocket to cmdlineEliot Horowitz
2011-06-26net cleaning: move message_server* to netEliot Horowitz
2011-06-25use journalling instead of dialog for config server SERVER-3336Eliot Horowitz
2011-06-22more cleaningEliot Horowitz
2011-06-21first pass at --shutdown flag. Will use in init scripts after more testing SE...Mathias Stearn
2011-06-21Build parsedOpts object, print it at startup and include in getCmdLineOpts SE...Mathias Stearn
2011-06-17stub doPreServerStatupInits()Dwight
2011-06-14autoresync is for non repl sets only SERVER-3248Dwight
2011-06-06maxconns for mongosEliot Horowitz
2011-05-17convert WriteBack cleaner to periodic taskEliot Horowitz
2011-05-16start thread at appropriate timeEliot Horowitz
2011-05-15slightly clearer msgdwight
2011-05-02more getLog workEliot Horowitz
2011-04-29put hostname in the log. should make support a little easier.dwight
2011-04-25bug with --configsvr command line paramdwight
2011-04-19cleanerdwight
2011-04-18use smaller journal files with --smallfiles optiondwight
2011-04-18trap segfaults and such and try to log them on windowsdwight
2011-04-14dont allow user databases on --configsvr instancesDwight
2011-04-12help locate errors and facility for better msgsDwight
2011-04-06pathlock terminate message on windows was not very clearDwight
2011-04-05fix linking of exitCleanlyEliot Horowitz
2011-04-05finish unifying network server codeEliot Horowitz
2011-04-05working towrads unifying network codeEliot Horowitz
2011-04-04Dont error out due to lockfile when running with --repair SERVER-1609Mathias Stearn
2011-04-04spellingMathias Stearn
2011-04-04fix err numbersDwight
2011-03-31make sure if we can't start a new thread for a socket, we release the connect...Eliot Horowitz
2011-03-29SERVER-1465 add deprecation message for deprecated replica pair command line ...Aaron
2011-03-29SERVER-1465 remove replica pairsAaron
2011-03-24SERVER-2808 try to compile non appleAaron
2011-03-24SERVER-2808 print address information when available for signalsAaron
2011-03-16add --nojournal along with --nodurEliot Horowitz
2011-03-16fix SERVER-2745Eliot Horowitz
2011-03-11--journal SERVER-2745 180Eliot Horowitz
2011-03-11commentEliot Horowitz
2011-03-11some old cruft cleaningEliot Horowitz
2011-03-11make some options hiddenEliot Horowitz
2011-03-07don't try to put as much info for weird exceptionsEliot Horowitz