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