summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-15/+12
* SERVER-56579 Enable feature flags for PM-2290Jack Mulrow2023-03-301-22/+0
* SERVER-74845 Add environment variable override for processManagement.forkRyan Egesdahl2023-03-231-0/+227
* SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta2022-12-161-0/+16
* SERVER-71808: Refactor options_parser to expose a `readRawFile` method.Daniel Gottlieb2022-12-071-1/+1
* SERVER-71818: Use the new cluster paramKshitij Gupta2022-12-071-0/+30
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-6/+6
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-3/+6
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-5/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+2
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-1/+4
* SERVER-63588 ServerParameter: test for redact, remove self-registrationBilly Donahue2022-03-101-22/+10
* SERVER-57609 log the effects of --setParameter at startupBilly Donahue2022-02-201-1/+59
* Revert "SERVER-57609 log the effects of --setParameter at startup"auto-revert-processor2022-02-191-59/+1
* SERVER-57609 log the effects of --setParameter at startupBilly Donahue2022-02-181-1/+59
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-4/+4
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-48/+24
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-75/+44
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+1
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-39/+40
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-66/+34
* SERVER-40877 Enforce strict config file access for expansionsSara Golemon2019-05-301-1/+1
* SERVER-39132 Separate out options that are not related to mongocryptdMark Benvenuto2019-03-111-6/+11
* SERVER-39500 Migrate general server options to IDLSara Golemon2019-02-161-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-2/+2
* SERVER-38281 Defer TLS-1.0 auto disable warning till log startupSara Golemon2018-12-061-0/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35979 Split ssl_otions and decouple from main runtimeSara Golemon2018-07-091-322/+1
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-051-0/+322
* SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin2018-06-071-1/+1
* SERVER-34017 Add slowms and slowOpSampleRate startup configuration for mongos.David Storch2018-03-221-0/+222
* SERVER-28004 Add build system support for iOS-related Darwin variantsAndrew Morrow2017-02-151-1/+5
* SERVER-24914 SERVER-24915 improve getting cwd at server startupKevin Pulo2016-08-161-9/+236
* SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bugMark Benvenuto2016-05-281-0/+2
* SERVER-22525 Translate old-style implicit options into new-styleMark Benvenuto2016-03-221-4/+62
* SERVER-22525 Revert "Fixes to support building against system boost 1.59"Andrew Morrow2016-03-221-3/+34
* SERVER-20754 Fixes to support building against system boost 1.59Andrew Morrow2015-10-271-34/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-317/+317
* Fix server_options_testMark Benvenuto2014-11-181-1/+1
* SERVER-16209 LogComponent::kJournaling -> kJournalMatt Kangas2014-11-181-2/+2
* SERVER-14415 added yaml config options to set log component hierarchy verbosi...Benety Goh2014-07-151-0/+77
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13379 Canonicalize verbose and v options as systemLog.verbosityShaun Verch2014-03-281-2/+18
* SERVER-11144 Change new config file option structureShaun Verch2013-12-241-54/+2
* SERVER-11538: Create library for socket code and fix dependencies of libserve...Shaun Verch2013-11-041-7/+1
* SERVER-10742 Fix ssl compilation of server_options_testShaun Verch2013-10-061-0/+7