summaryrefslogtreecommitdiff
path: root/src/mongo/util/file.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-41353 replace errnoWithDescription with an API based on std::error_codeBilly Donahue2022-04-281-27/+36
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-67/+81
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-39/+87
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-15/+6
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-9/+9
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-17/+15
* 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-14/+17
* SERVER-24991 Redact streaming log messagesDan Pasette2016-07-201-16/+15
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+16
* SERVER-18928 Remove remaining uses of platform/cstdintAndrew Morrow2015-07-061-1/+0
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-198/+194
* SERVER-15380 Tune MONGO_LOG_DEFAULT_COMPONENT declarationsMatt Kangas2014-10-281-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-8412 clean up intmax_tEric Milkie2014-02-191-3/+3
* SERVER-7933 Do not use O_NOATIME with read-only file opensTad Marshall2012-12-131-1/+1
* SERVER-7497 refactor and rationalize mongo/util/file.h; create file.cppTad Marshall2012-12-131-0/+284