index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
midx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-14
midx: implement `midx_preferred_pack()`
Taylor Blau
1
-0
/
+20
2023-12-14
midx: implement `midx_locate_pack()`
Taylor Blau
1
-2
/
+11
2023-12-14
midx: implement `BTMP` chunk
Taylor Blau
1
-3
/
+72
2023-12-14
midx: factor out `fill_pack_info()`
Taylor Blau
1
-18
/
+20
2023-12-14
pack-objects: free packing_data in more places
Taylor Blau
1
-0
/
+5
2023-11-09
midx: check consistency of fanout table
Jeff King
1
-9
/
+11
2023-10-09
midx: check size of revindex chunk
Jeff King
1
-1
/
+2
2023-10-09
midx: bounds-check large offset chunk
Jeff King
1
-3
/
+5
2023-10-09
midx: check size of object offset chunk
Jeff King
1
-1
/
+14
2023-10-09
midx: enforce chunk alignment on reading
Jeff King
1
-1
/
+2
2023-10-09
midx: check size of pack names chunk
Jeff King
1
-2
/
+9
2023-10-09
midx: check size of oid lookup chunk
Jeff King
1
-3
/
+15
2023-10-09
midx: stop ignoring malformed oid fanout chunk
Jeff King
1
-8
/
+8
2023-10-09
chunk-format: note that pair_chunk() is unsafe
Jeff King
1
-5
/
+5
2023-07-25
Merge branch 'tb/object-access-overflow-protection'
Junio C Hamano
1
-18
/
+24
2023-07-14
midx.c: prevent overflow in `fill_included_packs_batch()`
Taylor Blau
1
-2
/
+2
2023-07-14
midx.c: prevent overflow in `write_midx_internal()`
Taylor Blau
1
-4
/
+5
2023-07-14
midx.c: store `nr`, `alloc` variables as `size_t`'s
Taylor Blau
1
-7
/
+9
2023-07-14
midx.c: prevent overflow in `nth_midxed_offset()`
Taylor Blau
1
-1
/
+2
2023-07-14
midx.c: prevent overflow in `nth_midxed_object_oid()`
Taylor Blau
1
-1
/
+1
2023-07-14
midx.c: use `size_t`'s for fanout nr and alloc
Taylor Blau
1
-3
/
+5
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-1
/
+1
2023-04-25
Merge branch 'ps/fix-geom-repack-with-alternates'
Junio C Hamano
1
-3
/
+3
2023-04-24
treewide: remove cache.h inclusion due to previous changes
Elijah Newren
1
-1
/
+1
2023-04-14
midx: fix segfault with no packs and invalid preferred pack
Patrick Steinhardt
1
-3
/
+3
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
1
-1
/
+1
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
1
-1
/
+1
2023-02-24
for_each_object: mark unused callback parameters
Jeff King
1
-1
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2022-10-27
Merge branch 'tb/midx-bitmap-selection-fix'
Junio C Hamano
1
-1
/
+33
2022-10-13
midx.c: instrument MIDX and bitmap generation with trace2 regions
Taylor Blau
1
-0
/
+28
2022-10-13
midx.c: consider annotated tags during bitmap selection
Taylor Blau
1
-0
/
+4
2022-10-13
midx.c: fix whitespace typo
Taylor Blau
1
-1
/
+1
2022-09-21
midx.c: avoid cruft packs with non-zero `repack --batch-size`
Taylor Blau
1
-0
/
+2
2022-09-21
midx.c: remove unnecessary loop condition
Taylor Blau
1
-1
/
+1
2022-09-21
midx.c: replace `xcalloc()` with `CALLOC_ARRAY()`
Taylor Blau
1
-1
/
+3
2022-09-21
midx.c: avoid cruft packs with `repack --batch-size=0`
Taylor Blau
1
-0
/
+2
2022-09-21
midx.c: prevent `expire` from removing the cruft pack
Taylor Blau
1
-1
/
+1
2022-09-05
Merge branch 'ac/bitmap-lookup-table'
Junio C Hamano
1
-0
/
+3
2022-09-05
Merge branch 'tb/midx-with-changing-preferred-pack-fix'
Junio C Hamano
1
-45
/
+94
2022-08-26
pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests
Abhradeep Chakraborty
1
-0
/
+3
2022-08-22
midx.c: avoid adding preferred objects twice
Taylor Blau
1
-2
/
+13
2022-08-22
midx.c: include preferred pack correctly with existing MIDX
Taylor Blau
1
-7
/
+7
2022-08-22
midx.c: extract `midx_fanout_add_pack_fanout()`
Taylor Blau
1
-15
/
+28
[next]