summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/environment.cpp
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-37033 check Status in options codeablack122018-09-131-0/+3
* SERVER-36380 Add --outputConfig command line optionSara Golemon2018-08-131-0/+56
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-300/+286
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-1/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* 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/+5
* SERVER-13372 Canonicalize dur, nodur, journal, nojournal and storage.journali...Shaun Verch2014-03-271-0/+22
* make Environment::dump method constJames Wahlin2014-02-051-2/+2
* SERVER-11144 Make the setParameter option a StringMap typeShaun Verch2013-12-041-2/+11
* SERVER-11143 Add constraints to option registration interfaceShaun Verch2013-11-041-11/+11
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-0/+144
* SERVER-8510 Add function to extract only explicitly set values from EnvironmentShaun Verch2013-09-051-7/+28
* 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/+23
* SERVER-8510 Added command line and config file parser to source tree with uni...Shaun Verch2013-08-091-0/+151