summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/option_description.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38374 Add redact attribute to IDL based configs/paramsSara Golemon2018-12-061-0/+5
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
|
* SERVER-37099 Support canonicalizing options during options parseSara Golemon2018-09-171-0/+5
|
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ↵Gregory Noma2018-07-051-35/+4
| | | | | | | | | with 'tls' Add support for deprecated single names. All 'ssl' options are now deprecated, superceded by their 'tls' counterparts. Add tests for these options in server_options_test. Re-add functionality of disableNonSSLConnectionLogging.
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-14/+14
|
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-14/+14
|
* SERVER-25788 Accept command line arguments in unit testsSiyuan Zhou2017-07-211-8/+0
| | | | This reverts commit eb5283b46b7599e07793c8695c74880a10f3998e.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-256/+235
|
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-3/+2
|
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
|
* SERVER-15557 added support for deprecated dotted names to yaml configuration ↵Benety Goh2014-11-031-0/+55
| | | | file options
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
| | | | Also update generators.
* SERVER-13439 Do not fall through Switch case to Bool case in options conversionShaun Verch2014-05-151-0/+17
|
* SERVER-11143 Added support for specifying that a string option must be of a ↵Shaun Verch2013-12-061-0/+14
| | | | specified format
* SERVER-11143 Add constraints for dependencies between optionsShaun Verch2013-11-181-0/+8
|
* SERVER-11575 Add support for a map option typeShaun Verch2013-11-181-2/+2
|
* SERVER-11143 Add constraints to option registration interfaceShaun Verch2013-11-041-0/+21
|
* SERVER-11144 Add positional options to chaining interfaceShaun Verch2013-10-231-0/+24
|
* SERVER-11144 Add attribute to affect what sources an option can haveShaun Verch2013-10-231-0/+5
|
* SERVER-11144 Remove old registration interfaceShaun Verch2013-10-231-0/+132
|
* SERVER-11144 Chaining interface for option registrationShaun Verch2013-10-231-0/+39