summaryrefslogtreecommitdiff
path: root/db/cmdline.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* be paranoid about removing data in moveChunk SERVER-1428Eliot Horowitz2010-07-191-1/+2
* err nos compiledwight2010-07-041-0/+2
* merge signal handling between mongod and mongosEliot Horowitz2010-05-101-0/+1
* stdafx->pchDwight2010-04-271-1/+1
* repl setsDwight2010-04-131-0/+1
* mongos now using boost options SHARDING-82Eliot Horowitz2010-03-181-3/+4
* split out some command line stuff in prep for SHARDING-82Eliot Horowitz2010-03-181-2/+11
* move CmdLine cmdLine into its own file in prep for other command line workEliot Horowitz2010-03-121-1/+7
* turn off rest by default, --rest to enable SERVER-697Eliot Horowitz2010-03-031-1/+2
* configure "slow" queriesEliot Horowitz2009-12-291-2/+3
* --profile command line option SERVER-456Eliot Horowitz2009-12-291-2/+3
* add --configsvr and --shardsvr options that make mongod run on differentdwight2009-11-081-2/+4
* --quotaFiles SERVER-374Eliot Horowitz2009-10-201-2/+3
* move oplogSize to CmdLineEliot Horowitz2009-10-161-1/+2
* move quota/cpu to cmdLineEliot Horowitz2009-10-161-1/+6
* --smallfiles for some regression testsEliot Horowitz2009-10-081-5/+8
* --notablescan - might be too strict SERVER-274Eliot Horowitz2009-09-151-2/+4
* more CmdLine objectDwight2009-08-251-2/+8
* begin cmdline.hDwight2009-08-251-0/+35