summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-1/+1
* SERVER-62994 Use v4 toolchain for everything except clang formatAndrew Morrow2022-12-131-0/+10
* SERVER-71808: Refactor options_parser to expose a `readRawFile` method.Daniel Gottlieb2022-12-073-26/+41
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-072-5/+5
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-2/+5
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-4/+6
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-2/+2
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-022-2/+2
* SERVER-48258 Upgrade yaml-cpp 0.6.3Mark Benvenuto2021-05-111-1/+1
* SERVER-54139 Use a connection pool for curl handlesMark Benvenuto2021-02-231-1/+1
* SERVER-40811 make initializers throwyBilly Donahue2020-12-083-17/+4
* SERVER-51763: Rewrite misleading error message for missing config fileVarun Ravichandran2020-12-022-14/+29
* 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-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-1/+1
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+1
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-114-391/+263
* 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-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