Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-49950 Refactor and fix `ClockSourceMock` | Saman Memaripour | 2022-02-25 | 1 | -42/+60 |
| | |||||
* | SERVER-48650 Gave the ClockSourceMock a global impl | Ben Caimano | 2020-07-28 | 1 | -30/+66 |
| | |||||
* | SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex | Ben Caimano | 2019-09-17 | 1 | -0/+1 |
| | |||||
* | SERVER-39560 - remove leading blank line on all C++ files | Billy Donahue | 2019-02-13 | 1 | -1/+0 |
| | | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines. | ||||
* | SERVER-35682 kill existing SharedPromise type | Mathias Stearn | 2018-11-15 | 1 | -1/+1 |
| | | | | This required plumbing unique_function into many more places. | ||||
* | SERVER-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -8/+10 |
| | |||||
* | SERVER-36060 Remove unused variable declarations | Sara Golemon | 2018-07-11 | 1 | -1/+0 |
| | |||||
* | SERVER-21004 Add setAlarm capability and virtualization flag to ClockSourceMock. | Andy Schwerin | 2016-07-13 | 1 | -1/+34 |
| | |||||
* | SERVER-24104 Replace direct uses of stdx::chrono::durations with MongoDB ↵ | Andy Schwerin | 2016-05-17 | 1 | -1/+1 |
| | | | | | | duration using decls. This is a preliminary step for switching from stdx::chrono::duration to mongo::Duration. | ||||
* | SERVER-23243 Add getPrecision to ClockSource | Waley Chen | 2016-04-15 | 1 | -0/+5 |
| | |||||
* | SERVER-18774 ClusterCursorManager support for killing expired cursors | Jason Rassi | 2015-08-12 | 1 | -2/+0 |
| | |||||
* | SERVER-18774 Add ClockSource interface | Jason Rassi | 2015-08-11 | 1 | -0/+48 |