summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-8510 Added command line and config file parser to source tree with uni...Shaun Verch2013-08-0917-0/+2987