Age | Commit message (Expand) | Author | Files | Lines |
2020-08-18 | mem-pool: use more standard initialization and finalization | Elijah Newren | 1 | -2/+4 |
2019-03-07 | Merge branch 'nd/split-index-null-base-fix' | Junio C Hamano | 1 | -16/+18 |
2019-02-13 | read-cache.c: fix writing "link" index ext with null base oid | Nguyễn Thái Ngọc Duy | 1 | -16/+18 |
2019-01-02 | read-cache: add invalidate parameter to remove_marked_cache_entries | Thomas Gummerer | 1 | -1/+1 |
2018-10-12 | split-index: BUG() when cache entry refers to non-existing shared entry | SZEDER Gábor | 1 | -2/+2 |
2018-10-12 | split-index: smudge and add racily clean cache entries to split index | SZEDER Gábor | 1 | -1/+41 |
2018-10-12 | split-index: don't compare cached data of entries already marked for split index | SZEDER Gábor | 1 | -17/+72 |
2018-10-12 | split-index: count the number of deleted entries | SZEDER Gábor | 1 | -1/+1 |
2018-07-03 | block alloc: allocate cache entries from mem_pool | Jameson Miller | 1 | -8/+42 |
2018-07-03 | block alloc: add lifecycle APIs for cache_entry structs | Jameson Miller | 1 | -4/+4 |
2018-05-02 | split-index: convert struct split_index to object_id | brian m. carlson | 1 | -5/+5 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -8/+8 |
2018-02-22 | split-index: rename 'new' variables | Brandon Williams | 1 | -8/+8 |
2018-01-19 | split-index: don't write cache tree with null oid entries | Thomas Gummerer | 1 | -0/+2 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-24 | Revert "split-index: add and use unshare_split_index()" | Junio C Hamano | 1 | -44/+13 |
2017-06-16 | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-05-08 | split-index: add and use unshare_split_index() | Nguyễn Thái Ngọc Duy | 1 | -13/+44 |
2017-03-01 | split-index: add {add,remove}_split_index() functions | Christian Couder | 1 | -0/+22 |
2016-11-01 | split-index: s/eith/with/ typo fix | Christian Couder | 1 | -1/+1 |
2016-09-25 | use COPY_ARRAY | René Scharfe | 1 | -4/+2 |
2016-05-06 | typofix: assorted typofixes in comments, documentation and messages | Li Peng | 1 | -1/+1 |
2015-03-12 | ewah: add convenient wrapper ewah_serialize_strbuf() | Nguyễn Thái Ngọc Duy | 1 | -9/+2 |
2014-06-13 | update-index: new options to enable/disable split index mode | Nguyễn Thái Ngọc Duy | 1 | -0/+23 |
2014-06-13 | split-index: strip pathname of on-disk replaced entries | Nguyễn Thái Ngọc Duy | 1 | -2/+12 |
2014-06-13 | split-index: do not invalidate cache-tree at read time | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2014-06-13 | split-index: the reading part | Nguyễn Thái Ngọc Duy | 1 | -2/+82 |
2014-06-13 | split-index: the writing part | Nguyễn Thái Ngọc Duy | 1 | -2/+99 |
2014-06-13 | read-cache: mark updated entries for split index | Nguyễn Thái Ngọc Duy | 1 | -0/+15 |
2014-06-13 | read-cache: save deleted entries in split index | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
2014-06-13 | read-cache: split-index mode | Nguyễn Thái Ngọc Duy | 1 | -0/+90 |