summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/option_description.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39784 Removed unused portions of options_parserSara Golemon2019-02-271-26/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-061-0/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-37099 Support canonicalizing options during options parseSara Golemon2018-09-171-0/+5
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-051-35/+4
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-14/+14
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-14/+14
* SERVER-25788 Accept command line arguments in unit testsSiyuan Zhou2017-07-211-8/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-256/+235
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15557 added support for deprecated dotted names to yaml configuration ...Benety Goh2014-11-031-0/+55
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13439 Do not fall through Switch case to Bool case in options conversionShaun Verch2014-05-151-0/+17
* SERVER-11143 Added support for specifying that a string option must be of a s...Shaun Verch2013-12-061-0/+14
* SERVER-11143 Add constraints for dependencies between optionsShaun Verch2013-11-181-0/+8
* SERVER-11575 Add support for a map option typeShaun Verch2013-11-181-2/+2
* SERVER-11143 Add constraints to option registration interfaceShaun Verch2013-11-041-0/+21
* SERVER-11144 Add positional options to chaining interfaceShaun Verch2013-10-231-0/+24
* SERVER-11144 Add attribute to affect what sources an option can haveShaun Verch2013-10-231-0/+5
* SERVER-11144 Remove old registration interfaceShaun Verch2013-10-231-0/+132
* SERVER-11144 Chaining interface for option registrationShaun Verch2013-10-231-0/+39