summaryrefslogtreecommitdiff
path: root/db/cmdline.h
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Mathias Stearn2011-06-211-0/+2
| | | | SERVER-3076
* 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 ↵Dwight2011-03-181-1/+2
| | | | | | | | be caught when a test runs. for example with this, jstests/index_bigkeys.js will fail sometimes when the right combinations of settings is on herein (_DURABLEDEFAULTON, _DEBUG, and then it rotates some different scenarios).
* 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
| | | | is released
* 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 ↵Eliot Horowitz2010-12-011-0/+26
| | | | validation hook
* 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
| | | | | | | | All ntservice related code moved from db.cpp to ntservices.cpp and cmdline.cpp. The code was also consolidated. Conflicts: db/db.cpp
* 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
| | | | option to turn it off
* 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
| | | | very beginning
* 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
| | | | | | either --slowms on the command line or through setProfilingLevel SERVER-457
* --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
| | | | port #s when specified
* --quotaFiles SERVER-374Eliot Horowitz2009-10-201-2/+3
|
* move oplogSize to CmdLineEliot Horowitz2009-10-161-1/+2
|