summaryrefslogtreecommitdiff
path: root/src/unix/map.c
Commit message (Expand)AuthorAgeFilesLines
* map: use `giterr_set` internallyEdward Thomson2016-02-231-1/+1
* Fix segmentation fault observed on OpenBSD/sparc64cmn/mmap-readableStefan Sperling2014-11-031-4/+2
* Fix compiler warning (git_off_t cast to size_t).Albert Meltzer2014-05-191-2/+8
* indexer: use mmap for writingCarlos Martín Nieto2014-05-171-0/+6
* Test cancel from indexer progress callbackRussell Belfer2013-12-111-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* posix: Always set a default mapping modeVicent Marti2012-08-261-0/+2
* Make this more generic and mergeable.Chris Young2012-06-131-17/+1
* Actually do the mmap... unsurprisingly, this makes the indexer work on SFSChris Young2012-06-121-4/+4
* Basic mmap/munmap compatiblityChris Young2012-06-101-3/+16
* Merge remote-tracking branch 'source/development' into update-testChris Young2012-06-071-25/+19
|\
| * Resolve comments from pull requestRussell Belfer2012-03-131-2/+1
| * Migrate ODB files to new error handlingRussell Belfer2012-03-121-23/+8
| * Update Copyright headerschu2012-02-131-1/+1
| * Cleanup legal dataVicent Marti2011-09-191-0/+6
| * fileops: CleanupVicent Marti2011-07-051-2/+2
| * build: Move OS-specific compat to their own foldersVicent Marti2011-07-031-0/+64
| * build: Simplify build structureVicent Marti2011-07-011-61/+0
* | Assume this is irrelevant for nowChris Young2012-06-051-2/+6
|/
* unix/map.c: Move to new error handling mechanismJakob Pfender2011-05-231-5/+5
* Revised platform types to use 'best supported' size.Alex Budovski2011-01-111-1/+1
* Remove git_errnoVicent Marti2010-12-231-1/+1
* win32: Add routines to abstract memory-mapped file functionsRamsay Jones2009-03-201-0/+61