summaryrefslogtreecommitdiff
path: root/src/mongo/util/mmap.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18410: Move MMAPv1 specific libraries from util to db/storage/mmap_v1Geert Bosch2015-05-121-258/+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-0/+7
* 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-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-14114 logging cleanup - removed problem()Benety Goh2014-06-041-2/+2
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* 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