summaryrefslogtreecommitdiff
path: root/src/win32/utf-conv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 64-bit MSVC warningsBen Straub2013-08-101-2/+2
* Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-081-4/+4
* 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-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add POSIX compat lstat() variant for win32Russell Belfer2012-11-141-4/+4
* Fix MSVC amd64 compilation warningsnulltoken2012-09-201-1/+1
* Add bounds checking to UTF-8 conversionutf8-winVicent Marti2012-08-281-43/+18
* windows: Keep UTF-8 on the stack yoVicent Marti2012-08-281-83/+5
* UTF-8 changes yoVicent Martí2012-08-281-0/+92
* Fix bugs in UTF-8 <-> UTF-16 conversionRussell Belfer2012-05-241-13/+10
* Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí2012-05-051-0/+1
|\
| * Fix missing prototype warning in utf-conv.cScott J. Goldman2012-05-051-0/+1
* | Fix warnings on 64-bit windows buildsRussell Belfer2012-04-171-20/+11
* | Continue error conversionRussell Belfer2012-03-141-5/+15
|/
* Update Copyright headerschu2012-02-131-1/+1
* Add support for macros and cache flush API.Russell Belfer2011-12-291-0/+5
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-2/+2
* windows: Add support for non-UTF codepagesVicent Marti2011-10-261-0/+88