index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
midx.c
Age
Commit message (
Expand
)
Author
2024-08-06
midx: teach `fill_midx_entry()` about incremental MIDXs
Taylor Blau
2024-08-06
midx: teach `nth_midxed_offset()` about incremental MIDXs
Taylor Blau
2024-08-06
midx: teach `bsearch_midx()` about incremental MIDXs
Taylor Blau
2024-08-06
midx: introduce `bsearch_one_midx()`
Taylor Blau
2024-08-06
midx: teach `nth_bitmapped_pack()` about incremental MIDXs
Taylor Blau
2024-08-06
midx: teach `nth_midxed_object_oid()` about incremental MIDXs
Taylor Blau
2024-08-06
midx: teach `prepare_midx_pack()` about incremental MIDXs
Taylor Blau
2024-08-06
midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs
Taylor Blau
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-05-30
midx: replace `get_midx_rev_filename()` with a generic helper
Taylor Blau
2024-04-23
Merge branch 'ps/missing-btmp-fix'
Junio C Hamano
2024-04-15
pack-bitmap: gracefully handle missing BTMP chunks
Patrick Steinhardt
2024-04-01
midx-write: move writing-related functions from midx.c
Taylor Blau
2024-03-25
midx: use strvec_pushf() for pack-objects base name
René Scharfe
2023-12-14
midx: implement `midx_preferred_pack()`
Taylor Blau
2023-12-14
midx: implement `midx_locate_pack()`
Taylor Blau
2023-12-14
midx: implement `BTMP` chunk
Taylor Blau
2023-12-14
midx: factor out `fill_pack_info()`
Taylor Blau
2023-12-14
pack-objects: free packing_data in more places
Taylor Blau
2023-11-09
midx: check consistency of fanout table
Jeff King
2023-10-09
midx: check size of revindex chunk
Jeff King
2023-10-09
midx: bounds-check large offset chunk
Jeff King
2023-10-09
midx: check size of object offset chunk
Jeff King
2023-10-09
midx: enforce chunk alignment on reading
Jeff King
2023-10-09
midx: check size of pack names chunk
Jeff King
2023-10-09
midx: check size of oid lookup chunk
Jeff King
2023-10-09
midx: stop ignoring malformed oid fanout chunk
Jeff King
2023-10-09
chunk-format: note that pair_chunk() is unsafe
Jeff King
2023-07-25
Merge branch 'tb/object-access-overflow-protection'
Junio C Hamano
2023-07-14
midx.c: prevent overflow in `fill_included_packs_batch()`
Taylor Blau
2023-07-14
midx.c: prevent overflow in `write_midx_internal()`
Taylor Blau
2023-07-14
midx.c: store `nr`, `alloc` variables as `size_t`'s
Taylor Blau
2023-07-14
midx.c: prevent overflow in `nth_midxed_offset()`
Taylor Blau
2023-07-14
midx.c: prevent overflow in `nth_midxed_object_oid()`
Taylor Blau
2023-07-14
midx.c: use `size_t`'s for fanout nr and alloc
Taylor Blau
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-04-25
Merge branch 'ps/fix-geom-repack-with-alternates'
Junio C Hamano
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
2023-04-14
midx: fix segfault with no packs and invalid preferred pack
Patrick Steinhardt
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-02-24
for_each_object: mark unused callback parameters
Jeff King
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
[prev]
[next]