summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/options_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-8510 Fixed config file parser file reading on WindowsShaun Verch2013-08-141-1/+8
* SERVER-8510 Fix compile without debug flags on LinuxShaun Verch2013-08-091-1/+1
* SERVER-8510 Added command line and config file parser to source tree with uni...Shaun Verch2013-08-091-0/+611