summaryrefslogtreecommitdiff
path: root/src/array.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce git_apply_patchEdward Thomson2016-05-261-1/+0
* array: fix search for empty arraysCarlos Martín Nieto2016-03-231-1/+1
* tree: drop the now-unnecessary entries vectorEdward Thomson2016-03-221-0/+40
* Make our overflow check look more like gcc/clang'sEdward Thomson2015-02-131-3/+2
* Use `size_t` to hold size of arraysEdward Thomson2015-02-121-2/+2
* git__*allocarray: safer realloc and mallocEdward Thomson2015-02-121-2/+1
* allocations: test for overflow of requested sizeEdward Thomson2015-02-121-7/+20
* array: mark the array to grow as volatilecmn/revwalk-no-preallocCarlos Martín Nieto2014-07-251-1/+1
* Address PR commentsRussell Belfer2014-02-201-1/+1
* array: Wrap `array_alloc` as a single statementVicent Marti2013-11-011-2/+2
* Bug fixes and cleanupsRussell Belfer2013-09-171-1/+1
* revwalk: make mark_unintersting use a loopCarlos Martín Nieto2013-09-061-0/+2
* Fix some warningsRussell Belfer2013-07-261-5/+6
* Add git_pathspec_match_diff APIRussell Belfer2013-07-101-0/+2
* Convert commit->parent_ids to git_array_tRussell Belfer2013-07-101-0/+3
* Improvements to git_arrayRussell Belfer2013-06-121-13/+38
* fix missing file and bad prototypeRussell Belfer2013-06-101-0/+41