summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-093-14/+17
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-301-1/+1
* SERVER-18022 Read Majority Committed implementation for primary nodesMathias Stearn2015-06-294-1/+24
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-292-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2022-4852/+4742
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-192-13/+11
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-182-3/+2
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-175-8/+8
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-103-7/+6
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-1/+1
* Revert "SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent s...Andy Schwerin2015-05-121-1/+1
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-121-1/+1
* Remove unnecessary include of rwlock.hGeert Bosch2015-05-081-1/+0
* SERVER-18190: Make ParallelBatchWriterMode use a LockManager managed lockGeert Bosch2015-05-077-134/+143
* SERVER-16636 Disable deadlock detection during MMAP V1 journal lock upgradeKaloian Manassiev2015-05-041-1/+1
* SERVER-9666 Push lasterror and service_context into db directoryAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push background_job lib down into utilAndrew Morrow2015-04-291-1/+1
* SERVER-9666 Push server_parameters down into db directoryAndrew Morrow2015-04-291-2/+2
* SERVER-17770: Replace CollectionLock::relockWithMode by relockAsDatabaseExclu...Geert Bosch2015-04-242-4/+14
* SERVER-9666 Push network and hostandport into util/netAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Push spin_lock down to util/concurrencyAndrew Morrow2015-04-241-1/+1
* SERVER-9666 Push foundation lib declaration into util directoryAndrew Morrow2015-04-241-1/+1
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-231-1/+1
* SERVER-15901 removed log message in LockManager::cleanupUnusedLocks()Benety Goh2015-04-141-1/+0
* SERVER-15901 Fix SSL build linkage dependency errorKaloian Manassiev2015-04-101-0/+2
* SERVER-15901: Periodically cleanup unused lock headsGeert Bosch2015-04-103-1/+26
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-033-4/+4
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-034-8/+4
* SERVER-11020 Don't overload the meaning of _DEBUG, use our own debug macroAndrew Morrow2015-03-274-8/+16
* SERVER-17699 LockerImpl<>::getLockerInfo() don't no-op if not lockedJason Rassi2015-03-241-2/+0
* SERVER-17416 MMAP V1 journal thread should check for deadlocksKaloian Manassiev2015-03-023-23/+62
* SERVER-17247 allow traceWriteConflictException to be set on startupMathias Stearn2015-02-131-1/+1
* SERVER-17039 Re-add db.currentOp locking statsKaloian Manassiev2015-02-117-165/+249
* SERVER-16194: Make expensive invariant into a dassertGeert Bosch2015-02-091-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-0610-18/+18
* SERVER-16951: option to limit # open wt transactionsEliot Horowitz2015-01-274-2/+31
* SERVER-17053 restart transaction on WCE retryEric Milkie2015-01-271-2/+4
* SERVER-17053 Macros to wrap up the write conflict retry loop behaviors.Andy Schwerin2015-01-261-0/+11
* SERVER-16773 Get rid of ScopedLock and 2 memory allocationsKaloian Manassiev2015-01-266-227/+168
* SERVER-16773: better tcmalloc cleanupEliot Horowitz2015-01-261-4/+0
* SERVER-16773: Mark threads idle for tcmallocGeert Bosch2015-01-221-1/+8
* SERVER-16092: Serialize writes to admin db for auth collectionsMark Benvenuto2015-01-204-0/+44
* SERVER-16278: Race between shutdown and fsync flush with WiredTigerMark Benvenuto2015-01-202-0/+26
* SERVER-16763 Wait infinitely when no timeout has been requestedKaloian Manassiev2015-01-151-0/+5
* SERVER-16822 Add ScopedTransactions to places which were missing itKaloian Manassiev2015-01-151-2/+18