summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/framework.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-0/+5
* SERVER-18084 Remove usages of ShardingState::get(globalOperationContext())Kaloian Manassiev2015-09-221-1/+2
* SERVER-16852 Print buildInfo in version output/allow override of buildInfoJonathan Reams2015-09-041-2/+1
* SERVER-20040 Access the ForwardingCatalogManager explicitly when needed, othe...Spencer T Brody2015-09-021-1/+1
* SERVER-19903 Dist lock pinger not running for config RSRandolph Tan2015-08-281-2/+5
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-4/+8
* SERVER-9666 Remove test watchdog and support codeAndrew Morrow2015-07-211-64/+0
* SERVER-18084 Make ShardingState a decoration on ServiceContextKaloian Manassiev2015-07-141-1/+1
* SERVER-18084 Move code out of d_state.h/.cppKaloian Manassiev2015-07-111-54/+54
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-78/+80
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* 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-17592 Move legacy dist lock code under catalogRandolph Tan2015-05-051-1/+1
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-2/+1
* SERVER-17592 Refactor legacy logic into distributed lock managerRandolph Tan2015-04-241-0/+10
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+0
* SERVER-17946 Initialize sharding state in dbtestKaloian Manassiev2015-04-171-0/+4
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17723 setShardingState should not reinitialize config servers listKaloian Manassiev2015-03-311-7/+0
* SERVER-6558 Fix write concern option enum on Solaris.Siyuan Zhou2015-03-271-5/+0
* SERVER-17690 Move sharding change logging operations to catalog managerKaloian Manassiev2015-03-241-0/+1
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-0/+10
* SERVER-17570: Fix NT Service shutdown race conditionMark Benvenuto2015-03-181-0/+8
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-4/+4
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+3
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14425 Cleanup LockerImplKaloian Manassiev2014-10-111-2/+2
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-1/+1
* SERVER-14668 Make Locker an interfaceKaloian Manassiev2014-09-111-1/+1
* SERVER-14413 move globalStorageEngine inside of global envHari Khalsa2014-08-261-2/+3
* SERVER-14668 Move DB-level locks to be on the LockManagerKaloian Manassiev2014-08-251-1/+5
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14395 Clean up StorageEngine initialization and shutdownMathias Stearn2014-07-091-11/+3
* SERFER-14111 logging cleanup - removed MONGO_TLOGBenety Goh2014-06-031-2/+0
* SERVER-13256: Remove exit functions from pchMark Benvenuto2014-05-071-0/+1
* SERVER-13639: change mmap1 to mmap_v1Eliot Horowitz2014-04-211-1/+1
* SERVER-13639: move dur code into mmap1 directory as its implementation specificEliot Horowitz2014-04-211-1/+1
* SERVER-12156 Split version.h/cpp into version and version_reporting.Andy Schwerin2013-12-231-1/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-8510 Make initializer groups for the four stages of option handlingShaun Verch2013-10-091-43/+1
* SERVER-10930 Clean up output for parsing errors and show option name in dupli...Shaun Verch2013-10-071-4/+4
* SERVER-8510 Factored out test framework option storageShaun Verch2013-10-041-230/+28
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-16/+16
* SERVER-8510 Use new option parser in test framework and move parsing into MON...Shaun Verch2013-09-051-60/+132
* SERVER-8510 Remove all uses of boost direct storage and remove custom boost m...Shaun Verch2013-09-051-5/+20