summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_parameters.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-454/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-38827 Provide enum constructor for ServerParameter and SPS::get() acce...Sara Golemon2019-01-091-26/+37
* SERVER-25323 Allow marking ServerParameters as 'test only'Sara Golemon2018-12-171-0/+11
* SERVER-37086 Create IDLServerParameter classSara Golemon2018-11-021-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-34345 replace ...WITH_VALIDATOR macros to ->withValidator syntax.Billy Donahue2018-05-151-112/+77
* SERVER-34345 Make it easy to provide validator functions for server parametersSpencer T Brody2018-05-101-1/+50
* SERVER-26449 BoundServerParameterSara Golemon2017-06-281-16/+174
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-4/+3
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-121-1/+1
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-3/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-20/+104
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-87/+102
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-2/+3
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-3/+2
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-2/+3
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-5/+5
* SERVER-8886 Add OpenSSL exception to files in src/mongo/dbIan Whalen2013-09-061-0/+12
* SERVER-8087 Make it possible to declare startup-only and runtime-only server ...Andy Schwerin2013-02-151-7/+46
* SERVER-7778 - making more (set|get)Parameter fields use new ServerParameter f...Eliot Horowitz2012-12-211-3/+3
* SERVER-7778 Introduce a --setParameter option to the mongod and mongos comman...Andy Schwerin2012-12-071-1/+1
* SERVER-7778 : new parameter management system for runtime (command line later)Eliot Horowitz2012-11-271-0/+110