summaryrefslogtreecommitdiff
path: root/src/mongo/util/logfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-28/+0
* SERVER-13256 Remove pch.hAndrew Morrow2015-01-151-3/+0
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-1/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-15604 log component kControlMatt Kangas2014-10-271-1/+1
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14835 removed PPC64-specific value for AlignedBuilder::Alignment. reje...Benety Goh2014-09-251-1/+2
* SERVER-14835 Fixed alignment check in log file for PPC64Corentin Baron2014-09-251-1/+13
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with mongoMall...Benety Goh2014-08-151-1/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to util filesIan Whalen2013-08-281-0/+12
* SERVER-7404 Link to posix_fadvise at runtime for SolarisTad Marshall2013-06-191-5/+9
* SERVER-9754 Remove FILE_FLAG_WRITE_THROUGH for journal filesDmitry Naumov2013-06-051-1/+1
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+2
* global pageSize constantEric Milkie2012-06-011-4/+5
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-2/+2
* Fix assert code collision.Andy Schwerin2012-03-291-1/+1
* SERVER-5449: It's not an error for the write() syscall to return a non-negati...Andy Schwerin2012-03-291-12/+20
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-12/+12
* SERVER-1259: Another batch of replacing "verify" with "assert" and getting ri...Andy Schwerin2012-03-261-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+253