summaryrefslogtreecommitdiff
path: root/src/mongo/db/dur_journal.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove unused headersEliot Horowitz2013-07-071-1/+0
* normalize #includes in many filesEric Milkie2013-04-181-21/+23
* if the journal directory doesn't exist, then can't be any journal filesEliot Horowitz2013-02-081-1/+5
* remove all references to unimplemented _ageOutEliot Horowitz2012-12-211-12/+0
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-0/+1
* use local SecureRandomEliot Horowitz2012-11-131-2/+13
* SERVER-7231 Use LOG(level) macro instead of log(level) functionShaun Verch2012-10-241-1/+1
* whitespace: tabs and indentationTad Marshall2012-10-241-2/+2
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-2/+2
* Log exception details in dur_journal.cppMathias Stearn2012-08-031-15/+36
* SERVER-6229 - remove alarming info msg 'journal _rotate called inside dbMutex'Dan Pasette2012-06-271-3/+0
* Don't fail to start-up if there are only prealloc files but no journal files ...Mathias Stearn2012-06-011-2/+5
* remove more of dbMutexEliot Horowitz2012-04-231-1/+1
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-19/+17
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-0/+1
* move ProgressMeter into its own file and make output use log() instead of cou...Eliot Horowitz2012-03-191-0/+1
* Fix journal compression ratio reporting SERVER-5135Mathias Stearn2012-02-281-1/+1
* typo in log messageAaron2012-02-121-1/+1
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-12/+14
* tweak err textdwight2011-12-271-2/+2
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+748