summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-20/+20
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-18/+20
* SERVER-13463: Option Validation for NT ServicesMark Benvenuto2014-05-201-2/+17
* SERVER-13954 Add scriptingEnabled option to YAML configShaun Verch2014-05-161-2/+20
* SERVER-13439 fix nopreallocj optionGreg Studer2014-05-141-1/+1
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-42/+78
* SERVER-13783 remove likelyInMemory and PageFaultExceptionHari Khalsa2014-04-291-2/+0
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-13330 Removed unused setParameter option supportCompatibilityFormPrivi...Spencer T Brody2014-04-141-9/+0
* SERVER-11643: remove BSONObj::makeEliot Horowitz2014-04-031-0/+1
* SERVER-13423 Rename security.sasl.authenticationMechanisms to security.authen...Shaun Verch2014-03-311-10/+0
* SERVER-13416 Change security.authentication to security.authorization in commentShaun Verch2014-03-311-1/+1
* SERVER-13416 Rename security.authentication to security.authorizationShaun Verch2014-03-311-14/+15
* SERVER-13379 Ensure replication.replSet overrides replication.replSetNameShaun Verch2014-03-281-28/+25
* SERVER-13379 Canonicalize noIndexBuildRetry as storage.indexBuildRetryShaun Verch2014-03-281-4/+17
* SERVER-13379 Canonicalize profile as operationProfiling.modeShaun Verch2014-03-281-23/+51
* SERVER-13379 Canonicalize shardsvr and configsvr as sharding.clusterRoleShaun Verch2014-03-281-19/+30
* SERVER-13379 Canonicalize moveParanoia and noMoveParanoia as sharding.archive...Shaun Verch2014-03-281-13/+39
* SERVER-13379 Canonicalize sslOnNormalPorts as net.ssl.modeShaun Verch2014-03-281-0/+7
* SERVER-13379 Canonicalize noprealloc as storage.preallocDataFilesShaun Verch2014-03-281-4/+13
* SERVER-13379 Canonicalize httpinterface and nohttpinterface to net.http.enabledShaun Verch2014-03-281-58/+73
* SERVER-13379 Canonicalize auth and noauth as security.authenticationShaun Verch2014-03-281-10/+31
* SERVER-13379 Canonicalize objcheck and noobjcheck as net.wireObjectCheckShaun Verch2014-03-281-0/+11
* SERVER-13372 Canonicalize dur, nodur, journal, nojournal and storage.journali...Shaun Verch2014-03-271-27/+71
* SERVER-13269 general log message improvements for 2.6Matt Kangas2014-03-271-2/+2
* SERVER-13312 Fix type of operationProfiling.modeShaun Verch2014-03-241-2/+3
* SERVER-13178 Fix replica set name regular expressionShaun Verch2014-03-131-1/+1
* SERVER-11144 Fix casing in JSONPEnabledShaun Verch2014-01-221-1/+1
* SERVER-11144 Change new config file option structureShaun Verch2013-12-241-149/+419
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-0/+1
* SERVER-12149 Deprecate --diaglog server option and hide optionDan Pasette2013-12-231-1/+2
* SERVER-7082 Make noauth and keyFile options incompatibleShaun Verch2013-11-191-1/+2
* SERVER-11538: Create library for socket code and fix dependencies of libserve...Shaun Verch2013-11-041-0/+1
* SERVER-11144 Swap meaning of prevalidation return value and add commentShaun Verch2013-10-241-4/+4
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-10/+6
* SERVER-11144 Use new chaining interface in optionsShaun Verch2013-10-231-271/+172
* SERVER-11144 Create unit tests for registration in all option filesShaun Verch2013-10-231-32/+0
* SERVER-11144 Do not call _exit directly in any options handling functionsShaun Verch2013-10-231-63/+55
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch2013-10-111-21/+6
* SERVER-11090 Remove old unused Module classShaun Verch2013-10-091-11/+0
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-21/+20
* SERVER-10930 Clean up output for parsing errors and show option name in dupli...Shaun Verch2013-10-071-2/+3
* SERVER-10670 Make isAuthEnabled a member rather than static function of Autho...Andy Schwerin2013-10-061-3/+6
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-5/+439
* SERVER-8510 Factored out ssl option registration and storageShaun Verch2013-10-041-0/+1
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8510 Use new options parser in SNMP moduleShaun Verch2013-09-051-0/+11
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch2013-09-051-0/+367