summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_server_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74845 Add environment variable override for processManagement.forkRyan Egesdahl2023-03-231-4/+30
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-4/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-21/+9
* SERVER-50421 Alias internalValidateFeaturesAsMaster server parameterHuayu Ouyang2020-10-081-5/+13
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
* SERVER-48973 Remove ServiceExecutorAdaptiveAmirsaman Memaripour2020-06-231-11/+0
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-1/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-2/+2
* SERVER-47077 Clean up log lines in 'mongo/db'samanca2020-04-011-1/+4
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-231-2/+10
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-231-10/+2
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-201-2/+10
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-061-3/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+4
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39500 Migrate general server options to IDLSara Golemon2019-02-161-233/+1
* SERVER-39499 Migrate base server options to IDLSara Golemon2019-02-161-1/+2
* SERVER-39501 Migrate windows options to IDLSara Golemon2019-02-141-47/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39123 Migrate log redaction options to IDLSara Golemon2019-01-221-7/+0
* SERVER-38551 Convert message compressor options to IDLSara Golemon2019-01-091-5/+0
* SERVER-38056 enable building just some of the pieces of the enterprise moduleGabriel Russell2018-11-301-1/+1
* SERVER-35485 Add compressor capabilities for shell with URI inputTyler Kaye2018-10-251-3/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-36614 Add handling of __exec config expansionsSara Golemon2018-09-181-1/+1
* SERVER-36572 Canonicalize bindIpAll to bindIp=='*'Sara Golemon2018-09-171-19/+25
* SERVER-36613 Add REST driven config file expansionSara Golemon2018-08-271-0/+20
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-0/+34
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-34/+0
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-0/+34
* SERVER-36380 Add --outputConfig command line optionSara Golemon2018-08-131-0/+7
* SERVER-35979 Split ssl_otions and decouple from main runtimeSara Golemon2018-07-091-14/+0
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-06-111-7/+15
* SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin2018-06-071-0/+674