summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67086 Fix gTimeseriesMetricIndexes usageGregory Wlodarek2022-06-081-9/+0
* SERVER-58533 Log FCV at initialization and on log rotationVishnu Kaushik2021-12-031-0/+7
* SERVER-6849 Remove --cpu flagBenety Goh2021-11-151-2/+0
* SERVER-60576 Add new FCV helper for detecting downgrades from kLatestGregory Wlodarek2021-10-251-0/+11
* SERVER-60575 On upgrade, add the catalog flag that indicates that a time-seri...Gregory Wlodarek2021-10-221-0/+9
* SERVER-59760 Generate FCV enum order consistent with existing convention.Vishnu Kaushik2021-09-091-37/+0
* SERVER-59764 removed 'const' from the by-value return typeVishnu Kaushik2021-09-091-2/+2
* SERVER-58344 Remove ServerGlobalParams::FeatureCompatibility and replace refe...Vishnu Kaushik2021-09-011-54/+22
* SERVER-50761 Crash the shell on invalid BSON errors on server responses from ...Dianna Hohensee2021-08-041-0/+4
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-34/+28
* SERVER-55792 Verify credentials when clusterAuthMode is set via setParameterMark Benvenuto2021-06-161-24/+3
* SERVER-54434 Update FCV constants to recognize 5.0 as latestJon Streets2021-04-071-7/+12
* SERVER-50421-2 Rename global server parameter validateFeaturesAsMaster to val...Huayu Ouyang2020-10-101-1/+1
* SERVER-50849 Update FCV constants to recognize 4.9 as latestA. Jesse Jiryu Davis2020-10-081-36/+42
* SERVER-49802 Update FCV constants to recognize 4.8 as latestJason Chan2020-09-301-9/+15
* SERVER-50706 Add fromConfigServer parameter to allow transitioning a shard se...Jason Chan2020-09-241-5/+10
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-1/+2
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-14/+17
* SERVER-50142: remove redundant isUpgradingOrDowngrading functionGrace Luong2020-08-061-5/+0
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-021-28/+26
* SERVER-49270: Set minWireVersion based on FCV and refactor protocol testsGrace Luong2020-07-311-0/+5
* SERVER-49070: add and use FCV gating helpersGrace Luong2020-07-251-2/+38
* SERVER-49069: Add startup warning when arbiter is running a quarterly versionGrace Luong2020-07-151-0/+3
* SERVER-49269: Add 'previousVersion' field to FCV document when in downgrading...Lingzhi Deng2020-07-151-0/+10
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+2
* SERVER-49063: Update FCV 4.6 constants to 4.5.1Lingzhi Deng2020-07-091-13/+13
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-0/+4
* SERVER-48973 Remove ServiceExecutorAdaptiveAmirsaman Memaripour2020-06-231-3/+0
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-24/+24
* SERVER-46563 use pipe instead of SIGUSR2 for interfork commsBilly Donahue2020-03-161-2/+1
* SERVER-46415 Remove logFormat option and the ability to select the text forma...Henrik Edin2020-02-281-1/+0
* SERVER-40883 Remove the --noIndexBuildRetry server parameter flag and the sto...Gregory Wlodarek2020-02-141-2/+0
* SERVER-42722 Implement --timeStampFormat in logv2.Henrik Edin2020-02-131-0/+2
* SERVER-44939 allow replication across config versionsPavithra Vetriselvan2020-01-301-3/+2
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-2/+1
* SERVER-43744 Add logFormat configure option (logv2 only)Henrik Edin2019-10-081-1/+3
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-031-1/+2
* SERVER-36390 Removed unused getVersionUnsafe() functionXuerui Fa2019-08-271-11/+0
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-27/+27
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-9/+9
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-1/+1
* SERVER-40928 mongocryptd --help output list incorrect default portMark Benvenuto2019-06-101-4/+7
* SERVER-40882 Restore the --noIndexBuildRetry server parameter flag and the st...Dianna2019-05-221-0/+2
* SERVER-39499 Migrate base server options to IDLSara Golemon2019-02-161-0/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38705 Remove the --noIndexBuildRetry server parameter flag and the sto...Gregory Wlodarek2019-01-171-2/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-3/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+2
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-211-0/+4