summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-25788 Accept command line arguments in unit testsSiyuan Zhou2017-07-211-8/+0
* SERVER-27298 Options Parser now rejects null bytes in all casesTed Tuckman2017-06-225-1/+63
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-185-18/+18
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-26092 make only MongosOptions and MongodOptions depend on AllFailPoint...Esha Maharishi2016-09-141-4/+3
* SERVER-26008 allow setting failpoints on the command lineEsha Maharishi2016-09-121-3/+4
* SERVER-25792 Add non-strict parsing option to OptionsParserAndreas Nilsson2016-08-302-1/+27
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-182-4/+4
* SERVER-24914 SERVER-24915 improve getting cwd at server startupKevin Pulo2016-08-161-1/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-283-18/+23
* SERVER-22525 Translate old-style implicit options into new-styleMark Benvenuto2016-03-222-2/+192
* SERVER-22525 Revert "Fixes to support building against system boost 1.59"Andrew Morrow2016-03-221-1/+2
* SERVER-22295 yaml-cpp 0.5.3 build integrationMark Benvenuto2016-02-031-1/+1
* SERVER-20754 Fixes to support building against system boost 1.59Andrew Morrow2015-10-271-2/+1
* SERVER-19749 add const char* overload for moe::Value constructorAdam Midvidy2015-08-041-0/+1
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-1/+2
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-202-3/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2019-7613/+7516
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-107-18/+11
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-11/+11
* SERVER-9666 Split up and push bson library into bson directoryAndrew Morrow2015-05-061-1/+1
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-1/+0
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-111-6/+6
* 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-054-0/+9
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-054-2/+3
* SERVER-16313 whitelist of storage options for WiredTigerEric Milkie2014-12-172-2/+2
* SERVER-15557 added support for deprecated dotted names to yaml configuration ...Benety Goh2014-11-036-23/+291
* SERVER-15641 Fix memory leaks in C++ unit testsAndrew Morrow2014-10-151-6/+6
* SERVER-15567 Allow streaming into unittest assertions.Andy Schwerin2014-10-091-2/+2
* SERVER-15504 Flow all calls to _exit through quickExitAndrew Morrow2014-10-031-1/+2
* SERVER-15096 make mongoshim --dbpath option mandatoryBenety Goh2014-09-232-26/+0
* SERVER-15096 mongoshim - tool to read/write directly from data directoryEliot Horowitz2014-09-222-0/+26
* SERVER-14343 leaner include pathsAndrew Morrow2014-07-121-1/+4
* SERVER-9032: Validate locale on startupMark Benvenuto2014-06-171-1/+1
* SERVER-14110 Take responsibility for numerical conversions away from boost pr...Shaun Verch2014-06-023-289/+633
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-195-12/+12
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1616-144/+336
* SERVER-13439 Do not fall through Switch case to Bool case in options conversionShaun Verch2014-05-153-7/+35
* SERVER-13439 Make sure values explicitly set to false in config file show up ...Shaun Verch2014-05-134-37/+117
* SERVER-13311 Improve error message for bad numerical values in YAML configShaun Verch2014-05-131-5/+20
* SERVER-13372 Add parameter to not mark the Environment as validShaun Verch2014-03-272-6/+9
* SERVER-13372 Canonicalize dur, nodur, journal, nojournal and storage.journali...Shaun Verch2014-03-272-0/+28
* SERVER-13310 Check error status for nested configuration dataShaun Verch2014-03-241-1/+5
* SERVER-12589 Exclude empty sections in help outputShaun Verch2014-02-063-5/+69
* make Environment::dump method constJames Wahlin2014-02-052-3/+3
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2014-01-141-17/+17
* SERVER-11940 Separate options parser initialization from options parser utili...Shaun Verch2013-12-303-21/+65
* SERVER-11144 Change new config file option structureShaun Verch2013-12-245-6/+72
* SERVER-11143 Added support for specifying that a string option must be of a s...Shaun Verch2013-12-067-6/+139