summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49746 Remove unused enableExperimentalStorageDetailsCmd codeGregory Wlodarek2023-04-041-5/+0
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-2/+3
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-301-3/+3
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-1/+0
* SERVER-68826 Fold tenant_id into the server_base libraryKaloian Manassiev2022-08-231-11/+8
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65810: Disable test-only cluster server parameters when enableTestComm...Varun Ravichandran2022-05-041-1/+2
* SERVER-57609 log the effects of --setParameter at startupBilly Donahue2022-02-201-26/+34
* Revert "SERVER-57609 log the effects of --setParameter at startup"auto-revert-processor2022-02-191-41/+26
* SERVER-57609 log the effects of --setParameter at startupBilly Donahue2022-02-181-26/+41
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-8/+8
* SERVER-51084 tweak range loop variable types to fix xcode buildBilly Donahue2020-09-251-1/+1
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-0/+13
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-4/+0
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-5/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-3/+4
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-131-0/+2
* SERVER-46415 Remove logFormat option and the ability to select the text forma...Henrik Edin2020-02-281-22/+0
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-6/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin2020-02-131-4/+4
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-8/+10
* SERVER-43744 Add logFormat configure option (logv2 only)Henrik Edin2019-10-081-0/+18
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-031-0/+3
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-1/+1
* SERVER-41903 Validate server parameter names during config validationSara Golemon2019-07-031-0/+17
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-3/+4
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39914 Migrate server_options_helpers set parameter to IDLSara Golemon2019-03-021-5/+0
* SERVER-39748 Fix inspection of enableTestCommandsSara Golemon2019-02-221-1/+1
* SERVER-39499 Migrate base server options to IDLSara Golemon2019-02-161-154/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38676 Handle 'true' in early processing of enableTestCommandsSara Golemon2018-12-181-5/+11
* SERVER-25323 Allow marking ServerParameters as 'test only'Sara Golemon2018-12-171-1/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-35297 Split server_options and server_status into two pieces.Henrik Edin2018-06-071-553/+5
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-0/+1
* SERVER-34541 Remove MessagePort and ListenerAndrew Morrow2018-04-181-1/+1
* SERVER-34017 Add slowms and slowOpSampleRate startup configuration for mongos.David Storch2018-03-221-0/+23
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-7/+5
* SERVER-32951 Add lib for embedded options where we can have a different set o...Henrik Edin2018-02-141-76/+88
* SERVER-32352 Remove TransportLayerLegacyJonathan Reams2018-01-041-15/+5
* SERVER-30821: Allow configurable use of secure memorySpencer Jackson2017-08-311-0/+5
* SERVER-2554 Allow user configuration of the listen depthAndrew Morrow2017-08-231-0/+9
* SERVER-29838 Implement basic adaptive ServiceExecutorJonathan Reams2017-08-021-1/+1
* SERVER-29920 Restore missing message once listeningAndrew Morrow2017-07-291-7/+11
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-141-0/+23