summaryrefslogtreecommitdiff
path: root/src/unix
Commit message (Expand)AuthorAgeFilesLines
* Basic mmap/munmap compatiblityChris Young2012-06-101-3/+16
* no fnmatch.hChris Young2012-06-071-1/+1
* Merge remote-tracking branch 'source/development' into update-testChris Young2012-06-072-25/+50
|\
| * Fix readdir_r() usage for SolarisScott J. Goldman2012-05-121-0/+2
| * Hook up Windows compat fnmatch() for SolarisScott J. Goldman2012-05-101-2/+6
| * Resolve comments from pull requestRussell Belfer2012-03-131-2/+1
| * Migrate ODB files to new error handlingRussell Belfer2012-03-121-23/+8
| * Update diff to use iteratorsRussell Belfer2012-03-021-1/+0
| * Fix readdir usage across platformsRussell Belfer2012-02-231-0/+1
| * Update Copyright headerschu2012-02-132-2/+2
| * Create cross-platform setenvPaul Betts2011-09-191-0/+1
| * Cleanup legal dataVicent Marti2011-09-192-0/+12
| * compat: Move `mkstemp` to the POSIX compat layerVicent Marti2011-08-301-0/+1
| * posix: Properly handle `snprintf` in all platformsVicent Marti2011-08-181-0/+1
| * unix/posix.h: remove redundant includeschu2011-08-171-1/+0
| * posix: Portable `vsnprintf`Vicent Marti2011-07-091-0/+1
| * fnmatch: Use native on Unix, emulate on Win32Vicent Marti2011-07-061-0/+2
| * fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-051-1/+1
| * fileops: CleanupVicent Marti2011-07-052-2/+16
| * 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