summaryrefslogtreecommitdiff
path: root/src/mongo/db/cmdline.cpp
Commit message (Expand)AuthorAgeFilesLines
* modest ( ~ !10% ) compile time speedup by some small header cleanupEliot Horowitz2013-06-231-0/+2
* SERVER-7455 SERVER-7961 x.509 authentication and keyfile replacementAndreas Nilsson2013-06-131-0/+6
* SERVER-9137 Disable internal web interface by defaultAndreas Nilsson2013-05-291-0/+2
* SERVER-8943 Remove hard limit of 20,000 incoming connections.Mathias Stearn2013-05-011-4/+0
* SERVER-8709 stricted command line parsingEric Milkie2013-02-261-1/+6
* SERVER-8087 Make it possible to declare startup-only and runtime-only server ...Andy Schwerin2013-02-151-1/+6
* SERVER-8459 add command line flag to enable FIPS modeEric Milkie2013-02-081-1/+6
* SERVER-8209 reverse logic of --sslForceCertificateValidation with --sslWeakCe...Eric Milkie2013-01-181-6/+6
* SERVER-7769 - turn objcheck on by default and use new fast bson validateEliot Horowitz2012-12-191-1/+9
* SERVER-7202 add parameter to force client certificate checksEric Milkie2012-12-141-2/+15
* SERVER-7202 add CRL support for SSLEric Milkie2012-12-141-0/+2
* SERVER-7122 Put failPoint command behind --enableTestCommands flag instead of...Spencer T Brody2012-12-141-2/+0
* SERVER-7202 cleanup SSLManager managementEric Milkie2012-12-111-0/+8
* SERVER-7202 SSL certificate validation in both directionsEric Milkie2012-12-111-0/+2
* SERVER-7778 Introduce a --setParameter option to the mongod and mongos comman...Andy Schwerin2012-12-071-1/+32
* SERVER-7778 : new parameter management system for runtime (command line later)Eliot Horowitz2012-11-271-13/+0
* SERVER-7592 new command aggregates statistics related to btree bucketsAndrea Lattuada2012-11-151-0/+2
* SERVER-7593 new command aggregates statistics related to the storage layout o...Andrea Lattuada2012-11-151-1/+4
* Get rid of casi<> type.Andy Schwerin2012-10-151-15/+15
* SERVER-7332 Censor command line explicitly, change CmdLine::store to take a v...Andy Schwerin2012-10-151-34/+91
* restore mistakenly deleted GetCmdLineOpts commandEric Milkie2012-10-101-0/+16
* SERVER-5211 Separate of CmdLine::store into two functions.Andy Schwerin2012-10-101-264/+101
* SERVER-5211 Move prettyHostName() into mongo/util/net/sock.{h,cpp}.Andy Schwerin2012-10-101-8/+0
* SERVER-7294 Terminate at startup on bad logpath.Andy Schwerin2012-10-101-26/+11
* SERVER-5175 Need "failpoints" system to facilitate testing core serverRandolph Tan2012-10-091-0/+2
* SERVER-5213 add total connections ever opened to server status and remove som...Eliot Horowitz2012-09-271-1/+1
* SERVER-6667 add traceExceptions to command lineGreg Studer2012-08-011-0/+7
* SERVER-6489 Get rid of cloud.cpp, dynHost, etc.Andy Schwerin2012-07-231-4/+0
* SERVER-6320 and SERVER-6321 - fix broken ssl options and make error reporting...Eliot Horowitz2012-07-111-4/+11
* SERVER-5643 correct mongod keyfile documentationMatt Dannenberg2012-06-141-1/+1
* SERVER-5468 --sslPEMKEYPassword is no longer visible in logs and similarMatt Dannenberg2012-06-061-2/+17
* SERVER-5863 Added default options to --help for port, maxConns, and dbPathZhehao Mao2012-05-221-2/+9
* Replace ::exit with ::_exit.Andy Schwerin2012-05-211-13/+13
* Do not call dbexit() from within logRotate or initLogging().Andy Schwerin2012-04-301-1/+5
* fix race condition at startupEric Milkie2012-04-061-8/+8
* SERVER-4499: fixed log rotation + added testBrandon Diamond2012-04-031-0/+5
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-7/+7
* Ignore --fork and --logpath when using --shutdown SERVER-5186 SERVER-5187Mathias Stearn2012-03-051-2/+2
* SERVER-1589 add Windows Service support to mongos.exeTad Marshall2012-02-271-10/+15
* fix ssl cmd line parsingEliot Horowitz2012-01-231-2/+1
* SERVER-3350: handle 0.0.0.0 for bind_ipBrandon Diamond2012-01-231-0/+8
* SERVER-4683 use stackbufbuilder in stringbuilder. this is a tweak and does no...dwight2012-01-141-2/+2
* remove fstream from pch.hEliot Horowitz2012-01-051-0/+1
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-0/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+519