summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_parameters_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-272/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-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-7/+16
* SERVER-34345 Make it easy to provide validator functions for server parametersSpencer T Brody2018-05-101-0/+16
* SERVER-26449 BoundServerParameterSara Golemon2017-06-281-6/+167
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-5/+5
* 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/+4
* SERVER-23873 Optimize checking for interruptMathias Stearn2016-05-101-0/+2
* 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-7/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-42/+42
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-301-1/+5
* Revert "SERVER-13961 Pass LockState to DBWrite and DBRead directly"Kaloian Manassiev2014-05-281-5/+1
* SERVER-13961 Pass LockState to DBWrite and DBRead directlyKaloian Manassiev2014-05-281-1/+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-2/+2
* SERVER-7778 - making more (set|get)Parameter fields use new ServerParameter f...Eliot Horowitz2012-12-211-1/+1
* SERVER-3103 : copyrightEliot Horowitz2012-11-271-0/+16
* SERVER-7778 : new parameter management system for runtime (command line later)Eliot Horowitz2012-11-271-0/+54