Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-37651 Update header files with new license | Ramon Fernandez | 2018-10-22 | 1 | -21/+23 |
| | |||||
* | SERVER-34864 FTDC should ignore irrelevant schema changes | Mark Benvenuto | 2018-08-23 | 1 | -4/+62 |
| | |||||
* | SERVER-28495 FTDC for MongoS | Mark Benvenuto | 2017-07-12 | 1 | -0/+13 |
| | |||||
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -2/+5 |
| | |||||
* | SERVER-24104 Replace stdx::duration with mongo::Duration. | Andy Schwerin | 2016-05-17 | 1 | -1/+1 |
| | | | | | | | The mongo::Duration type does overflow checking on casts and arithmetic. This patch also moves DESTRUCTOR_GUARD out of assert_util.h into destructor_guard.h in order to break an include cycle with duration.h. | ||||
* | SERVER-20582: _id time reflects end of chunk instead of beginning | Mark Benvenuto | 2015-10-22 | 1 | -4/+15 |
| | |||||
* | SERVER-20417: Move file interim file | Mark Benvenuto | 2015-09-21 | 1 | -3/+14 |
| | |||||
* | SERVER-20467: Timestamps encoded incorrectly | Mark Benvenuto | 2015-09-21 | 1 | -2/+2 |
| | |||||
* | SERVER-20349: Duplicate log lines on log level 4 for FTDC | Mark Benvenuto | 2015-09-15 | 1 | -2/+3 |
| | |||||
* | SERVER-19583: Implement full-time diagnostic data capture compressor and ↵ | Mark Benvenuto | 2015-09-08 | 1 | -0/+399 |
decompressor |