summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-34986 Allow connections to override maxConns based on CIDR range"Siyuan Zhou2018-08-161-4/+0
* SERVER-34986 Allow connections to override maxConns based on CIDR rangeJonathan Reams2018-08-161-0/+4
* SERVER-35655 Update FCV constants throughout server code.Blake Oler2018-07-021-27/+27
* SERVER-35101 Strip trailing and leading whitespace from bind_ip arguments and...Adam Cooper2018-06-111-1/+1
* SERVER-33562 Move FeatureCompatibilityVersion::kCollection/kDatabase into nam...Dianna Hohensee2018-03-161-2/+3
* SERVER-31802 Rip out more dead master-slave code, and the related concept of ...Andy Schwerin2018-03-151-5/+4
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-2/+13
* SERVER-33486 coverity fix for 'const bool' function return type that should j...Dianna Hohensee2018-02-261-1/+1
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-27/+22
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-211-6/+6
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-021-1/+0
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-7/+7
* SERVER-32412 Add featureCompatibilityVersion 4.0 to the list of valid feature...Dianna Hohensee2018-01-241-6/+16
* SERVER-31608 remove FCV gettersJudah Schvimer2017-10-261-21/+2
* SERVER-31608 future-proof FCV enumJudah Schvimer2017-10-251-23/+34
* SERVER-31607 move validateFeaturesAsMaster out of FeatureCompatibility structJudah Schvimer2017-10-241-7/+7