summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/framework_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-281-1/+1
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-271-1/+1
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-261-1/+1
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-221-1/+1
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-211-1/+1
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-1/+1
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-2/+2
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-15875 rename new_find.{h,cpp} to find.{h,cpp}David Storch2014-12-031-1/+1
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-1/+1
* SERVER-15557 extracted mmapv1 startup options from StorageGlobalParams into M...Benety Goh2014-11-031-6/+7
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13635 Make dbtest take --storageEngineMathias Stearn2014-10-011-0/+5
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14420 Get rid of global replSettings objectSpencer T Brody2014-07-091-3/+0
* SERVER-14043 s/namespace replset/namespace repl/matt dannenberg2014-05-271-1/+1
* SERVER-14021 move all replication code into namespace replsetmatt dannenberg2014-05-221-1/+1
* SERVER-13645 move replication_server_status.h/.cpp to repl_settings.h/.cppmatt dannenberg2014-04-231-1/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10026 remove query spigot and old find implHari Khalsa2013-12-051-7/+0
* SERVER-11144 Swap meaning of prevalidation return value and add commentShaun Verch2013-10-241-3/+3
* SERVER-11144 Use new positional option interface and remove old interfaceShaun Verch2013-10-241-9/+2
* SERVER-11144 Use new chaining interface in optionsShaun Verch2013-10-231-75/+42
* SERVER-11144 Create unit tests for registration in all option filesShaun Verch2013-10-231-26/+0
* SERVER-11144 Do not call _exit directly in any options handling functionsShaun Verch2013-10-231-16/+22
* SERVER-8510 Consolidate option parsing into the parser so parsing is implied ...Shaun Verch2013-10-111-25/+7
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-3/+39
* SERVER-8510 Factored out test framework option storageShaun Verch2013-10-041-0/+267