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_server_helpers.cpp
Age
Commit message (
Expand
)
Author
2024-05-28
SERVER-90610: Enable tidy check misc-unused-alias-decls (#22297)
Stephanie
2024-03-05
SERVER-83059 Remove --configdb paramter from MongoD
Pol Pinol Castuera
2023-11-10
SERVER-82880 Let mongod accept a configdb startup option
George Wangensteen
2023-10-04
SERVER-81602 remove fmtMessage from LOGV2 statements
Billy Donahue
2023-09-20
SERVER-79201 Create new configuration options for ingress gRPC
Sara Golemon
2023-09-11
SERVER-80449: Remove unused networking configuration options
Erin McNulty
2023-08-30
SERVER-80008 Introduce gRPC configuration options to the mongo test runner
Patrick Freed
2023-08-28
SERVER-79967 Replace `--router` with `--routerPort` to listen to dedicated ro...
Pol Pinol Castuera
2023-07-27
SERVER-74020 Integrate `Server` and `Client` into `GRPCTransportLayer`
Patrick Freed
2023-07-25
SERVER-77917 Listen on a separate port for internal connections
Amirsaman Memaripour
2023-06-27
SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8
Daniel Moody
2023-06-16
SERVER-77896 Enable performance-no-automatic-move clang-tidy check
Steve Gross
2023-03-23
SERVER-74845 Add environment variable override for processManagement.fork
Ryan Egesdahl
2023-02-11
SERVER-72197 Run clang-format 12.0.1 on the codebase
clang-format 12.0.1
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2021-06-16
SERVER-55792 Verify credentials when clusterAuthMode is set via setParameter
Mark Benvenuto
2020-10-08
SERVER-50421 Alias internalValidateFeaturesAsMaster server parameter
Huayu Ouyang
2020-08-18
SERVER-49768 Remove logv1 logger components, and make rotation a callback list
Sara Golemon
2020-06-23
SERVER-48973 Remove ServiceExecutorAdaptive
Amirsaman Memaripour
2020-05-02
SERVER-41068 remove map_util.h
Billy Donahue
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-04-01
SERVER-47077 Clean up log lines in 'mongo/db'
samanca
2020-03-23
SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging
Billy Donahue
2020-03-23
Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"
Max Hirschhorn
2020-03-20
SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging
Billy Donahue
2020-03-06
SERVER-46542 Cleanup log statements for early logging and startup warnings
Henrik Edin
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-13
SERVER-45869 automatically converted structured logging
Gabriel Russell
2019-10-03
SERVER-43317 merge failpoint headers. Rewrite docs.
Billy Donahue
2019-04-09
SERVER-40476 remove mongoutils::str
Billy Donahue
2019-03-03
SERVER-37092 Remove old server parameter API
Sara Golemon
2019-02-16
SERVER-39500 Migrate general server options to IDL
Sara Golemon
2019-02-16
SERVER-39499 Migrate base server options to IDL
Sara Golemon
2019-02-14
SERVER-39501 Migrate windows options to IDL
Sara Golemon
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-22
SERVER-39123 Migrate log redaction options to IDL
Sara Golemon
2019-01-09
SERVER-38551 Convert message compressor options to IDL
Sara Golemon
2018-11-30
SERVER-38056 enable building just some of the pieces of the enterprise module
Gabriel Russell
2018-10-25
SERVER-35485 Add compressor capabilities for shell with URI input
Tyler Kaye
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-09-18
SERVER-36614 Add handling of __exec config expansions
Sara Golemon
2018-09-17
SERVER-36572 Canonicalize bindIpAll to bindIp=='*'
Sara Golemon
2018-08-27
SERVER-36613 Add REST driven config file expansion
Sara Golemon
2018-08-21
SERVER-34986 Allow connections to override maxConns based on CIDR range
Jonathan Reams
2018-08-16
Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"
Siyuan Zhou
2018-08-16
SERVER-34986 Allow connections to override maxConns based on CIDR range
Jonathan Reams
2018-08-13
SERVER-36380 Add --outputConfig command line option
Sara Golemon
2018-07-09
SERVER-35979 Split ssl_otions and decouple from main runtime
Sara Golemon
2018-06-11
SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...
Adam Cooper
2018-06-07
SERVER-35297 Split server_options and server_status into two pieces.
Henrik Edin