summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-0/+13
* SERVER-26259: Import redactClientLogData from enterprise moduleSpencer Jackson2016-10-041-0/+7
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-121-0/+8
* SERVER-24914 SERVER-24915 improve getting cwd at server startupKevin Pulo2016-08-161-10/+14
* SERVER-25264 Add MessageCompressorInterface and MessageCompressorRegistryJonathan Reams2016-08-091-0/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-108/+112
* SERVER-24280 Fix bind_ip 0.0.0.0 regressionAndreas Nilsson2016-05-271-0/+7
* SERVER-24265 Add security.transitionToAuth option to YAML config fileShane Harvey2016-05-241-3/+1
* SERVER-23796 Fix incorrect access control startup warningShane Harvey2016-04-191-0/+1
* SERVER-6823 Rename --tryClusterAuth to --transitionToAuthShane Harvey2016-04-181-8/+8
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-3/+26
* SERVER-22708 Fixed whitespace lint errorAndreas Nilsson2016-03-251-1/+1
* SERVER-22708 Insecure configuration startup warningsAndreas Nilsson2016-03-251-9/+28
* SERVER-22525 Translate old-style implicit options into new-styleMark Benvenuto2016-03-221-1/+1
* SERVER-22525 Revert "Fixes to support building against system boost 1.59"Andrew Morrow2016-03-221-2/+3
* SERVER-20754 Fixes to support building against system boost 1.59Andrew Morrow2015-10-271-3/+2
* SERVER-19504 Remove indexStats command artifactsJames Wahlin2015-07-221-12/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-774/+796
* SERVER-7942 Mongo servers should fail at startup if authorization enabled but...Amalia Hawkins2015-04-291-0/+26
* SERVER-18101 Remove usage of default_version.cppKaloian Manassiev2015-04-171-3/+0
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-2/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+1
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-16547 --filePermissions should show default in octalMatt Kangas2014-12-151-3/+4
* 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-9634 Fixed misspelled mongodb in syslog option description.Sam Zaydel2014-08-201-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* 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