summaryrefslogtreecommitdiff
path: root/src/mongo/base/secure_allocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47040 LOGV2_FATAL also fassertsHenrik Edin2020-03-241-16/+8
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-15/+22
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-37435 Improve mlock error log messagePatrick Freed2018-10-241-1/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-37083 Improve Window secure allocatorMark Benvenuto2018-10-101-1/+7
* SERVER-33643 refactor processInfo to no longer depend on globalRobert Guo2018-03-151-1/+1
* SERVER-30821: Allow configurable use of secure memorySpencer Jackson2017-08-311-0/+3
* SERVER-26698 switch all compiles to C++14Matt Cotter2016-12-151-1/+1
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-081-2/+2
* SERVER-23705 Number of databases on Windows is limited when using on-disk enc...Mark Benvenuto2016-08-301-0/+97
* SERVER-21503 Update SecureAllocator to use MADV_DONTDUMPWaley Chen2016-08-101-0/+11
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+2
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-04-191-10/+114
* SERVER-20538 Build a general purpose SecureAllocatorAndrew Morrow2015-10-271-0/+171