summaryrefslogtreecommitdiff
path: root/src/win32/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Add bounds checking to UTF-8 conversionVicent Marti2012-08-281-2/+2
* windows: Keep UTF-8 on the stack yoVicent Marti2012-08-281-21/+8
* Continue error conversionRussell Belfer2012-03-141-33/+55
* Update diff to use iteratorsRussell Belfer2012-03-021-3/+9
* Fix readdir usage across platformsRussell Belfer2012-02-231-11/+23
* Update Copyright headerschu2012-02-131-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-7/+7
* windows: Add support for non-UTF codepagesVicent Marti2011-10-261-4/+5
* Fix opendir/readdir and friends on Win32 to use UnicodePaul Betts2011-09-191-5/+14
* Rewrite p_* functions to use Unicode and marshal to UTF8 internallyPaul Betts2011-09-191-0/+1
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* win32: Add a 'git__' prefix to the directory reading routinesRamsay Jones2010-01-201-5/+6
* Fix some "signed/unsigned mismatch" (msvc) compiler warningsRamsay Jones2009-06-051-1/+1
* win32: Add <dirent.h> directory reading routinesRamsay Jones2009-03-201-0/+97