| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-14 | SERVER-90429 Remove diagnostic latches (#27018) | Sophia Tan | |
| GitOrigin-RevId: 1244077103b7db17da532acc0cccf830064a96d8 | |||
| 2024-01-05 | SERVER-74289 Add statistics for secure allocator to server status | Niaz Pavel | |
| GitOrigin-RevId: 57cc975fdf62c6db3b127b9faa44f822d15ddb86 | |||
| 2023-12-12 | Revert "SERVER-74289 added static cast to convert size_t to int32_t" | aleksei.vasilev | |
| This reverts commit d3d1f76059ab374bdaa8f7db3d035a7f03360848. GitOrigin-RevId: a497543630ecda29023f0fd3459756183de15f33 | |||
| 2023-12-12 | SERVER-74289 added static cast to convert size_t to int32_t | Niaz Pavel | |
| GitOrigin-RevId: d3d1f76059ab374bdaa8f7db3d035a7f03360848 | |||
| 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 | |
| Remove errnoWithPrefix, errnoAndDescription | |||
| 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 | |
| - Consolidate init-related headers (just init.h and initializer.h) - Factor out a separate DependencyGraph component - Remove MONGO_DEFAULT_PREREQUISITES, MONGO_NO_PREREQUISITES, MONGO_NO_DEPENDENTS. - Document the role of the "default" initializer. | |||
| 2020-04-26 | SERVER-47735 change mongo source over to logv2 | Billy Donahue | |
| - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2:: | |||
| 2020-03-24 | SERVER-47040 LOGV2_FATAL also fasserts | Henrik Edin | |
| Added LOGV2_FATAL_NOTRACE and LOGV2_CONTINUE to have different behavior. | |||
| 2020-02-21 | SERVER-45567 removing util/log.h where I can | Gabriel Russell | |
| o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp | |||
| 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 | |
| produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done | |||
| 2019-02-13 | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | |
| Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | |||
| 2019-01-11 | SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-type | Billy Donahue | |
| Macro ON_BLOCK_EXIT(...) now takes a single callable, Some renames: Dismias -> dismiss MakeGuard => makeGuard | |||
| 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 | |
| initialization. | |||
| 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 | |
| Enjoy the C++14! 😀 ❤️ thank you! | |||
| 2016-09-08 | SERVER-25865 stdx::unordered_map and stdx::unordered_set | David Storch | |
| On Windows, these are aliases for boost containers. On other platforms they are aliases for std containers. | |||
| 2016-08-30 | SERVER-23705 Number of databases on Windows is limited when using on-disk ↵ | Mark Benvenuto | |
| encryption | |||
| 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 | |
| Also adds SecureT, a wrapper proxy for newing objects on the secure heap. | |||
| 2015-10-27 | SERVER-20538 Build a general purpose SecureAllocator | Andrew Morrow | |
