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
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
2012-04-17Fix warnings on 64-bit windows buildsRussell Belfer
2012-04-11Refactor git_repository_open with new optionsRussell Belfer
2012-03-17Convert attr, ignore, mwindow, status to new errorsRussell Belfer
2012-03-16Make git_path_root() cope with windows network pathsnulltoken
2012-03-15Continue error conversionRussell Belfer
2012-03-14Convert attr and other files to new errorsRussell Belfer
2012-03-07Migrating diff to new error handlingRussell Belfer
2012-03-07error-handling: RepositoryVicent Martí
2012-03-06error-handling: ReferencesVicent Martí
2012-03-03refs: Error handling rework. WIPVicent Martí
2012-03-03Fixing memory leaks indicated by valgrindRussell Belfer
2012-03-03Update diff to use iteratorsRussell Belfer
2012-02-23Fix readdir usage across platformsRussell Belfer
2012-02-23Fix iterators based on pull request feedbackRussell Belfer
2012-02-22Uniform iterators for trees, index, and workdirRussell Belfer
2012-02-13Update Copyright headerschu
2012-01-18Move path related functions from fileops to pathRussell Belfer
2012-01-12Fix several memory issuesRussell Belfer
2012-01-12Convert git_path_walk_up to regular functionRussell Belfer
2012-01-10Restore portability to git_path_prettify.Russell Belfer
2012-01-05Merge remote-tracking branch 'nulltoken/topix/path_fromurl' into developmentVicent Martí
2011-12-28path: add git_path_fromurl()nulltoken
2011-12-28path: add git__percent_decode()nulltoken
2011-12-08Use git_buf for path storage instead of stack-based buffersRussell Belfer
2011-10-29global: Properly use `git__` memory wrappersVicent Marti
2011-09-19Tabify everythingVicent Marti
2011-09-19Cleanup legal dataVicent Marti
2011-09-02Fix for issue #387Jerome Lambourg
2011-07-05fileops: Drop `git_fileops_prettify_path`Vicent Marti
2011-07-05fileops: CleanupVicent Marti