summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/options_parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-54139 Use a connection pool for curl handlesMark Benvenuto2021-02-231-1/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-4/+1
* SERVER-51763: Rewrite misleading error message for missing config fileVarun Ravichandran2020-12-021-5/+13
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-3/+3
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-16/+3
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-6/+3
* SERVER-48022 Cleanup infrastructure log lines in mongo/utilBen Caimano2020-06-011-13/+17
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-7/+22
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-16/+11
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-271-5/+5
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-40877 Enforce strict config file access for expansionsSara Golemon2019-05-301-19/+88
* 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-161-4/+96
* SERVER-40802 Don't include boost/algorithm/string.hpp in mongo_uri.hMathias Stearn2019-05-011-0/+1
* 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-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38892 Fix options parser test ASAN problem.ADAM David Alan Martin2019-01-251-1/+6
* SERVER-27881 Upgrade boost to 1.68.0Mathew Robinson2018-12-051-3/+15
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-35785 fix readConfigFile to not crash with -fablack122018-09-211-45/+23
* SERVER-36614 Add handling of __exec config expansionsSara Golemon2018-09-181-30/+63
* SERVER-37099 Support canonicalizing options during options parseSara Golemon2018-09-171-30/+48
* SERVER-37104 Split async helpers off of http_clientSara Golemon2018-09-131-0/+1
* SERVER-36613 Add REST driven config file expansionSara Golemon2018-08-271-20/+381
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ...Gregory Noma2018-07-051-55/+118
* SERVER-32487 Embedded CAPI takes a yaml config string instead of argc and argv.Henrik Edin2018-04-101-14/+52
* SERVER-32427 Config file parser does not support UTF-16 encoded files marked ...Mark Benvenuto2018-01-081-2/+19
* SERVER-30376 Remove extra hyphens during parsing errorChibuikem Amaechi2018-01-081-1/+1
* SERVER-30361 Do not accept map/sequence for scalar config valueSara Golemon2017-08-021-0/+5
* SERVER-27298 Options Parser now rejects null bytes in all casesTed Tuckman2017-06-221-1/+5
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-2/+2
* SERVER-25792 Add non-strict parsing option to OptionsParserAndreas Nilsson2016-08-301-1/+19
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+2
* SERVER-22525 Translate old-style implicit options into new-styleMark Benvenuto2016-03-221-2/+169
* SERVER-22295 yaml-cpp 0.5.3 build integrationMark Benvenuto2016-02-031-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-853/+810
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+3
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-15557 added support for deprecated dotted names to yaml configuration ...Benety Goh2014-11-031-6/+28
* SERVER-14110 Take responsibility for numerical conversions away from boost pr...Shaun Verch2014-06-021-110/+118
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-131-17/+48
* SERVER-13311 Improve error message for bad numerical values in YAML configShaun Verch2014-05-131-5/+20