summaryrefslogtreecommitdiff
path: root/src/mongo/util/mmap_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-1163 Fix race condition in FlushViewOfFile loopTad Marshall2012-03-271-1/+3
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-3/+3
* SERVER-1163 Retry calls to FlushViewOfFile on error 33Tad Marshall2012-03-231-5/+30
* compile windowsDwight2012-03-161-2/+0
* compiler warning vstudiodwight2012-01-141-1/+1
* xdwight2012-01-031-3/+2
* better name is memconcept change itdwight2011-12-301-4/+4
* stub out some concurrency assertion frameworkingdwight2011-12-251-0/+4
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+202