summaryrefslogtreecommitdiff
path: root/src/win32/dir.c
Commit message (Expand)AuthorAgeFilesLines
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-23/+4
* Missed one path for path_as_utf8 typeRussell Belfer2013-08-131-1/+1
* Minor win32 fixes and improvementsRussell Belfer2013-08-131-13/+8
* Reintroduce type for UTF8 win32 path conversionsRussell Belfer2013-08-131-1/+1
* Rename git__win32_path fns to git_win32_pathRussell Belfer2013-08-131-3/+3
* windows: Fuck meVicent Marti2013-08-131-1/+1
* windows: Require orderVicent Marti2013-08-131-2/+1
* windows: Path conversion with better semanticsVicent Marti2013-08-131-5/+5
* Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-081-3/+3
* Rename git_win_str_utf* to git_win32_path_utf*Ben Straub2013-08-071-2/+2
* Add typedefs for win32 utf-8 and utf-16 buffersBen Straub2013-08-071-4/+4
* Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub2013-08-051-6/+6
* calloc() to initialize memoryLinquize2013-05-161-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* 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