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.h
Age
Commit message (
Expand
)
Author
2024-05-22
SERVER-90592 Add `bugprone-unhandled-self-assignment` to clang-tidy (#22284)
Gregory Noma
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-09-23
SERVER-81059 bulk-revert of include of boost iif.hpp
Billy Donahue
2023-06-22
SERVER-77044 IWYU Automated changes for up to end ratio 0.4
Daniel Moody
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2021-09-28
SERVER-59175 Make Windows support GCM
Spencer Jackson
2019-03-18
Revert "SERVER-36243 Use sized deallocation."
Andrew Morrow
2019-03-12
SERVER-36243 Use sized deallocation.
Henrik Edin
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
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-09
SERVER-22973 use mongo macros for static assert
Matt Cotter
2016-04-19
SERVER-23570 Make SecureAllocator a real allocator
Jason Carey
2015-10-27
SERVER-20538 Build a general purpose SecureAllocator
Andrew Morrow