summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options.cpp
AgeCommit message (Expand)Author
2023-11-08SERVER-79274 Fix race where FCV is uninitialized in between FCV checksHuayu Ouyang
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-01-26SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev
2022-05-06SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue
2021-12-03SERVER-58533 Log FCV at initialization and on log rotationVishnu Kaushik
2019-06-10SERVER-40928 mongocryptd --help output list incorrect default portMark Benvenuto
2019-02-16SERVER-39499 Migrate base server options to IDLSara Golemon
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-02-02SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
2013-11-04SERVER-11538: Create mongoclient library to avoid pulling in mongocommonShaun Verch
2013-11-04SERVER-11538: Create library for socket code and fix dependencies of libserve...Shaun Verch
2013-10-24SERVER-11271 Consistent capitalization of keyfile optionsAndreas Nilsson
2013-10-24SERVER-11226 fix --keyFile to work with relative path when --fork'dmatt dannenberg
2013-10-24SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch
2013-10-23SERVER-11144 Use new chaining interface in optionsShaun Verch
2013-10-15SERVER-11160 improved comments describing missing syslog.h facility namesBenety Goh
2013-10-15SERVER-11160 detect missing facilitynames in platform agnostic mannerBenety Goh
2013-10-13SERVER=11160 added compatibility syslog symbols under solarisBenety Goh
2013-10-11SERVER-7454 skip syslogFacility parsing on windowsmatt dannenberg
2013-10-11SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch
2013-10-11SERVER-7454 add syslogFacility flag to specify syslog facilitymatt dannenberg
2013-10-09SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch
2013-10-06SERVER-10742 Allow a string of v characters in the verbose optionShaun Verch
2013-10-04SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch
2013-10-04SERVER-8510 Factored out ssl option registration and storageShaun Verch
2013-09-06SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen
2013-09-05SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch