summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser
Commit message (Expand)AuthorAgeFilesLines
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-1/+0
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-6/+6
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-054-0/+9
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-054-2/+3
* SERVER-16313 whitelist of storage options for WiredTigerEric Milkie2014-12-172-2/+2
* SERVER-15557 added support for deprecated dotted names to yaml configuration ...Benety Goh2014-11-036-23/+291
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-6/+6
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-091-2/+2
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-1/+2
* SERVER-15096 make mongoshim --dbpath option mandatoryBenety Goh2014-09-232-26/+0
* SERVER-15096 mongoshim - tool to read/write directly from data directoryEliot Horowitz2014-09-222-0/+26
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-1/+4
* SERVER-9032: Validate locale on startupMark Benvenuto2014-06-171-1/+1
* SERVER-14110 Take responsibility for numerical conversions away from boost pr...Shaun Verch2014-06-023-289/+633
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-195-12/+12
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1616-144/+336
* SERVER-13439 Do not fall through Switch case to Bool case in options conversionShaun Verch2014-05-153-7/+35
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-134-37/+117
* SERVER-13311 Improve error message for bad numerical values in YAML configShaun Verch2014-05-131-5/+20
* 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