summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-7/+22
* SERVER-44281 Fix use of invalid end iteratorBilly Donahue2019-10-281-28/+12
* 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-275-31/+21
* SERVER-41903 Validate server parameter names during config validationSara Golemon2019-07-031-0/+10
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-5/+5
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-7/+11
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-102-3/+3
* SERVER-40877 Enforce strict config file access for expansionsSara Golemon2019-05-303-21/+92
* SERVER-41347 Fix handling of non-strict arguments during option canonicalizationSara Golemon2019-05-291-9/+20
* SERVER-40879 Support expected digests for config expansionsSara Golemon2019-05-162-4/+97
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-011-0/+1
* SERVER-40634 Remove usage of requires which will soon become a keywordMathias Stearn2019-05-013-3/+3
* SERVER-40811 refactor to show nesting of startup option init groupsBilly Donahue2019-04-302-155/+114
* SERVER-40125 Add a periodic job that runs incremental vacuum on the mobile st...Henrik Edin2019-04-241-4/+4
* SERVER-40463 String utils output StringData instead of std::stringHenrik Edin2019-04-101-3/+5
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+2
* SERVER-39863 remove std using namespace directivesBilly Donahue2019-02-281-7/+4
* SERVER-37095 Reorganize OptionsParser API to be IDL only.Sara Golemon2019-02-284-368/+752
* SERVER-39784 Removed unused portions of options_parserSara Golemon2019-02-277-376/+5
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1319-19/+0
* SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ...Henrik Edin2019-02-011-1/+1
* SERVER-38892 Fix options parser test ASAN problem.ADAM David Alan Martin2019-01-251-1/+6
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-063-10/+24
* SERVER-27881 Upgrade boost to 1.68.0Mathew Robinson2018-12-051-3/+15
* SERVER-37093 Implement code-gen for IDL config optionsSara Golemon2018-11-242-0/+125
* SERVER-37969 Guard against duplicate named optionsSara Golemon2018-11-073-96/+124
* SERVER-37088 Update OptionSection to handle merging sectionsSara Golemon2018-11-063-13/+75
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2219-249/+303
* SERVER-35785 fix readConfigFile to not crash with -fablack122018-09-212-45/+40
* SERVER-36614 Add handling of __exec config expansionsSara Golemon2018-09-182-30/+64
* SERVER-36572 Enbironment::count() returns bool, not int.Sara Golemon2018-09-171-2/+2
* SERVER-37099 Support canonicalizing options during options parseSara Golemon2018-09-174-30/+89
* SERVER-37033 check Status in options codeablack122018-09-132-0/+6
* SERVER-37104 Split async helpers off of http_clientSara Golemon2018-09-131-0/+1
* SERVER-36613 Add REST driven config file expansionSara Golemon2018-08-273-35/+420
* SERVER-36380 Add --outputConfig command line optionSara Golemon2018-08-134-0/+133
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-07-111-12/+0
* SERVER-35998 Do not include deprecatedSingleName options in --help outputSara Golemon2018-07-061-10/+13
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-056-165/+245
* SERVER-35601 startup setting of maxTargetSnapshotHistoryWindowInSeconds shoul...Dianna Hohensee2018-06-272-0/+22
* SERVER-35528 Limit new SSL config options to YAML/CommandLine onlySara Golemon2018-06-111-0/+1
* SERVER-32487 Embedded CAPI takes a yaml config string instead of argc and argv.Henrik Edin2018-04-102-14/+65
* SERVER-32427 Config file parser does not support UTF-16 encoded files marked ...Mark Benvenuto2018-01-082-2/+93
* SERVER-30376 Remove extra hyphens during parsing errorChibuikem Amaechi2018-01-081-1/+1
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-023-19/+19
* SERVER-17414 Fix unreferenced local variable in catch exception specifiersMark Benvenuto2017-10-201-1/+1
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-162-18/+18
* SERVER-30361 Do not accept map/sequence for scalar config valueSara Golemon2017-08-022-0/+81