summaryrefslogtreecommitdiff
path: root/src/mongo/db/dur_recover.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-7886 - use StringData methods, now .data()Eliot Horowitz2012-12-101-2/+2
* whitespace: tabs and indentationTad Marshall2012-10-241-1/+1
* initialize member variables in RecoveryJob::LastEric Milkie2012-10-231-1/+1
* Fixed typosPascal Borreli2012-10-141-2/+2
* SERVER-4314 Migrate to Boost Filesystem v3, away from deprecated v2.Sven-Hendrik Haase2012-10-111-2/+2
* SERVER-2771 preliminary code cleanup; no functional changeEric Milkie2012-10-101-24/+27
* RecoveryJob::applyEntry is called a lot. This is an attempt to tune it. Some ...Dwight2012-09-241-15/+50
* SERVER-6808 RecoveryJob shouldn't find MMF for each journal entryMathias Stearn2012-08-201-29/+44
* Revert "Speed-up dur::filename()"Mathias Stearn2012-08-101-16/+5
* Fix dur::fileName()Mathias Stearn2012-08-101-2/+7
* Speed-up dur::filename()Mathias Stearn2012-08-101-5/+11
* get rid of writelock for Lock::GlobalWrite and Lock::DBWriteEliot Horowitz2012-04-181-1/+1
* Rename the UnitTest class to StartupTest, and the containing file to startup_...Andy Schwerin2012-04-051-2/+2
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-18/+18
* SERVER-4328 this was causing a problem because of recursive lock as noted in ...Dwight2012-02-271-1/+6
* SERVER-4328 make note DurOp multi writer threadsafe; while we are at it we ge...dwight2012-02-131-6/+3
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-9/+11
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+544