summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-14415 added yaml config options to set log component hierarchy verbosi...Benety Goh2014-07-151-0/+47
* SERVER-4905: add flag to disable mongo's builtin log rotationMark Benvenuto2014-06-061-0/+22
* SERVER-13022 added option to set permissions on UNIX domain socket filedaveh862014-05-291-0/+10
* SERVER-13463: Option Validation for NT ServicesMark Benvenuto2014-05-201-0/+38
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-14/+34
* SERVER-5553 Remove a heap allocation from the log event encoder.Andy Schwerin2014-04-031-3/+3
* 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