| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure to always include "common.h" first | Patrick Steinhardt | 2017-07-03 | 1 | -0/+1 |
* | giterr_set: consistent error messages | Edward Thomson | 2016-12-29 | 1 | -2/+2 |
* | tree-cache: correct the entry_count calculation | Carlos Martín Nieto | 2014-10-22 | 1 | -31/+4 |
* | There is no "z" size specifier on MSVC | Sven Strickroth | 2014-10-13 | 1 | -1/+1 |
* | index: make sure to write cached subtrees if parent is invalidated | Carlos Martín Nieto | 2014-10-10 | 1 | -4/+2 |
* | index: write out the tree cache extension | Carlos Martín Nieto | 2014-10-10 | 1 | -4/+56 |
* | tree-cache: remove the parent pointer | Carlos Martín Nieto | 2014-10-10 | 1 | -8/+7 |
* | index: fill the tree cache when reading from a tree | Carlos Martín Nieto | 2014-10-10 | 1 | -0/+71 |
* | tree-cache: move to use a pool allocator | Carlos Martín Nieto | 2014-10-10 | 1 | -26/+10 |
* | tree-cache: extract the allocation | Carlos Martín Nieto | 2014-10-10 | 1 | -12/+22 |
* | Minor tree cache speedups | Russell Belfer | 2014-04-17 | 1 | -17/+10 |
* | tree-cache: Fix error message typo | nulltoken | 2013-11-19 | 1 | -2/+2 |
* | tree-cache: Don't segfault upon corruption | nulltoken | 2013-11-19 | 1 | -3/+6 |
* | tree-cache: Zero out the allocated tree children array | nulltoken | 2013-11-19 | 1 | -0/+2 |
* | tree-cache: Free the tree upon the detection of a corrupted child | nulltoken | 2013-11-19 | 1 | -1/+1 |
* | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
* | tree cache: loosen negative entry count check | Nguyễn Thái Ngọc Duy | 2012-12-12 | 1 | -1/+1 |
* | misc: Fix warnings from PVS Studio trial | Vicent Martí | 2012-06-07 | 1 | -1/+1 |
* | Remove old and unused error codes | Vicent Martí | 2012-05-02 | 1 | -47/+30 |
* | tree-cache: don't error out on a childless invalidated entry | Carlos Martín Nieto | 2012-04-23 | 1 | -1/+1 |
* | Update Copyright header | schu | 2012-02-13 | 1 | -1/+1 |
* | global: Properly use `git__` memory wrappers | Vicent Marti | 2011-10-28 | 1 | -2/+2 |
* | Add git_tree_cache_get | Carlos Martín Nieto | 2011-09-27 | 1 | -1/+24 |
* | Add git_tree_cache_invalidate_path | Carlos Martín Nieto | 2011-09-27 | 1 | -1/+47 |
* | tree cache: correctly handle invalidated trees | Carlos Martín Nieto | 2011-09-27 | 1 | -17/+10 |
* | Make tree cache name a flex-array | Carlos Martín Nieto | 2011-09-27 | 1 | -14/+12 |
* | Move the tree cache functions to their own file | Carlos Martín Nieto | 2011-09-27 | 1 | -0/+141 |