summaryrefslogtreecommitdiff
path: root/packfile.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\ \ | |/
| * hashmap: mark unused callback parametersJeff King2022-08-191-1/+1
* | Merge branch 'jk/is-promisor-object-keep-tree-in-use'Junio C Hamano2022-08-251-2/+13
|\ \ | |/ |/|
| * is_promisor_object(): fix use-after-free of tree bufferJeff King2022-08-141-2/+13
* | Merge branch 'jk/fsck-tree-mode-bits-fix'Junio C Hamano2022-08-181-1/+1
|\ \
| * | tree-walk: add a mechanism for getting non-canonicalized modesJeff King2022-08-101-1/+1
* | | Merge branch 'rs/mergesort'Junio C Hamano2022-08-031-15/+3
|\ \ \
| * | | packfile: use DEFINE_LIST_SORTRené Scharfe2022-07-171-15/+3
* | | | Merge branch 'jk/optim-promisor-object-enumeration'Junio C Hamano2022-07-111-1/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | is_promisor_object(): walk promisor packs in pack-orderJeff King2022-06-161-1/+2
| |/ /
* | | Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-2/+17
|\ \ \
| * | | pack-mtimes: support reading .mtimes filesTaylor Blau2022-05-261-2/+17
| |/ /
* | | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-1/+1
|\ \ \ | |/ / |/| |
| * | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-1/+1
* | | Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano2022-01-121-1/+1
|\ \ \
| * | | packfile: fix off-by-one error in decoding logicJunio C Hamano2022-01-121-1/+1
* | | | Merge branch 'tb/pack-revindex-on-disk-cleanup'Junio C Hamano2021-12-151-1/+2
|\ \ \ \
| * | | | packfile: make `close_pack_revindex()` staticTaylor Blau2021-12-041-1/+2
* | | | | Merge branch 'jt/pack-header-lshift-overflow'Junio C Hamano2021-12-101-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | packfile: avoid overflowing shift during decodeJonathan Tan2021-11-111-1/+1
* | | | | Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano2021-11-291-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | odb: guard against data loss checking out a huge fileMatt Cooper2021-11-031-3/+3
* | | | | Merge branch 'rs/close-pack-leakfix'Junio C Hamano2021-10-031-0/+1
|\ \ \ \ \
| * | | | | packfile: release bad_objects in close_pack()René Scharfe2021-09-241-0/+1
* | | | | | Merge branch 'rs/packfile-bad-object-list-in-oidset'Junio C Hamano2021-09-231-27/+11
|\ \ \ \ \ \
| * | | | | | packfile: use oidset for bad objectsRené Scharfe2021-09-121-22/+6
| * | | | | | packfile: convert has_packed_and_bad() to object_idRené Scharfe2021-09-121-2/+2
| * | | | | | packfile: convert mark_bad_packed_object() to object_idRené Scharfe2021-09-121-6/+6
* | | | | | | Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano2021-09-201-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | pack-bitmap: read multi-pack bitmapsTaylor Blau2021-09-011-1/+1
| | |_|/ / / | |/| | | |
* | | | | | object-store.h: teach for_each_packed_object to ignore kept packsTaylor Blau2021-08-291-0/+6
|/ / / / /
* | | | | xmmap: inform Linux users of tuning knobs on ENOMEMEric Wong2021-06-291-2/+2
| |/ / / |/| | |
* | | | Merge branch 'en/dir-traversal'Junio C Hamano2021-05-201-4/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-4/+1
| |/ /
* | | is_promisor_object(): free tree buffer after parsingJeff King2021-04-131-0/+1
* | | Merge branch 'tb/reverse-midx'Junio C Hamano2021-04-081-0/+3
|\ \ \
| * | | pack-revindex: read multi-pack reverse indexesTaylor Blau2021-04-011-0/+3
| | |/ | |/|
* | | Merge branch 'tb/geometric-repack'Junio C Hamano2021-03-241-0/+67
|\ \ \ | |_|/ |/| |
| * | packfile: add kept-pack cache for find_kept_pack_entry()Jeff King2021-02-221-43/+56
| * | packfile: introduce 'find_kept_pack_entry()'Taylor Blau2021-02-221-5/+59
| |/
* | use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
|/
* packfile: prepare for the existence of '*.rev' filesTaylor Blau2021-01-251-1/+12
* Merge branch 'tb/pack-revindex-api'Junio C Hamano2021-01-251-24/+52
|\
| * for_each_object_in_pack(): clarify pack vs index orderingJeff King2021-01-141-6/+18
| * for_each_object_in_pack(): convert to new revindex APITaylor Blau2021-01-131-1/+1
| * unpack_entry(): convert to new revindex APITaylor Blau2021-01-131-8/+18
| * packed_object_info(): convert to new revindex APITaylor Blau2021-01-131-2/+9
| * retry_bad_packed_offset(): convert to new revindex APITaylor Blau2021-01-131-4/+3