summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/perftests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-3/+4
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-4/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-3/+4
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-18483 Remove all but mutex tests from the perf dbtest suiteCharlie Swanson2015-07-311-1267/+5
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-1/+1
* SERVER-19099 Enforce polyfill usage via lintAndrew Morrow2015-06-301-8/+8
* SERVER-18579: Suppress lint.py warningsMark Benvenuto2015-06-201-9/+9
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-6/+10
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1269/+1500
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+2
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-1/+2
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-4/+5
* SERVER-18723 undo boost->stdx change for perftestsAdam Midvidy2015-06-181-5/+6
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-5/+5
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-4/+3
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-121-3/+3
* SERVER-18246 getmore on secondary in recovery mode can crash mongosRandolph Tan2015-05-071-1/+1
* SERVER-18099 Refactor buildinfo/version reportingJonathan Reams2015-04-301-1/+0
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-291-5/+3
* Revert "SERVER-18131 Clean up LastError."Andy Schwerin2015-04-231-3/+5
* SERVER-18131 Clean up LastError.Andy Schwerin2015-04-231-5/+3
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-1/+0
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-0/+1
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-271-3/+3
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-17/+3
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-11/+0
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-2/+2
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-14/+3
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-261-3/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+11
* SERVER-15614 Fix up durability metrics reportingKaloian Manassiev2015-01-121-8/+9
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-13256 Scope iostream more narrowlyAndrew Morrow2015-01-051-0/+1
* SERVER-13256 Remove boost/version.hpp from pch.hAndrew Morrow2015-01-051-0/+1
* SERVER-16493: Have Client own Locker to amortize initialization costGeert Bosch2014-12-121-8/+4
* SERVER-16458 Add lock manager perf tests to dbtests perfdalyd2014-12-101-0/+122
* SERVER-15882 Get rid of ensureIndex in dbtests.Andy Schwerin2014-11-051-4/+5
* SERVER-14462 Fix all cases where client is null when we are creating anKaloian Manassiev2014-11-031-1/+1
* SERVER-15557 extracted mmapv1 startup options from StorageGlobalParams into M...Benety Goh2014-11-031-0/+1
* SERVER-15641 Fix memory leaks in C++ dbtestsAndrew Morrow2014-10-151-3/+6
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-15305 remove undefined bool conversion errorTyler Brock2014-09-191-2/+1
* SERVER-14668 Move top-level locks (Global and Commit) to the Lock ManagerKaloian Manassiev2014-09-161-39/+0
* SERVER-14668 split dbdirectclient out of instance.cppHari Khalsa2014-09-111-3/+3
* SERVER-15089 remove last uses of dbclient.connect(char*)Eric Milkie2014-08-291-1/+1
* SERVER-14668 Remove unused includes in client.h and curop.hKaloian Manassiev2014-08-281-1/+2
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-1/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1