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-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