summaryrefslogtreecommitdiff
path: root/src/mongo/logger/rotatable_file_writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-278/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-10/+8
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-171-5/+5
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-24/+18
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+4
* 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-16725 Incorrect character conversion between UTF-8 and UTF-16Mark Benvenuto2016-09-161-20/+4
* SERVER-25926 Windows audit bson output erroneously translates LF to CR LFMark Benvenuto2016-09-091-28/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-13/+22
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-217/+208
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-3/+3
* SERVER-4905: add flag to disable mongo's builtin log rotationMark Benvenuto2014-06-061-18/+21
* SERVER-12803: Use CR/LF in log files on WindowsMark Benvenuto2014-05-231-1/+31
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-9358 Prevent logRotate twice in the same second from losing log dataSpencer T Brody2014-04-111-0/+14
* SERVER-10074 RotatableFileWriter type, introduce logger module.Andy Schwerin2013-07-031-0/+265