summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc/file_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-20359 Rename terse(UTC)CurrentTime to terseCurrentTimeForFilename()Sara Golemon2020-09-141-2/+2
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-281-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46530 Review and convert LogV2 statements in FTDCAdam Cooper2020-03-041-13/+9
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-13/+21
* SERVER-45153 Ignore metrics temp files in FTDCFileManagerMark Benvenuto2019-12-181-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-5/+5
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41148 FTDC is calling boost::filesystem without passing an error_code ...Mark Benvenuto2019-06-051-7/+36
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-1/+1
* SERVER-26412 Do not pass empty strings into boost::filesystem::create_directo...samantharitter2016-10-051-0/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+6
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-5/+0
* SERVER-20352 Correctly check for errors from boost::filesystem::create_direct...Mathias Stearn2016-02-041-2/+5
* SERVER-20582: _id time reflects end of chunk instead of beginningMark Benvenuto2015-10-221-14/+17
* SERVER-20958: Ensure file names are unique when quickly written and rotated.Mark Benvenuto2015-10-211-7/+12
* SERVER-20776: diagnostic.data directory size limit is not enforcedMark Benvenuto2015-10-121-1/+1
* SERVER-19584: Implement full-time diagnostic data capture file reader and writerMark Benvenuto2015-09-081-0/+301