summaryrefslogtreecommitdiff
path: root/src/mongo/db/cmdline.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-214/+0
* SERVER-8510 Factored out ssl option registration and storageShaun Verch2013-10-041-15/+0
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch2013-09-051-22/+14
* SERVER-10482 Make moveParanoia true by defaultRandolph Tan2013-08-191-1/+1
* SERVER-9762 Detect and return errors from stream in parseConfigFile and prope...Shaun Verch2013-07-311-1/+1
* SERVER-10172 Appenders must be added to global log domain during single threa...Andy Schwerin2013-07-111-1/+3
* SERVER-7455 keyfile replacement, command line parameters and upgradeAndreas Nilsson2013-07-101-3/+3
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-0/+2
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-031-2/+3
* SERVER-8459 add command line flag to enable FIPS modeEric Milkie2013-02-081-0/+1
* SERVER-8209 reverse logic of --sslForceCertificateValidation with --sslWeakCe...Eric Milkie2013-01-181-1/+1
* SERVER-7453: change noMoveParanoia to default; added moveParanoia flag and ma...Scott Hernandez2012-12-211-1/+1
* SERVER-7769 - turn objcheck on by default and use new fast bson validateEliot Horowitz2012-12-191-1/+1
* SERVER-7202 add parameter to force client certificate checksEric Milkie2012-12-141-0/+1
* SERVER-7202 add CRL support for SSLEric Milkie2012-12-141-0/+1
* SERVER-7202 SSL certificate validation in both directionsEric Milkie2012-12-111-7/+1
* SERVER-7778 : new parameter management system for runtime (command line later)Eliot Horowitz2012-11-271-21/+0
* SERVER-7592 new command aggregates statistics related to btree bucketsAndrea Lattuada2012-11-151-1/+3
* SERVER-7593 new command aggregates statistics related to the storage layout o...Andrea Lattuada2012-11-151-0/+10
* SERVER-2771 Retry index builds on startupKristina2012-11-121-2/+3
* Revert "SERVER-2771 Retry index builds on startup"Kristina2012-11-121-3/+2
* SERVER-2771 Retry index builds on startupKristina2012-11-121-2/+3
* SERVER-7332 Censor command line explicitly, change CmdLine::store to take a v...Andy Schwerin2012-10-151-1/+7
* SERVER-5211 Separate of CmdLine::store into two functions.Andy Schwerin2012-10-101-6/+15
* SERVER-5211 Move prettyHostName() into mongo/util/net/sock.{h,cpp}.Andy Schwerin2012-10-101-2/+0
* SERVER-5211 Fix up includes in cmdline.h, and stop "using namespace std" ther...Andy Schwerin2012-10-101-21/+23
* SERVER-6718 new parameter to control replication index prefetching behaviorEric Milkie2012-08-081-0/+2
* pch headerSiddharth Singh2012-08-061-1/+1
* SERVER-6596 change localTheshold to be consistent with driver interfacesSam Kleinman2012-07-251-1/+1
* SERVER-6320 and SERVER-6321 - fix broken ssl options and make error reporting...Eliot Horowitz2012-07-111-1/+2
* SERVER-3062: dbclient_rs should select a local replica set member by default.Ben Becker2012-05-091-4/+6
* remove boost/program_options.hpp from pch.hEliot Horowitz2012-01-051-0/+8
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+203