index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
base
/
secure_allocator.cpp
Age
Commit message (
Expand
)
Author
2024-09-14
SERVER-90429 Remove diagnostic latches (#27018)
Sophia Tan
2024-01-05
SERVER-74289 Add statistics for secure allocator to server status
Niaz Pavel
2023-12-12
Revert "SERVER-74289 added static cast to convert size_t to int32_t"
aleksei.vasilev
2023-12-12
SERVER-74289 added static cast to convert size_t to int32_t
Niaz Pavel
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-02-27
SERVER-74038 Grow dwMaximumWorkingSetSize with current working set size
Mark Benvenuto
2022-05-06
SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes
Billy Donahue
2022-03-16
SERVER-51770 add std::error_code functions to errno_util
Billy Donahue
2022-03-11
SERVER-64427 init-order fiasco in SecureAllocator
Billy Donahue
2021-09-28
SERVER-60246 Log errno when mlock() fails
sergey.galtsev
2021-09-08
SERVER-59782 migrate makeGuard calls to ScopeGuard
Billy Donahue
2020-12-08
SERVER-40811 make initializers throwy
Billy Donahue
2020-04-26
SERVER-47735 change mongo source over to logv2
Billy Donahue
2020-03-24
SERVER-47040 LOGV2_FATAL also fasserts
Henrik Edin
2020-02-21
SERVER-45567 removing util/log.h where I can
Gabriel Russell
2020-02-20
SERVER-45869 more automatically converted structured
Gabriel Russell
2019-09-17
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
Ben Caimano
2019-06-10
SERVER-39339 Remove `stdx/memory.h`
ADAM David Alan Martin
2019-03-28
SERVER-40357 expand all calls to MONGO_DISALLOW_COPYING
Billy Donahue
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2019-01-11
SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-type
Billy Donahue
2018-10-24
SERVER-37435 Improve mlock error log message
Patrick Freed
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-10-10
SERVER-37083 Improve Window secure allocator
Mark Benvenuto
2018-03-15
SERVER-33643 refactor processInfo to no longer depend on global
Robert Guo
2017-08-31
SERVER-30821: Allow configurable use of secure memory
Spencer Jackson
2016-12-15
SERVER-26698 switch all compiles to C++14
Matt Cotter
2016-09-08
SERVER-25865 stdx::unordered_map and stdx::unordered_set
David Storch
2016-08-30
SERVER-23705 Number of databases on Windows is limited when using on-disk enc...
Mark Benvenuto
2016-08-10
SERVER-21503 Update SecureAllocator to use MADV_DONTDUMP
Waley Chen
2016-05-28
SERVER-23971 Clang-Format code
Mark Benvenuto
2016-04-19
SERVER-23570 Make SecureAllocator a real allocator
Jason Carey
2015-10-27
SERVER-20538 Build a general purpose SecureAllocator
Andrew Morrow