summaryrefslogtreecommitdiff
path: root/src/tree-cache.c
Commit message (Expand)AuthorAgeFilesLines
* tree-cache: correct the entry_count calculationCarlos Martín Nieto2014-10-221-31/+4
* There is no "z" size specifier on MSVCSven Strickroth2014-10-131-1/+1
* index: make sure to write cached subtrees if parent is invalidatedCarlos Martín Nieto2014-10-101-4/+2
* index: write out the tree cache extensionCarlos Martín Nieto2014-10-101-4/+56
* tree-cache: remove the parent pointerCarlos Martín Nieto2014-10-101-8/+7
* index: fill the tree cache when reading from a treeCarlos Martín Nieto2014-10-101-0/+71
* tree-cache: move to use a pool allocatorCarlos Martín Nieto2014-10-101-26/+10
* tree-cache: extract the allocationCarlos Martín Nieto2014-10-101-12/+22
* Minor tree cache speedupsRussell Belfer2014-04-171-17/+10
* tree-cache: Fix error message typonulltoken2013-11-191-2/+2
* tree-cache: Don't segfault upon corruptionnulltoken2013-11-191-3/+6
* tree-cache: Zero out the allocated tree children arraynulltoken2013-11-191-0/+2
* tree-cache: Free the tree upon the detection of a corrupted childnulltoken2013-11-191-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* tree cache: loosen negative entry count checkNguyễn Thái Ngọc Duy2012-12-121-1/+1
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-1/+1
* Remove old and unused error codesVicent Martí2012-05-021-47/+30
* tree-cache: don't error out on a childless invalidated entryCarlos Martín Nieto2012-04-231-1/+1
* Update Copyright headerschu2012-02-131-1/+1
* global: Properly use `git__` memory wrappersVicent Marti2011-10-281-2/+2
* Add git_tree_cache_getCarlos Martín Nieto2011-09-271-1/+24
* Add git_tree_cache_invalidate_pathCarlos Martín Nieto2011-09-271-1/+47
* tree cache: correctly handle invalidated treesCarlos Martín Nieto2011-09-271-17/+10
* Make tree cache name a flex-arrayCarlos Martín Nieto2011-09-271-14/+12
* Move the tree cache functions to their own fileCarlos Martín Nieto2011-09-271-0/+141