summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/options_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-7/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38892 Fix options parser test ASAN problem.ADAM David Alan Martin2019-01-251-1/+6
* SERVER-27881 Upgrade boost to 1.68.0Mathew Robinson2018-12-051-3/+15
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35785 fix readConfigFile to not crash with -fablack122018-09-211-45/+23
* SERVER-36614 Add handling of __exec config expansionsSara Golemon2018-09-181-30/+63
* SERVER-37099 Support canonicalizing options during options parseSara Golemon2018-09-171-30/+48
* SERVER-37104 Split async helpers off of http_clientSara Golemon2018-09-131-0/+1
* SERVER-36613 Add REST driven config file expansionSara Golemon2018-08-271-20/+381
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-051-55/+118
* SERVER-32487 Embedded CAPI takes a yaml config string instead of argc and argv.Henrik Edin2018-04-101-14/+52
* SERVER-32427 Config file parser does not support UTF-16 encoded files marked ...Mark Benvenuto2018-01-081-2/+19
* SERVER-30376 Remove extra hyphens during parsing errorChibuikem Amaechi2018-01-081-1/+1
* SERVER-30361 Do not accept map/sequence for scalar config valueSara Golemon2017-08-021-0/+5
* SERVER-27298 Options Parser now rejects null bytes in all casesTed Tuckman2017-06-221-1/+5
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-25792 Add non-strict parsing option to OptionsParserAndreas Nilsson2016-08-301-1/+19
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-22525 Translate old-style implicit options into new-styleMark Benvenuto2016-03-221-2/+169
* SERVER-22295 yaml-cpp 0.5.3 build integrationMark Benvenuto2016-02-031-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-853/+810
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+3
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15557 added support for deprecated dotted names to yaml configuration ...Benety Goh2014-11-031-6/+28
* SERVER-14110 Take responsibility for numerical conversions away from boost pr...Shaun Verch2014-06-021-110/+118
* 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-17/+48
* SERVER-13311 Improve error message for bad numerical values in YAML configShaun Verch2014-05-131-5/+20
* SERVER-13310 Check error status for nested configuration dataShaun Verch2014-03-241-1/+5
* SERVER-11144 Change new config file option structureShaun Verch2013-12-241-1/+1
* SERVER-11144 Allow options to be set to the same value again, but fix this ca...Shaun Verch2013-12-051-1/+2
* SERVER-11144 Make the setParameter option a StringMap typeShaun Verch2013-12-041-15/+16
* SERVER-11575 Add support for a map option typeShaun Verch2013-11-181-17/+139
* SERVER-11575 Adding more unittests for YAML Config fileShaun Verch2013-11-181-4/+32
* SERVER-11575 Remove code for parsing JSON config fileShaun Verch2013-11-131-260/+8
* SERVER-11575 Added support for YAML Config FileShaun Verch2013-11-131-15/+253
* SERVER-11544 Make sure to fclose config file on errorShaun Verch2013-11-041-1/+2
* SERVER-11143 Add constraints to option registration interfaceShaun Verch2013-11-041-0/+26
* SERVER-11144 Add attribute to affect what sources an option can haveShaun Verch2013-10-231-3/+3
* SERVER-8510 Add comments in JSON config filesShaun Verch2013-10-091-2/+25
* SERVER-10930 Clean up output for parsing errors and show option name in dupli...Shaun Verch2013-10-071-0/+12
* SERVER-8510 Use BadValue error code in new options parserShaun Verch2013-09-051-7/+7
* SERVER-8510 Fix handling of options with a short name in option parsingShaun Verch2013-09-051-2/+20
* SERVER-8510 Add function to extract only explicitly set values from EnvironmentShaun Verch2013-09-051-32/+7
* SERVER-8510 Removed KeyNotFound error codeShaun Verch2013-09-051-1/+1
* SERVER-8510 Added legacy interface to Environment and Value to ease transitio...Shaun Verch2013-09-051-0/+14
* SERVER-8510 Handle default, implicit, and composing options in new configurat...Shaun Verch2013-09-051-1/+129
* SERVER-10507 Resize vector after reading config file to match the number of b...Shaun Verch2013-08-151-0/+2
* SERVER-8510 Use ferror to check error instead of checking for num bytes readShaun Verch2013-08-141-14/+14