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
2013-08-13Missed one path for path_as_utf8 typeRussell Belfer
2013-08-13Minor win32 fixes and improvementsRussell Belfer
2013-08-13Reintroduce type for UTF8 win32 path conversionsRussell Belfer
2013-08-13Rename git__win32_path fns to git_win32_pathRussell Belfer
2013-08-13windows: Fuck meVicent Marti
2013-08-13windows: Require orderVicent Marti
2013-08-13windows: Path conversion with better semanticsVicent Marti
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-05-16calloc() to initialize memoryLinquize
2013-01-09update copyrightsEdward Thomson
2012-08-29Add bounds checking to UTF-8 conversionutf8-winVicent Marti
2012-08-29windows: Keep UTF-8 on the stack yoVicent Marti
2012-03-15Continue error conversionRussell Belfer
2012-03-03Update diff to use iteratorsRussell Belfer
2012-02-23Fix readdir usage across platformsRussell Belfer
2012-02-13Update Copyright headerschu
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-10-27windows: Add support for non-UTF codepagesVicent Marti
2011-09-20Fix opendir/readdir and friends on Win32 to use Unicodeutf8-paths-win32Paul Betts
2011-09-20Rewrite p_* functions to use Unicode and marshal to UTF8 internallyPaul Betts
2011-09-19Cleanup legal dataVicent Marti
2010-01-20win32: Add a 'git__' prefix to the directory reading routinesRamsay Jones
2009-06-05Fix some "signed/unsigned mismatch" (msvc) compiler warningsRamsay Jones
2009-03-21win32: Add <dirent.h> directory reading routinesRamsay Jones