| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-01 | SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0 | Daniel Moody | |
| 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-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 | |
| 2018-05-16 | SERVER-34730 Delete NetworkInterfaceASIO | Jonathan Reams | |
| 2017-06-05 | SERVER-28300 Implement mock libraries to test logical session cache | Samantha Ritter | |
| 2017-05-15 | SERVER-29114 Fix PeriodicRunnerASIO and test | samantharitter | |
| 2017-05-05 | SERVER-29009 Add ability for AsyncTimers to be reset | samantharitter | |
| 2016-10-26 | SERVER-26662 NIA gets time from timer factory | Matt Cotter | |
| This way when the timer factory is mocked, the network interface's `now` method can reflect the mocked time. This fixes a hang in the network interface asio unit test. | |||
| 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. | |||
| 2015-11-09 | SERVER-20143 Strand NetworkInterfaceASIO | Jason Carey | |
| Add strands (and an option for multiple io workers) in NetworkInterfaceASIO. strands are an asio specific mechanism for ensuring thread safety. | |||
| 2015-09-18 | SERVER-20465 Cancel AsyncOp timeouts when operation completes | samantharitter | |
| 2015-09-17 | SERVER-19438 Add the ability to mock timers underneath NetworkInterfaceASIO | Samantha Ritter | |
