summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/option_description.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40634 Remove usage of requires which will soon become a keywordMathias Stearn2019-05-011-1/+1
* SERVER-37095 Reorganize OptionsParser API to be IDL only.Sara Golemon2019-02-281-1/+5
* SERVER-39784 Removed unused portions of options_parserSara Golemon2019-02-271-12/+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/+7
* SERVER-37093 Implement code-gen for IDL config optionsSara Golemon2018-11-241-0/+44
* 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/+10
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-051-6/+4
* SERVER-35528 Limit new SSL config options to YAML/CommandLine onlySara Golemon2018-06-111-0/+1
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-188/+188
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-1/+0
* SERVER-15557 added support for deprecated dotted names to yaml configuration ...Benety Goh2014-11-031-14/+13
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-0/+3
* SERVER-11143 Added support for specifying that a string option must be of a s...Shaun Verch2013-12-061-0/+7
* SERVER-11143 Add constraints for dependencies between optionsShaun Verch2013-11-181-0/+15
* SERVER-11575 Add support for a map option typeShaun Verch2013-11-181-0/+1
* SERVER-11575 Remove code for parsing JSON config fileShaun Verch2013-11-131-3/+3
* SERVER-11143 Add constraints to option registration interfaceShaun Verch2013-11-041-0/+41
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-17/+3
* SERVER-11144 Add positional options to chaining interfaceShaun Verch2013-10-231-1/+29
* SERVER-11144 Add attribute to affect what sources an option can haveShaun Verch2013-10-231-1/+22
* SERVER-11144 Remove old registration interfaceShaun Verch2013-10-231-9/+32
* SERVER-11144 Chaining interface for option registrationShaun Verch2013-10-231-0/+10
* SERVER-8510 Add comments to the OptionDescription structShaun Verch2013-10-041-13/+14
* SERVER-8510 Handle default, implicit, and composing options in new configurat...Shaun Verch2013-09-051-2/+12
* SERVER-8510 Added command line and config file parser to source tree with uni...Shaun Verch2013-08-091-0/+80