summaryrefslogtreecommitdiff
path: root/db/cmdline.cpp
Commit message (Expand)AuthorAgeFilesLines
* don't allow access to internal user when running with --auth SERVER-3666Kristina2011-08-231-0/+4
* make journaling the default on 64 bitdwight2011-07-311-1/+1
* 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-1/+31
* full API change to command interface, add options SERVER-3405gregs2011-07-271-1/+1
* support for forced ssl everywhere in client and serverEliot Horowitz2011-07-271-0/+27
* move connTicketHolderEliot Horowitz2011-06-261-1/+1
* put objcheck in CmdLineEliot Horowitz2011-06-261-0/+5
* move noUnixSocket to cmdlineEliot Horowitz2011-06-261-0/+5
* net cleaning: move message.* to net/Eliot Horowitz2011-06-261-1/+1
* split security into s-only, d-only, and common SERVER-921Kristina2011-06-221-1/+1
* Build parsedOpts object, print it at startup and include in getCmdLineOpts SE...Mathias Stearn2011-06-211-2/+44
* maxconns for mongosEliot Horowitz2011-06-061-0/+15
* move code back to header so mongo_client_lib.cpp doesnt breakdwight2011-04-141-14/+0
* dont allow user databases on --configsvr instancesDwight2011-04-141-0/+14
* fix warningEliot Horowitz2011-01-251-2/+2
* windows compileEliot Horowitz2011-01-251-0/+4
* fix --fork and relative --dbpath SERVER-2345Eliot Horowitz2011-01-251-3/+11
* change --socket to --unixSocketPrefix SERVER-2385Kristina2011-01-211-3/+3
* some tools don't use cmdline.cpp SERVER-2083Kristina2011-01-131-3/+0
* add --socket option for domain sock loc SERVER-2083Kristina2011-01-131-0/+13
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-65/+67
* rs authKristina2010-12-271-0/+14
* putting back validation on setParamter replApplyBatchSize and a setParamter v...Eliot Horowitz2010-12-011-0/+13
* use boost::once for getHostNameCached and adding host to some commandsEliot Horowitz2010-11-281-0/+11
* dont show all the cmd line options on a cmd line parsing error. there are a ...dwight2010-11-121-2/+3
* fix SIGHUP handling SERVER-1934Eliot Horowitz2010-10-131-5/+4
* SERVER-1590 Add --serviceDisplayName and --serviceDescription options to mong...Justin Dearing2010-09-251-0/+2
* put correct binary name in web consoleEliot Horowitz2010-09-101-0/+7
* post 1.7.0Eliot Horowitz2010-09-041-1/+1
* fix docs for pidfilepath SERVER-1706Eliot Horowitz2010-08-311-1/+1
* Refactoring of Windows Service related code in preperation for SERVER-1589.Eliot Horowitz2010-08-201-0/+16
* fix warningEliot Horowitz2010-08-021-1/+1
* fix relative logpath args and test logpath before forking SERVER-1532Eliot Horowitz2010-08-021-3/+22
* consolidate bind_ip handlingEliot Horowitz2010-07-271-0/+1
* cleaning pidfilepath code - adding to mongos SERVER-1488Eliot Horowitz2010-07-261-0/+6
* Fix warningAlberto Lerner2010-06-111-3/+16
* compile winDwight Merriman2010-05-101-0/+2
* merge signal handling between mongod and mongosEliot Horowitz2010-05-101-0/+9
* Command::run gets "test" not "test.$cmd"Eliot Horowitz2010-05-031-1/+1
* Merge branch 'master' of git@github.com:mongodb/mongoDwight2010-04-271-2/+23
|\
| * double forking + close stdin and stderr SERVER-966Mathias Stearn2010-04-271-2/+23
* | stdafx->pchDwight2010-04-271-1/+1
|/
* more /_commandsDwight2010-04-231-1/+2
* /_commands in the http interfaceDwight2010-04-231-2/+2
* do'nt require boost options in mongoclient SERVER-855Eliot Horowitz2010-03-311-1/+0
* compile vcprojDwight2010-03-221-1/+1
* Just store argv as a BSONArray for getCmdLineOptsMathias Stearn2010-03-181-8/+6
* getCmdLineOpts commandMathias Stearn2010-03-181-0/+25
* move --fork --logpath --logappend into cmdline so it works for mongos SHARDIN...Eliot Horowitz2010-03-181-1/+29