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
2015-02-13Make our overflow check look more like gcc/clang'sEdward Thomson
2015-02-13Use `size_t` to hold size of arraysEdward Thomson
2015-02-13git__*allocarray: safer realloc and mallocEdward Thomson
2015-02-13allocations: test for overflow of requested sizeEdward Thomson
2014-07-25array: mark the array to grow as volatileCarlos Martín Nieto
2014-02-21Address PR commentsRussell Belfer
2013-11-01array: Wrap `array_alloc` as a single statementVicent Marti
2013-09-17Bug fixes and cleanupsRussell Belfer
2013-09-06revwalk: make mark_unintersting use a loopCarlos Martín Nieto
2013-07-26Fix some warningsRussell Belfer
2013-07-10Add git_pathspec_match_diff APIRussell Belfer
2013-07-10Convert commit->parent_ids to git_array_tRussell Belfer
2013-06-13Improvements to git_arrayRussell Belfer
2013-06-11fix missing file and bad prototypeRussell Belfer