summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser
Commit message (Expand)AuthorAgeFilesLines
* SERVER-13372 Add parameter to not mark the Environment as validShaun Verch2014-03-272-6/+9
* SERVER-13372 Canonicalize dur, nodur, journal, nojournal and storage.journali...Shaun Verch2014-03-272-0/+28
* SERVER-13310 Check error status for nested configuration dataShaun Verch2014-03-241-1/+5
* SERVER-12589 Exclude empty sections in help outputShaun Verch2014-02-063-5/+69
* make Environment::dump method constJames Wahlin2014-02-052-3/+3
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2014-01-141-17/+17
* SERVER-11940 Separate options parser initialization from options parser utili...Shaun Verch2013-12-303-21/+65
* SERVER-11144 Change new config file option structureShaun Verch2013-12-245-6/+72
* SERVER-11143 Added support for specifying that a string option must be of a s...Shaun Verch2013-12-067-6/+139
* 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-044-33/+47
* SERVER-11658 Consistently use Library targetAndrew Morrow2013-11-181-12/+12
* SERVER-11575 Remove now unnecessary slow testShaun Verch2013-11-181-55/+0
* SERVER-11143 Add constraints for dependencies between optionsShaun Verch2013-11-186-1/+181
* SERVER-11575 Add support for a map option typeShaun Verch2013-11-187-30/+656
* SERVER-11575 Adding more unittests for YAML Config fileShaun Verch2013-11-182-11/+633
* SERVER-11575 Remove code for parsing JSON config fileShaun Verch2013-11-134-273/+15
* SERVER-11575 Added support for YAML Config FileShaun Verch2013-11-133-224/+588
* 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-049-20/+211
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-244-145/+98
* 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-235-34/+503
* SERVER-11144 Add attribute to affect what sources an option can haveShaun Verch2013-10-236-12/+315
* SERVER-11144 Remove old registration interfaceShaun Verch2013-10-237-339/+405
* SERVER-11144 Chaining interface for option registrationShaun Verch2013-10-236-16/+322
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch2013-10-113-0/+129
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-093-0/+178
* SERVER-8510 Add comments in JSON config filesShaun Verch2013-10-092-2/+235
* SERVER-10930 Clean up output for parsing errors and show option name in dupli...Shaun Verch2013-10-071-0/+12
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-044-44/+212
* SERVER-8510 Add comments to the OptionDescription structShaun Verch2013-10-042-13/+17
* SERVER-8510 Use new option parser in mongod and mongos and move parsing into ...Shaun Verch2013-09-051-0/+33
* SERVER-8510 Use BadValue error code in new options parserShaun Verch2013-09-051-7/+7
* SERVER-8510 Remove forward declaration of Status in the wrong namespaceShaun Verch2013-09-051-2/+0
* SERVER-8510 Added tests for dotted names in JSON config file parserShaun Verch2013-09-051-0/+56
* SERVER-8510 Fix handling of options with a short name in option parsingShaun Verch2013-09-052-2/+44
* SERVER-8510 Add function to extract only explicitly set values from EnvironmentShaun Verch2013-09-056-47/+126
* SERVER-8510 Removed KeyNotFound error codeShaun Verch2013-09-054-4/+4
* SERVER-8510 Allow a positional to be registered for a flag that has already b...Shaun Verch2013-09-052-0/+40
* SERVER-8510 Added legacy interface to Environment and Value to ease transitio...Shaun Verch2013-09-056-6/+163
* SERVER-8510 Added better error messages for Value class and added underscores...Shaun Verch2013-09-052-70/+95
* SERVER-8510 Handle default, implicit, and composing options in new configurat...Shaun Verch2013-09-056-18/+808
* SERVER-8510 Include name of top level section in help string and do not inclu...Shaun Verch2013-09-051-2/+4
* SERVER-10507 Resize vector after reading config file to match the number of b...Shaun Verch2013-08-151-0/+2
* Revert "SERVER-10507 Disable unittest failing on windows builds"Shaun Verch2013-08-151-4/+3
* SERVER-10507 Disable unittest failing on windows buildsShaun Verch2013-08-141-3/+4
* 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