index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
db
/
server_options.cpp
Age
Commit message (
Expand
)
Author
2023-11-08
SERVER-79274 Fix race where FCV is uninitialized in between FCV checks
Huayu Ouyang
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-01-26
SERVER-73238 Introduce the `shard_role_api` library
Kaloian Manassiev
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-12-03
SERVER-58533 Log FCV at initialization and on log rotation
Vishnu Kaushik
2019-06-10
SERVER-40928 mongocryptd --help output list incorrect default port
Mark Benvenuto
2019-02-16
SERVER-39499 Migrate base server options to IDL
Sara Golemon
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-02-02
SERVER-29908 Move sharding_task_executor under mongo/s
Kaloian Manassiev
2015-06-20
SERVER-18579: Clang-Format - reformat code, no comment reflow
Mark Benvenuto
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2013-11-04
SERVER-11538: Create mongoclient library to avoid pulling in mongocommon
Shaun Verch
2013-11-04
SERVER-11538: Create library for socket code and fix dependencies of libserve...
Shaun Verch
2013-10-24
SERVER-11271 Consistent capitalization of keyfile options
Andreas Nilsson
2013-10-24
SERVER-11226 fix --keyFile to work with relative path when --fork'd
matt dannenberg
2013-10-24
SERVER-11144 Use new positional option interface and remove old interface
Shaun Verch
2013-10-23
SERVER-11144 Use new chaining interface in options
Shaun Verch
2013-10-15
SERVER-11160 improved comments describing missing syslog.h facility names
Benety Goh
2013-10-15
SERVER-11160 detect missing facilitynames in platform agnostic manner
Benety Goh
2013-10-13
SERVER=11160 added compatibility syslog symbols under solaris
Benety Goh
2013-10-11
SERVER-7454 skip syslogFacility parsing on windows
matt dannenberg
2013-10-11
SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...
Shaun Verch
2013-10-11
SERVER-7454 add syslogFacility flag to specify syslog facility
matt dannenberg
2013-10-09
SERVER-8510 Make initializer groups for the four stages of option handling
Shaun Verch
2013-10-06
SERVER-10742 Allow a string of v characters in the verbose option
Shaun Verch
2013-10-04
SERVER-8510 Get rid of CmdLine struct and use new option handling style
Shaun Verch
2013-10-04
SERVER-8510 Factored out ssl option registration and storage
Shaun Verch
2013-09-06
SERVER-8886 Add OpenSSL exception to files in src/mongo/db
Ian Whalen
2013-09-05
SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...
Shaun Verch