summaryrefslogtreecommitdiff
path: root/src/mongo/util/mmap_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-9555 Better OS detection in sconsJonathan Reams2015-03-301-539/+0
* SERVER-17310 Make mongo::mutex a typedef of boost::mutex and remove mongo::sc...Andy Schwerin2015-03-121-6/+6
* SERVER-13339 Cleanup in preparation for removing unused constructorKaloian Manassiev2015-02-131-6/+7
* 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/+4
* SERVER-13256 Prohibit new uses of pch.hAndrew Morrow2015-01-051-0/+3
* SERVER-16285: Crash when dropping and creating databases concurrently on WindowsMark Benvenuto2014-12-081-78/+28
* 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-14668 Move locking related files to be under mongo/db/concurrencyKaloian Manassiev2014-08-131-1/+1
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-13681 Revert "SERVER-7378 Prevent WRITETODATAFILES and FlushViewOfFile...Matt Kangas2014-07-291-4/+0
* Revert "SERVER-13681: Remove lock that was an incorrect workaround for Azure ...Mark Benvenuto2014-07-241-39/+27
* SERVER-13635: remove all non storage callers to flushAllEliot Horowitz2014-06-181-1/+1
* SERVER-13961 Convert most usages of LockState from TLS to OperationContextKaloian Manassiev2014-06-131-2/+0
* SERVER-14198: Fix memory allocation reuseMark Benvenuto2014-06-091-5/+14
* SERVER-13729: Fix Data File Growth on WindowsMark Benvenuto2014-06-051-8/+17
* SERVER-13681: Remove lock that was an incorrect workaround for Azure Drive wr...Mark Benvenuto2014-06-051-30/+44
* SERVER-14116 logging cleanup - removed out()Benety Goh2014-06-041-1/+1
* SERVER-10044: Add more diagnostic information on OOMMark Benvenuto2014-05-221-0/+12
* SERVER-13910: Warn the user when running a 32-bit build on Win64Mark Benvenuto2014-05-221-0/+15
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-10516: Mitigate invalid address errors for MapViewOfFileExMark Benvenuto2014-05-081-35/+149
* Extend the error reporting during file mapping operations so it includes the ...Kaloian Manassiev2014-01-231-0/+2
* SERVER-12395 add unique id and check when msync failsEric Milkie2014-01-171-1/+1
* remove memconcept for now as its not being used universallyEliot Horowitz2014-01-141-5/+0
* SERVER-12257: improve mongod behavior on storage write errors during msyncEliot Horowitz2014-01-091-1/+3
* SERVER-7973: when fsyncing the data files to disk, do not hold any locksEliot Horowitz2013-11-221-4/+12
* SERVER-10101 fixed whitespace issuesEric Daniels2013-08-021-2/+2
* SERVER-6405: lots of prep work for Collection classEliot Horowitz2013-07-181-10/+11
* SERVER-7378 Prevent WRITETODATAFILES and FlushViewOfFile from running at the ...Tad Marshall2012-10-231-0/+4
* SERVER-6908 Don't pass strings by valueTad Marshall2012-08-311-1/+4
* SERVER-6603 remove remapLock and hook functions (Windows)Tad Marshall2012-08-011-14/+0
* SERVER-6311 do not crash if FlushFileBuffers failsEric Milkie2012-07-111-1/+0
* SERVER-6311 abort if FlushViewOfFile takes longer than 15 minutesEric Milkie2012-07-091-3/+5
* SERVER-6132 makeChunkWritable abort on failure (Windows)Tad Marshall2012-06-201-6/+15
* SERVER-5819: fix file allocator on win32Ben Becker2012-06-101-0/+2
* SERVER-2942 For x64, place memory-mapped files at higher addressesTad Marshall2012-06-071-12/+38
* startuptest for pagesize constantEric Milkie2012-06-011-2/+4
* global pageSize constantEric Milkie2012-06-011-0/+8
* SERVER-2942 Hook functions in the Windows Import Address TableTad Marshall2012-05-171-1/+1
* Fix issues in MemoryMappedFile::map (Windows)Tad Marshall2012-05-091-10/+18
* LockMongoFilesExclusive in remapViewOfFiles on Windows.Andy Schwerin2012-04-251-0/+2
* fix windows compileEliot Horowitz2012-04-231-1/+1
* Merge branch 'master' of github.com:mongodb/mongoEliot Horowitz2012-04-231-4/+4
|\
| * Have errorcodes.py track fassert and fassertFailed.Andy Schwerin2012-04-231-4/+4
* | more removal of dbMutexEliot Horowitz2012-04-231-1/+1
|/
* SERVER-5287 Abort if Windows MapViewOfFile failsTad Marshall2012-04-131-36/+58
* SERVER-2942 Windows remapPrivateView() should unmap & remapTad Marshall2012-04-101-28/+29
* Move Windows mmap code from mongommf.cpp to mmap_win.cppTad Marshall2012-03-281-0/+102