summaryrefslogtreecommitdiff
path: root/src/mongo/db/mongod_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72675 Fix setParameter startup argument overwritten by defaultYu Jin Kang Park2023-04-281-6/+26
* SERVER-57213 Remove StorageGlobalParams::checkpointDelaySecs and fix changing...Gregory Wlodarek2023-04-071-9/+0
* SERVER-74201 Rename OplogStones to OplogTruncateMarkersHaley Connelly2023-02-281-3/+3
* SERVER-71807: Add --magicRestore flag and entrypoint.Daniel Gottlieb2022-12-071-0/+14
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-37/+0
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-3/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-1/+1
* SERVER-64132 Make shardsvrs running in serverless mode always return "unshard...Sophia Tan2022-03-311-2/+2
* SERVER-63266 Allow server to be started without setname in serverless modeDidier Nadeau2022-02-201-1/+9
* SERVER-62608 Disallow using --restore when using --repair or --queryableBacku...Gregory Wlodarek2022-02-021-1/+6
* SERVER-62604 Add new '--restore' storage startup optionGregory Wlodarek2022-01-271-0/+3
* SERVER-61495 Fix "--replset" error message typoTianon Gravi2021-11-221-1/+1
* SERVER-6849 Remove --cpu flagBenety Goh2021-11-151-4/+0
* SERVER-45717 Allow changes to clusterIpSourceAllowlist without restartsergey.galtsev2021-11-011-2/+3
* SERVER-58085 Log startup warning if dbpath is on a Windows network shareReo Kimura2021-10-111-0/+8
* SERVER-27383 Restrict use of queryableBackupMode to only shards when starting...Marcos José Grillo Ramirez2021-08-021-3/+6
* SERVER-27383 Disalow starting shards and config servers as standaloneMarcos José Grillo Ramirez2021-07-281-0/+8
* Revert "SERVER-32531 Disalow standalone nodes as shards if no queryableBackup...Marcos José Grillo Ramirez2021-07-071-7/+0
* Revert "SERVER-27383 Disalow standalone nodes as config server if no queryabl...Marcos José Grillo Ramirez2021-07-071-8/+7
* SERVER-27383 Disalow standalone nodes as config server if no queryableBackupM...Marcos José Grillo Ramirez2021-07-061-7/+8
* SERVER-32531 Disalow standalone nodes as shards if no queryableBackupMode is ...Marcos José Grillo Ramirez2021-07-021-0/+7
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-2/+3
* SERVER-53652 Remove Lock Free Reads feature flag and builder.Dianna Hohensee2021-05-271-9/+1
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-121-4/+4
* SERVER-55827: Rename security.clusterIpSourceWhitelist to security.clusterIpS...Varun Ravichandran2021-04-281-2/+2
* SERVER-53934 Refuse to start shards and config servers with setParameter requ...Huayu Ouyang2021-02-191-0/+20
* SERVER-53247 disable enableMajorityReadConcern=false for non-test storage eng...Pavi Vetriselvan2021-01-191-38/+33
* SERVER-53324 remove extra development only logging for lock-free reads and up...Dianna Hohensee2021-01-081-7/+0
* Revert "SERVER-53324 remove extra development only logging for lock-free reads"Dianna Hohensee2021-01-071-0/+7
* SERVER-53324 remove extra development only logging for lock-free readsDianna Hohensee2021-01-061-7/+0
* SERVER-51918 create feature flag for lock free readsBenety Goh2020-12-181-0/+6
* SERVER-52945 Make mongod use x509 auth on egress connections if NetworkInterf...Mark Benvenuto2020-12-111-0/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-1/+0
* SERVER-48516 Verify at startup replica set with auth has a keyFileMark Benvenuto2020-11-131-0/+10
* SERVER-52562 Enable two-phase drop for standalone mode; allow Lock-Free reads...Dianna Hohensee2020-11-121-10/+0
* SERVER-43959: Use "default" initializer prerequisite for warning in mongod_op...Jordi Serra Torrens2020-11-051-3/+6
* SERVER-43959: Make warning for enableMajorityReadConcern show on logJordi Serra Torrens2020-10-281-3/+17
* SERVER-29418 Create a storage-engine agnostic checkpointing threadGregory Wlodarek2020-09-101-0/+3
* SERVER-47884 Add 'disableLockFreeReads' startup server parameter and test suite.Dianna Hohensee2020-07-201-0/+30
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-3/+0
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-04-031-6/+4
* Revert "SERVER-47077 Clean up log lines in 'mongo/db'"Amirsaman Memaripour2020-03-311-4/+6
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-271-6/+4
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-1/+1
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-231-23/+12
* Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"Max Hirschhorn2020-03-231-12/+23
* SERVER-46765 fix '--version' & '--sysinfo', which use kPlain loggingBilly Donahue2020-03-201-23/+12
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0