summaryrefslogtreecommitdiff
path: root/src/mongo/logger/rotatable_file_writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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