summaryrefslogtreecommitdiff
path: root/src/mongo/util/mmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-12257: improve mongod behavior on storage write errors during msyncEliot Horowitz2014-01-091-2/+8
* SERVER-12278 swap out cout in favor of log() in mmap.cppMatt Dannenberg2014-01-071-4/+7
* SERVER-7973: when fsyncing the data files to disk, do not hold any locksEliot Horowitz2013-11-221-14/+15
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+0
* Fixed a bug where the default Progress Meter name was unintentionally being u...Eric Daniels2013-08-291-1/+1
* remove unused headersEliot Horowitz2013-07-071-1/+0
* SERVER-4858 give ProgressMeter better printsMatt Dannenberg2012-12-181-1/+1
* remove dependcies for the shellEliot Horowitz2012-10-261-0/+15
* SERVER-7362 Store a canonical form of file path in pathToFile in mmap.cpp.Andy Schwerin2012-10-151-4/+14
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-2/+2
* SERVER-6477 don't unlock between selecting and flushing fileTad Marshall2012-08-061-12/+10
* startuptest for pagesize constantEric Milkie2012-06-011-1/+9
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-2/+2
* Fix Visual Studio Solution BuildsAndy Schwerin2012-03-231-1/+1
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-9/+12
* move ProgressMeter into its own file and make output use log() instead of cou...Eliot Horowitz2012-03-191-0/+1
* remove MongoFileAllowWrites as it doesn't work with new concurrency model rig...Eliot Horowitz2012-03-151-20/+0
* remove boost filesystem includes from pch.h and be explicit anywhere we use itEliot Horowitz2012-01-051-1/+3
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+211