summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/options_parser_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71808: Refactor options_parser to expose a `readRawFile` method.Daniel Gottlieb2022-12-071-1/+7
* SERVER-51763: Rewrite misleading error message for missing config fileVarun Ravichandran2020-12-021-9/+16
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-377/+256
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-6/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+2
* SERVER-40877 Enforce strict config file access for expansionsSara Golemon2019-05-301-1/+1
* SERVER-40634 Remove usage of requires which will soon become a keywordMathias Stearn2019-05-011-1/+1
* SERVER-37095 Reorganize OptionsParser API to be IDL only.Sara Golemon2019-02-281-313/+721
* SERVER-39784 Removed unused portions of options_parserSara Golemon2019-02-271-123/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37969 Guard against duplicate named optionsSara Golemon2018-11-071-0/+20
* SERVER-37088 Update OptionSection to handle merging sectionsSara Golemon2018-11-061-2/+36
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35785 fix readConfigFile to not crash with -fablack122018-09-211-0/+17
* SERVER-36572 Enbironment::count() returns bool, not int.Sara Golemon2018-09-171-2/+2
* SERVER-37099 Support canonicalizing options during options parseSara Golemon2018-09-171-0/+26
* SERVER-36380 Add --outputConfig command line optionSara Golemon2018-08-131-0/+61
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-07-111-12/+0
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-051-7/+8
* SERVER-32427 Config file parser does not support UTF-16 encoded files marked ...Mark Benvenuto2018-01-081-0/+74
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-30361 Do not accept map/sequence for scalar config valueSara Golemon2017-08-021-0/+76
* SERVER-27298 Options Parser now rejects null bytes in all casesTed Tuckman2017-06-221-0/+58
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-12/+12
* SERVER-22525 Translate old-style implicit options into new-styleMark Benvenuto2016-03-221-0/+23
* SERVER-22525 Revert "Fixes to support building against system boost 1.59"Andrew Morrow2016-03-221-1/+2
* SERVER-20754 Fixes to support building against system boost 1.59Andrew Morrow2015-10-271-2/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-4383/+4356
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-6/+6
* SERVER-15557 added support for deprecated dotted names to yaml configuration ...Benety Goh2014-11-031-0/+139
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-091-2/+2
* SERVER-14110 Take responsibility for numerical conversions away from boost pr...Shaun Verch2014-06-021-0/+462
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13439 Do not fall through Switch case to Bool case in options conversionShaun Verch2014-05-151-7/+12
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-13/+48
* SERVER-12589 Exclude empty sections in help outputShaun Verch2014-02-061-0/+18
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2014-01-141-17/+17
* SERVER-11144 Change new config file option structureShaun Verch2013-12-241-0/+38
* SERVER-11143 Added support for specifying that a string option must be of a s...Shaun Verch2013-12-061-0/+54
* SERVER-11575 Remove now unnecessary slow testShaun Verch2013-11-181-55/+0
* SERVER-11143 Add constraints for dependencies between optionsShaun Verch2013-11-181-1/+81
* SERVER-11575 Add support for a map option typeShaun Verch2013-11-181-8/+450
* SERVER-11575 Adding more unittests for YAML Config fileShaun Verch2013-11-181-7/+601
* SERVER-11575 Remove code for parsing JSON config fileShaun Verch2013-11-131-2/+2
* SERVER-11575 Added support for YAML Config FileShaun Verch2013-11-131-208/+332
* SERVER-11143 Add constraints to option registration interfaceShaun Verch2013-11-041-0/+70
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-37/+44
* SERVER-11144 Add positional options to chaining interfaceShaun Verch2013-10-231-1/+346