summaryrefslogtreecommitdiff
path: root/src/win32/utf-conv.h
Commit message (Expand)AuthorAgeFilesLines
* git_buf_put_w: introduce utf16->utf8 conversionEdward Thomson2015-05-011-0/+4
* win32: use NT-prefixed "\\?\" pathsEdward Thomson2014-12-161-39/+0
* Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley2014-04-191-10/+66
* Reintroduce type for UTF8 win32 path conversionsRussell Belfer2013-08-131-4/+5
* Rename git__win32_path fns to git_win32_pathRussell Belfer2013-08-131-4/+7
* Fix mingw cross-compile buildBen Straub2013-08-131-0/+1
* windows: Missing renames.Vicent Marti2013-08-131-1/+1
* windows: Path conversion with better semanticsVicent Marti2013-08-131-4/+3
* Make utf-8 source strings unlimitedBen Straub2013-08-101-2/+2
* Discriminate path-specific and general UTF-X conversionsBen Straub2013-08-081-3/+14
* Rename git_win_str_utf* to git_win32_path_utf*Ben Straub2013-08-071-4/+4
* Add typedefs for win32 utf-8 and utf-16 buffersBen Straub2013-08-071-2/+5
* Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub2013-08-051-1/+2
* update copyrightsEdward Thomson2013-01-081-1/+1
* Add POSIX compat lstat() variant for win32Russell Belfer2012-11-141-2/+2
* Add bounds checking to UTF-8 conversionutf8-winVicent Marti2012-08-281-1/+1
* windows: Keep UTF-8 on the stack yoVicent Marti2012-08-281-3/+4
* Update Copyright headerschu2012-02-131-1/+1
* Add missing semicolonVincent Lee2012-01-031-1/+1
* Add support for macros and cache flush API.Russell Belfer2011-12-291-0/+1
* windows: Add support for non-UTF codepagesVicent Marti2011-10-261-0/+17