summaryrefslogtreecommitdiff
path: root/src/mongo/logger/console.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29012 Enable ASAN strict init order checking and fix revealed issuesAndrew Morrow2017-05-011-16/+6
* SERVER-27897 Remove uses of temporary RAII objectsGeert Bosch2017-02-161-1/+1
* SERVER-22974 Ensure single threaded initialization of std::coutAndrew Morrow2016-03-171-1/+23
* SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow2015-07-061-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-157/+151
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-3/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10390 direct console output to WriteConsoleW instead of std::cout unde...Benety Goh2013-11-061-2/+194
* SERVER-10084 New logging implementation.Andy Schwerin2013-07-091-0/+50