summaryrefslogtreecommitdiff
path: root/db/cmdline.h
Commit message (Expand)AuthorAgeFilesLines
* Fix diskfull tests by bypassing journal free space check at startupMathias Stearn2011-11-301-1/+2
* minorDwight2011-10-261-2/+2
* concurrencyDwight2011-10-261-6/+2
* Avoid sending sigusr2 unless forking.Brandon Diamond2011-10-251-3/+4
* Cleaned up posix-only codeBrandon Diamond2011-10-251-2/+4
* SERVER-2825 Added support for async error codesBrandon Diamond2011-10-251-0/+6
* move start time to cmdline SERVER-3696Kristina2011-09-221-0/+4
* don't allow access to internal user when running with --auth SERVER-3666Kristina2011-08-231-0/+2
* SERVER-2506 configurable journal batch commit timedwight2011-08-081-1/+3
* add hidden --nopreallocj option to turn off journal preallocationgregs2011-08-031-1/+2
* make journaling the default on 64 bitdwight2011-07-311-2/+6
* parseConfigFile tests added to dbtests/basictest.cppdannenberg2011-07-291-1/+1
* SERVER-1208 config files ignore flags set to =false, warn about fast sync, an...dannenberg2011-07-291-0/+1
* support for forced ssl everywhere in client and serverEliot Horowitz2011-07-271-0/+19
* put objcheck in CmdLineEliot Horowitz2011-06-261-1/+3
* move noUnixSocket to cmdlineEliot Horowitz2011-06-261-1/+2
* Build parsedOpts object, print it at startup and include in getCmdLineOpts SE...Mathias Stearn2011-06-211-0/+2
* move code back to header so mongo_client_lib.cpp doesnt breakdwight2011-04-141-1/+14
* dont allow user databases on --configsvr instancesDwight2011-04-141-11/+3
* inform user when setting isnt settable in mongosDwight2011-04-071-0/+3
* replace "dur" with "journal" in log messagesMathias Stearn2011-04-041-1/+1
* with this change it is much more likely that a dur write intent issue will be...Dwight2011-03-181-1/+2
* fix --fork and relative --dbpath SERVER-2345Eliot Horowitz2011-01-251-0/+1
* set default socket path in consEliot Horowitz2011-01-211-1/+1
* fix 32-bit file sizeEliot Horowitz2011-01-201-1/+1
* add --socket option for domain sock loc SERVER-2083Kristina2011-01-131-0/+2
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-25/+24
* Add --durOptions 16 bit for DurAlwaysCommit to commit whenever the writelock ...Mathias Stearn2010-12-271-1/+2
* Use memcmp to speed up dur checking. Add --durOptions bit for extra checksMathias Stearn2010-12-131-1/+2
* rename --durTrace to --durOptionsMathias Stearn2010-12-131-4/+4
* eliminate the _DURABLE preprocessor definedwight2010-12-131-3/+0
* Cmdline() needs to be .h for now to compile cleanlyEliot Horowitz2010-12-131-1/+16
* _DURABLEDEFAULTON option for testing (only)Dwight2010-12-131-8/+1
* make journalformat more self-documentingMathias Stearn2010-12-101-1/+1
* minordwight2010-12-081-0/+4
* putting back validation on setParamter replApplyBatchSize and a setParamter v...Eliot Horowitz2010-12-011-0/+26
* Merge branch 'master' of github.com:mongodb/mongodwight2010-11-281-0/+2
|\
| * use boost::once for getHostNameCached and adding host to some commandsEliot Horowitz2010-11-281-0/+2
* | dur add a cmd lien settingdwight2010-11-281-2/+6
|/
* durdwight2010-11-261-5/+13
* syncdelay in CmdLine and controllable via get/set SERVER-1843Eliot Horowitz2010-11-221-2/+4
* allow changing notablescan at runtime via {set:} commandDwight2010-10-151-2/+2
* cleaningDwight2010-10-141-6/+5
* better replset err msgDwight2010-10-141-6/+7
* resync doesnt work on repl sets - give a good err msg for nowDwight2010-09-291-0/+1
* put correct binary name in web consoleEliot Horowitz2010-09-101-1/+3
* Disable JSONP by default due to security implicationsMathias Stearn2010-08-251-1/+2
* Refactoring of Windows Service related code in preperation for SERVER-1589.Eliot Horowitz2010-08-201-0/+3
* SERVER-1523 and some diagui fixesDwight2010-08-021-1/+9
* consolidate bind_ip handlingEliot Horowitz2010-07-271-0/+1