summaryrefslogtreecommitdiff
path: root/src/win32
Commit message (Expand)AuthorAgeFilesLines
* fileops: Fix stat() on directories for W32Vicent Marti2011-07-052-6/+15
* fileops: Drop `git_fileops_prettify_path`Vicent Marti2011-07-052-0/+12
* fileops: CleanupVicent Marti2011-07-054-43/+218
* build: Move OS-specific compat to their own foldersVicent Marti2011-07-032-0/+70
* win32/pthread.c: Move to new error handling mechanismJakob Pfender2011-05-231-1/+1
* win32/map.c: Move to new error handling mechanismJakob Pfender2011-05-231-10/+10
* Fix bug in the way pthead_mutex_t was being destroyed in win32.kelly.leahy2011-05-081-4/+3
* Thread safe cacheVicent Marti2011-03-202-50/+9
* Add proper threading support to libgit2Vicent Marti2011-03-152-0/+187
* Revised platform types to use 'best supported' size.Alex Budovski2011-01-111-4/+4
* win32: Add a 'git__' prefix to the directory reading routinesRamsay Jones2010-01-201-5/+6
* win32: Use an 64-bit file offset typeRamsay Jones2010-01-201-2/+2
* win32: Add an fsync() implementation for windowsRamsay Jones2009-06-151-0/+24
* Fix some "signed/unsigned mismatch" (msvc) compiler warningsRamsay Jones2009-06-051-1/+1
* win32: Add some file operation stubs and wrapper functionsRamsay Jones2009-06-051-0/+17
* win32: Add <dirent.h> directory reading routinesRamsay Jones2009-03-201-0/+97
* win32: Add routines to abstract memory-mapped file functionsRamsay Jones2009-03-201-0/+125