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-11-01iconv: Do not fake an API when iconv is not availableVicent Marti
2013-10-08More filemode cleanups for FAT on MacOSRussell Belfer
2013-10-03Wrap iconv stuff and write testsRussell Belfer
2013-10-03Simplify git_path_is_empty_dir implementationRussell Belfer
2013-10-03Initial iconv hookup for precomposed unicodeRussell Belfer
2013-10-03Put hooks in place for precompose in dirload fnRussell Belfer
2013-09-24Ignore files that disappear while iteratingEdward Thomson
2013-09-17Merge git_buf and git_bufferRussell Belfer
2013-09-11path: Make direach() return EUSER on callback errornulltoken
2013-09-04Fix resolving relative windows network pathsRussell Belfer
2013-09-03path: properly resolve relative pathsNikolai Vladimirov
2013-08-13Merge pull request #1767 from libgit2/win32-bigger-utf8-bufferVicent Martí
2013-08-13Minor win32 fixes and improvementsRussell Belfer
2013-08-13Rename git__win32_path fns to git_win32_pathRussell Belfer
2013-08-13windows: Require orderVicent Marti
2013-08-13windows: Path conversion with better semanticsVicent Marti
2013-08-09Improve building ignore file listsRussell Belfer
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-03-19Three submodule status bug fixesRussell Belfer
2013-03-15Improved tree iterator internalsRussell Belfer
2013-02-11Fix some incorrect MSVC #ifdef's. Fixes #1305Philip Kelley
2013-01-15Add git_path_icmp to case-insensitive path cmpRussell Belfer
2013-01-09update copyrightsEdward Thomson
2013-01-04Give proper license notice to code from AndroidMartin Woodward
2013-01-02path: ifdef GIT_WIN32 looks_like_network_computer_name()Michael Schubert
2012-12-27path: Teach UNC paths to git_path_dirname_r()nulltoken
2012-12-11Fix iterator reset and add reset rangesRussell Belfer
2012-11-28Consolidate text buffer functionsRussell Belfer
2012-11-10Rework checkout with new strategy optionsRussell Belfer
2012-08-29Add bounds checking to UTF-8 conversionutf8-winVicent Marti
2012-08-23Add template dir and set gid to repo initRussell Belfer
2012-07-17Merge branch 'development' into cloneBen Straub
2012-07-12Move is_dot_or_dotdotW into path.h.Ben Straub
2012-07-12Fix compile and workings on msvc.Ben Straub
2012-07-11Add git_path_is_empty_dir.Ben Straub
2012-07-11Add git_path_is_dot_or_dotdot.Ben Straub
2012-07-11Add path utilities to resolve relative pathsRussell Belfer
2012-07-06Fix libgit2 on GNU/Hurd.Cyril Roelandt
2012-06-19tree: Proper path comparison logicVicent Marti
2012-06-09Better fix for isalpha in drive letter detectionRussell Belfer
2012-06-09isalpha is not great for UTF-8Russell Belfer
2012-05-12Fix readdir_r() usage for SolarisScott J. Goldman
2012-05-08compat: make p_realpath Windows implementation be a bit more POSIX compliant ...nulltoken
2012-05-08path: Make git_path_prettify() properly handle ENOTDIR errno valuenulltoken
2012-05-03Merge branch 'new-error-handling' into developmentVicent Martí
2012-04-30buf: deploy git_buf_len()nulltoken
2012-04-20GetFileAttributes does not work for utf-8 encoded pathsSven Strickroth