summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/environment.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-36380 Add --outputConfig command line optionSara Golemon2018-08-131-0/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-191/+191
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-1/+0
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-13372 Add parameter to not mark the Environment as validShaun Verch2014-03-271-3/+4
* SERVER-13372 Canonicalize dur, nodur, journal, nojournal and storage.journali...Shaun Verch2014-03-271-0/+6
* make Environment::dump method constJames Wahlin2014-02-051-1/+1
* SERVER-11143 Add constraints to option registration interfaceShaun Verch2013-11-041-3/+3
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-6/+30
* SERVER-8510 Add function to extract only explicitly set values from EnvironmentShaun Verch2013-09-051-6/+26
* SERVER-8510 Removed KeyNotFound error codeShaun Verch2013-09-051-1/+1
* SERVER-8510 Added legacy interface to Environment and Value to ease transitio...Shaun Verch2013-09-051-0/+15
* SERVER-8510 Added command line and config file parser to source tree with uni...Shaun Verch2013-08-091-0/+165