summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc/util.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-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 licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-34864 FTDC should ignore irrelevant schema changesMark Benvenuto2018-08-231-4/+62
|
* SERVER-28495 FTDC for MongoSMark Benvenuto2017-07-121-0/+13
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+5
|
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-171-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 beginningMark Benvenuto2015-10-221-4/+15
|
* SERVER-20417: Move file interim fileMark Benvenuto2015-09-211-3/+14
|
* SERVER-20467: Timestamps encoded incorrectlyMark Benvenuto2015-09-211-2/+2
|
* SERVER-20349: Duplicate log lines on log level 4 for FTDCMark Benvenuto2015-09-151-2/+3
|
* SERVER-19583: Implement full-time diagnostic data capture compressor and ↵Mark Benvenuto2015-09-081-0/+399
decompressor