summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-16313 make override of checkpointDelaySecs with syncdelay work properlyEric Milkie2014-12-181-0/+2
* SERVER-16132: implement directoryperdb under WiredTigerEliot Horowitz2014-12-011-6/+5
* SERVER-15884 Clean up mongod --version outputMatt Kangas2014-11-121-1/+14
* SERVER-15970 --durOptions was not workingEric Milkie2014-11-051-2/+2
* SERVER-15557 added "Storage options" section in --help output.Benety Goh2014-11-031-55/+72
* SERVER-15557 extracted mmapv1 startup options from StorageGlobalParams into M...Benety Goh2014-11-031-15/+16
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15031 Add compile-time flag to control which ReplicationCoordinator is...Spencer T Brody2014-10-021-0/+12
* SERVER-14474 diagLogging command is deprecated. Print warning on use.Matt Kangas2014-08-191-1/+2
* SERVER-14756 support storage.quota.enforced option in the YAML configurationAdam Midvidy2014-08-141-1/+0
* Revert "SERVER-14756 The YAML storage.quota.enforced option is not found"Benety Goh2014-08-141-0/+1
* SERVER-14756 The YAML storage.quota.enforced option is not foundAdam Midvidy2014-08-141-1/+0
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14556 mongod --configsvr default dbpath should be same as 2.4Matt Kangas2014-07-171-8/+20
* SERVER-14395 Clean up StorageEngine initialization and shutdownMathias Stearn2014-07-091-3/+3
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-21/+27
* SERVER-13635 keep mmapv1-specific record.h within mmapv1 implHari Khalsa2014-06-271-1/+0
* SERVER-13635 RIP pdfile.h/cppMathias Stearn2014-06-231-1/+0
* SERVER-13635 SERVER-1153: can choose heap1 at startup, but doesn't remotely w...Eliot Horowitz2014-06-191-0/+7
* remove unused option for hintsEliot Horowitz2014-06-181-8/+0
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-4/+4
* 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