| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-23 | SERVER-81059 bulk-revert of include of boost iif.hpp | Billy Donahue | |
| 2023-07-01 | SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0 | Daniel Moody | |
| 2022-05-06 | SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includes | Billy Donahue | |
| 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-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-13 | SERVER-45869 automatically converted structured logging | Gabriel Russell | |
| 2019-09-17 | SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex | Ben Caimano | |
| 2019-04-05 | SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status) | Ben Caimano | |
| 2019-04-03 | Revert "SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status)" | Benety Goh | |
| This reverts commit 04ea1d46eb6c4c78e19409f120ae2e61f2a35204. | |||
| 2019-04-02 | SERVER-39965 OutOfLineExecutor Tasks are now unique_function(Status) | Ben Caimano | |
| 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. | |||
| 2018-10-22 | SERVER-37651 Update header files with new license | Ramon Fernandez | |
| 2017-06-09 | SERVER-29493 Make ThreadPoolTaskExecutor's destructor execute shutdown and join. | Andy Schwerin | |
| 2017-05-18 | SERVER-28865 Replace ReplicationExecutor with ThreadPoolTaskExecutor in ↵ | Andy Schwerin | |
| ReplicationCoordinatorImpl. | |||
| 2016-07-11 | SERVER-24945 added support to ThreadPoolMock for post-initialization ↵ | Benety Goh | |
| function on worker thread. | |||
| 2015-07-28 | SERVER-19631 Reduce the logging level of mock thread pool executor | Kaloian Manassiev | |
| 2015-07-16 | SERVER-19001 Implementation of ThreadPoolTaskExecutor and basic tests. | Andy Schwerin | |
| In order to support deterministic unit testing, it was also necessary to introduce a mock implementation of ThreadPool, executor::ThreadPoolMock, that is tightly integrated with NetworkInterfaceMock to allow for deterministic unit testing of things that use TaskExecutors. To keep the ThreadPoolTaskExecutor from having to keep a dedicated thread for handling scheduleAt(Date_t, ...) processing, a new method, setAlarm, is introduced to NetworkInterface. setAlarm offers an extremely relaxed contract, to maximize the number of legal implementations. | |||
