summaryrefslogtreecommitdiff
path: root/src/win32/map.c
Commit message (Expand)AuthorAgeFilesLines
* mmap: use a 64-bit signed type `off64_t` for mmapEdward Thomson2019-11-251-3/+3
* mmap: remove unnecessary assertionEdward Thomson2019-11-251-2/+0
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-6/+6
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-6/+6
* Split the page size from the mmap alignmentcmn/pool-limitCarlos Martín Nieto2016-03-161-5/+24
* Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-191-2/+3
* indexer: use mmap for writingCarlos Martín Nieto2014-05-171-0/+5
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-1/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Resolve comments from pull requestRussell Belfer2012-03-131-2/+1
* Migrate ODB files to new error handlingRussell Belfer2012-03-121-34/+19
* Update Copyright headerschu2012-02-131-1/+1
* Tabify everythingVicent Marti2011-09-191-2/+2
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* fileops: CleanupVicent Marti2011-07-051-2/+2
* win32/map.c: Move to new error handling mechanismJakob Pfender2011-05-231-10/+10
* Revised platform types to use 'best supported' size.Alex Budovski2011-01-111-4/+4
* win32: Use an 64-bit file offset typeRamsay Jones2010-01-201-2/+2
* win32: Add routines to abstract memory-mapped file functionsRamsay Jones2009-03-201-0/+125