summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/option_section.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+12
* SERVER-37969 Guard against duplicate named optionsSara Golemon2018-11-071-96/+93
* SERVER-37088 Update OptionSection to handle merging sectionsSara Golemon2018-11-061-9/+27
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-37033 check Status in options codeablack122018-09-131-0/+3
* SERVER-35998 Do not include deprecatedSingleName options in --help outputSara Golemon2018-07-061-10/+13
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-051-46/+104
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-4/+4
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-4/+4
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-4/+4
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-509/+479
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+3
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-11/+11
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-16313 whitelist of storage options for WiredTigerEric Milkie2014-12-171-1/+1
* SERVER-15557 added support for deprecated dotted names to yaml configuration ...Benety Goh2014-11-031-3/+44
* SERVER-15096 make mongoshim --dbpath option mandatoryBenety Goh2014-09-231-20/+0
* SERVER-15096 mongoshim - tool to read/write directly from data directoryEliot Horowitz2014-09-221-0/+20
* SERVER-14110 Take responsibility for numerical conversions away from boost pr...Shaun Verch2014-06-021-179/+53
* 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/+6
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-7/+18
* SERVER-12589 Exclude empty sections in help outputShaun Verch2014-02-061-4/+46
* SERVER-11144 Change new config file option structureShaun Verch2013-12-241-3/+31
* SERVER-11575 Add support for a map option typeShaun Verch2013-11-181-0/+21
* SERVER-11143 Add constraints to option registration interfaceShaun Verch2013-11-041-0/+20
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-76/+45
* SERVER-11144 Fix check for positional option in a sub sectionShaun Verch2013-10-231-4/+6
* SERVER-11144 Add positional options to chaining interfaceShaun Verch2013-10-231-31/+104
* SERVER-11144 Add attribute to affect what sources an option can haveShaun Verch2013-10-231-3/+9
* SERVER-11144 Remove old registration interfaceShaun Verch2013-10-231-123/+16
* SERVER-11144 Chaining interface for option registrationShaun Verch2013-10-231-13/+27
* SERVER-8510 Allow a positional to be registered for a flag that has already b...Shaun Verch2013-09-051-0/+18
* SERVER-8510 Handle default, implicit, and composing options in new configurat...Shaun Verch2013-09-051-14/+384
* SERVER-8510 Include name of top level section in help string and do not inclu...Shaun Verch2013-09-051-2/+4
* SERVER-8510 Added command line and config file parser to source tree with uni...Shaun Verch2013-08-091-0/+240