summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/fast_map_noalloc.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-33316 Remove limit on number of locks a single operation can takeDianna Hohensee2018-03-221-74/+83
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+0
* SERVER-28645 Fail operations requiring too many locks, don't crashGeert Bosch2017-04-081-0/+4
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-2/+3
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-2/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-186/+171
* SERVER-15910 Do not call unlock after a LOCK_DEADLOCK error on the flush lockKaloian Manassiev2014-11-031-2/+2
* SERVER-14425 Implement map with no allocation for the lock manager tracking s...Kaloian Manassiev2014-10-151-0/+275