summaryrefslogtreecommitdiff
path: root/src/vector.h
Commit message (Expand)AuthorAgeFilesLines
* vector, pqueue: add git_vector_reverse and git_pqueue_reverseCarlos Martín Nieto2016-10-061-0/+5
* vector: more sensible names for `grow_at`/`shrink_at`Edward Thomson2016-05-261-2/+2
* Introduce git_apply_patchEdward Thomson2016-05-261-0/+3
* index: Preallocate the entries vector with size hintVicent Marti2015-12-161-0/+1
* Some vector utility tweaksRussell Belfer2014-04-171-1/+7
* Address PR commentsRussell Belfer2014-02-201-1/+1
* Avoid extra copying in pqueue operationsRussell Belfer2014-02-041-10/+0
* Convert pqueue to just be a git_vectorRussell Belfer2014-02-041-2/+15
* Replace pqueue with code from hashsig heapRussell Belfer2014-02-031-0/+10
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-1/+1
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-0/+2
* Add git_vector_free_allRussell Belfer2013-12-111-0/+1
* Merge pull request #1805 from libgit2/threading-packed-loadVicent Martí2013-08-281-0/+5
|\
| * Add sorted cache data typeRussell Belfer2013-08-201-0/+5
* | vector: Teach git_vector_uniq() to free while deduplicatingnulltoken2013-08-271-1/+1
|/
* Add status flags to force output sort orderRussell Belfer2013-06-201-0/+9
* Merge the push report into the refs to avoid a 3rd network callPhilip Kelley2013-02-081-1/+1
* Vector improvements and their falloutPhilip Kelley2013-01-271-12/+5
* update copyrightsEdward Thomson2013-01-081-1/+1
* Fix up some missing consts in tree & indexRussell Belfer2012-11-271-12/+8
* Clean up config.hBen Straub2012-11-271-1/+1
* Add iterator for git_index objectRussell Belfer2012-11-141-0/+9
* Merge pull request #1014 from arrbee/diff-rename-detectionVicent Martí2012-11-021-0/+3
|\
| * Move rename detection into new fileRussell Belfer2012-10-301-0/+3
* | index refactoringEdward Thomson2012-10-291-0/+1
|/
* Support for core.ignorecasePhilip Kelley2012-09-171-0/+1
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-5/+5
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-151-3/+14
* Reimplment git_status_foreach using git diffRussell Belfer2012-03-211-0/+2
* Update diff to use iteratorsRussell Belfer2012-03-021-0/+6
* Fix iterators based on pull request feedbackRussell Belfer2012-02-221-2/+1
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-211-0/+7
* Update Copyright headerschu2012-02-131-1/+1
* Improved gitattributes macro implementationRussell Belfer2011-12-301-0/+3
* Add APIs for git attributesRussell Belfer2011-12-201-0/+5
* Cleanup legal dataVicent Marti2011-09-191-0/+6
* Add git_vector_foreachCarlos Martín Nieto2011-08-021-0/+3
* vector: implement git_vector_uniq()Kirill A. Shutemov2011-07-051-1/+1
* Fix searching in git_vectorVicent Marti2011-03-031-7/+8
* Split packed from unpacked referencesVicent Marti2011-03-031-1/+4
* Change the library include fileVicent Marti2010-12-061-1/+1
* Refactor all 'vector' functions into common codeVicent Marti2010-12-021-0/+32