summaryrefslogtreecommitdiff
path: root/src/unix
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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