Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-03Make sure to always include "common.h" firstPatrick Steinhardt
2016-02-10win32: drop xp support in WideCharToMultiByteEdward Thomson
2015-05-01git_buf_put_w: introduce utf16->utf8 conversionEdward Thomson
2015-02-13git__*allocarray: safer realloc and mallocEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-12-16win32: use NT-prefixed "\\?\" pathsEdward Thomson
2014-04-23React to feedback for UTF-8 <-> WCHAR and reparse workPhilip Kelley
2014-04-20Win32: UTF-8 <-> WCHAR conversion overhaulPhilip Kelley
2014-02-06Remove unused utf8 -> utf16 conversion codeEdward Thomson
2013-08-11Fix 64-bit MSVC warningsBen Straub
2013-08-08Discriminate path-specific and general UTF-X conversionsBen Straub
2013-08-08Rename git_win_str_utf* to git_win32_path_utf*Ben Straub
2013-08-08Add typedefs for win32 utf-8 and utf-16 buffersBen Straub
2013-08-05Split UTF-16 and UTF-8 buffer sizes for win32Ben Straub
2013-01-09update copyrightsEdward Thomson
2012-11-15Add POSIX compat lstat() variant for win32Russell Belfer
2012-09-20Fix MSVC amd64 compilation warningsnulltoken
2012-08-29Add bounds checking to UTF-8 conversionutf8-winVicent Marti
2012-08-29windows: Keep UTF-8 on the stack yoVicent Marti
2012-08-29UTF-8 changes yoVicent Martí
2012-05-25Fix bugs in UTF-8 <-> UTF-16 conversionRussell Belfer
2012-05-06Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí
2012-05-06Fix missing prototype warning in utf-conv.cScott J. Goldman
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-03-15Continue error conversionRussell Belfer
2012-02-13Update Copyright headerschu
2011-12-29Add support for macros and cache flush API.Russell Belfer
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-27windows: Add support for non-UTF codepagesVicent Marti