summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/lock_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43910 LockManager::dump() includes client infoBenety Goh2019-10-111-1/+2
* SERVER-43910 lockInfo command obtains lock to client info mapping from LockMa...Benety Goh2019-10-111-0/+8
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-26/+26
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* Fix unittest and more cleanup.Geert Bosch2018-11-161-4/+4
* SERVER-37564 Remove unused deadlock detectorGeert Bosch2018-11-161-99/+0
* SERVER-37711 Revert commits related to lock yielding for prepared transaction...Kaloian Manassiev2018-10-251-149/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36913 Add functionality to LockManager for repl state transitions with...Spencer T Brody2018-09-181-1/+149
* SERVER-33316 Remove limit on number of locks a single operation can takeDianna Hohensee2018-03-221-1/+1
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-3/+3
* SERVER-16203 Add command to display global lock informationVincent Do2016-05-091-0/+33
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-212/+206
* SERVER-19041 Simplify SimpleMutexAndrew Morrow2015-06-191-2/+0
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-2/+1
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-2/+2
* 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-0/+2
* SERVER-16179 Remove the periodic lock manager timeout reportKaloian Manassiev2014-12-191-1/+0
* SERVER-14668: Rename lock_mgr_new to lock_managerGeert Bosch2014-12-161-0/+292