summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13438 Handle syslog case of systemLog.destination properlyShaun Verch2014-04-011-6/+16
* SERVER-13379 Canonicalize logpath as systemLog.destination and systemLog.pathShaun Verch2014-03-281-7/+23
* SERVER-13379 Canonicalize verbose and v options as systemLog.verbosityShaun Verch2014-03-281-46/+56
* SERVER-13379 Canonicalize nounixsocket as net.unixDomainSocket.enabledShaun Verch2014-03-281-6/+13
* SERVER-13379 Canonicalize httpinterface and nohttpinterface to net.http.enabledShaun Verch2014-03-281-2/+31
* SERVER-13379 Canonicalize objcheck and noobjcheck as net.wireObjectCheckShaun Verch2014-03-281-15/+40
* SERVER-12887: change order of syslog options in helpSam Kleinman2014-02-251-5/+5
* SERVER-11144 Fix casing of pidFilePathShaun Verch2014-01-211-2/+2
* Fix segfault in --syslogFacility optionShaun Verch2014-01-211-1/+3
* SERVER-11144 Fix typo in check for systemLog.logAppendShaun Verch2013-12-251-1/+1
* SERVER-11144 Change new config file option structureShaun Verch2013-12-241-70/+194
* SERVER-11144 Make the setParameter option a StringMap typeShaun Verch2013-12-041-16/+12
* SERVER-11471 Support true as the verbosityShaun Verch2013-11-191-7/+13
* SERVER-7082 Make noauth and keyFile options incompatibleShaun Verch2013-11-191-1/+2
* SERVER-11431 Change clusterAuthMode with setParameter commandAndreas Nilsson2013-11-141-10/+26
* SERVER-11604 avoid segfaults when parsing syslogFacilitymatt dannenberg2013-11-061-1/+1
* SERVER-11538: Create library for socket code and fix dependencies of libserve...Shaun Verch2013-11-041-0/+573