summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/option_section.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-37095 Reorganize OptionsParser API to be IDL only.Sara Golemon2019-02-281-53/+23
|
* 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-37969 Guard against duplicate named optionsSara Golemon2018-11-071-0/+11
|
* SERVER-37088 Update OptionSection to handle merging sectionsSara Golemon2018-11-061-2/+12
|
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
|
* SERVER-29917 Alias server options starting with 'ssl' to parameters starting ↵Gregory Noma2018-07-051-16/+7
| | | | | | | | | 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-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-123/+123
|
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
|
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-1/+0
|
* SERVER-15557 added support for deprecated dotted names to yaml configuration ↵Benety Goh2014-11-031-0/+12
| | | | file options
* SERVER-15096 make mongoshim --dbpath option mandatoryBenety Goh2014-09-231-6/+0
|
* SERVER-15096 mongoshim - tool to read/write directly from data directoryEliot Horowitz2014-09-221-0/+6
| | | | Note: This tool is not feature complete yet.
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
|
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
| | | | Also update generators.
* SERVER-12589 Exclude empty sections in help outputShaun Verch2014-02-061-1/+5
|
* SERVER-11143 Add constraints to option registration interfaceShaun Verch2013-11-041-0/+7
|
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-15/+6
|
* SERVER-11144 Add positional options to chaining interfaceShaun Verch2013-10-231-1/+0
|
* SERVER-11144 Add attribute to affect what sources an option can haveShaun Verch2013-10-231-5/+12
|
* SERVER-11144 Remove old registration interfaceShaun Verch2013-10-231-11/+9
|
* SERVER-11144 Chaining interface for option registrationShaun Verch2013-10-231-3/+27
|
* SERVER-8510 Add comments to the OptionDescription structShaun Verch2013-10-041-0/+3
|
* SERVER-8510 Handle default, implicit, and composing options in new ↵Shaun Verch2013-09-051-1/+8
| | | | configuration parser
* SERVER-8510 Added command line and config file parser to source tree with ↵Shaun Verch2013-08-091-0/+110
unit tests