summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/threadedtests.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-201-3/+3
* Revert "SERVER-23779 Replace direct instantiation of OperationContextImpl wit...Eric Milkie2016-04-191-3/+3
* SERVER-23779 Replace direct instantiation of OperationContextImpl with cc().m...Andy Schwerin2016-04-181-3/+3
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-0/+1
* SERVER-19000 Implement OldThreadPool in terms of ThreadPool.Andy Schwerin2015-06-241-23/+0
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-11/+13
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-651/+625
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-3/+3
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-65/+65
* SERVER-19000 Rename threadpool::ThreadPool to OldThreadPool.Andy Schwerin2015-06-171-2/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* Reapply "SERVER-14995 Move operation id, lockState and client fields to Opera...Andy Schwerin2015-06-021-0/+1
* Revert "SERVER-14995 Move operation id, lockState and client fields to Operat...Spencer T Brody2015-05-291-1/+0
* SERVER-14995 Move operation id, lockState and client fields to OperationContext.Andy Schwerin2015-05-291-0/+1
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-191-2/+3
* Remove unnecessary include of rwlock.hGeert Bosch2015-05-081-0/+1
* SERVER-17817 Make ServiceContext create and manage Client objects.Andy Schwerin2015-04-201-7/+0
* 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-2/+4
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-4/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+5
* SERVER-16711 Do not require a non-empty intent setKaloian Manassiev2015-01-071-2/+0
* 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-2/+2
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-121-1/+1
* Revert "SERVER-16429 Get rid of assertWriteLocked which was doing incomplete ...Kaloian Manassiev2014-12-101-1/+1
* SERVER-16429 Get rid of assertWriteLocked which was doing incomplete checkKaloian Manassiev2014-12-101-1/+1
* SERVER-16429 Add ScopedTransactions to places which were missing itKaloian Manassiev2014-12-101-41/+59
* SERVER-16478 Remove unused List1 classAndrew Morrow2014-12-091-66/+0
* SERVER-16431 Implement TempRelease in terms of save/restore lock stateKaloian Manassiev2014-12-051-8/+0
* SERVER-16209 LogComponent::kCommands -> kCommandMatt Kangas2014-11-181-1/+1
* SERVER-14462 Get rid of Locker::isAtLeastReadLockedKaloian Manassiev2014-10-291-4/+6
* SERVER-15707 Fix leaks in C++ unit test frameworkAndrew Morrow2014-10-271-1/+3
* SERVER-15614 LockerImpl changes for diagnosticsKaloian Manassiev2014-10-241-3/+3
* Revert "SERVER-15614 LockerImpl changes to support diagnostics and deadlock"Ian Whalen2014-10-231-3/+3
* SERVER-15614 LockerImpl changes to support diagnostics and deadlockKaloian Manassiev2014-10-231-3/+3
* SERVER-14425 Make MMAP V1 code in LockerImpl conditionally compiledKaloian Manassiev2014-10-111-22/+3
* SERVER-14425 RIP LockStateKaloian Manassiev2014-10-101-4/+4
* SERVER-14425 Move LockManager out of the newlm namespaceKaloian Manassiev2014-10-101-4/+4
* SERVER-14668: Collection level locking for update pathGeert Bosch2014-10-091-4/+4
* Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-10-031-4/+4
* SERVER-15440 Remove the closeAllDatabases command and testsKaloian Manassiev2014-10-031-12/+0
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-301-4/+4
* BF-532: Revert "SERVER-14668: Replace uses of DBWrite lock with DBLock"Geert Bosch2014-09-291-4/+4
* SERVER-14668: Replace uses of DBWrite lock with DBLockGeert Bosch2014-09-251-4/+4
* SERVER-14668 Remove TempRelease for GlobalRead branch in dbtest.exeKaloian Manassiev2014-09-191-9/+0
* SERVER-14412 Remove TempReleases from all DBRead paths in dbtest.exeKaloian Manassiev2014-09-171-20/+4
* SERVER-14412 Remove threadState from the public Locker APIKaloian Manassiev2014-09-171-6/+4