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
*
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-23
1
-0
/
+2
|
\
|
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+1
*
|
midx: inline the `MIDX_MIN_SIZE` definition
Karthik Nayak
2024-12-04
1
-5
/
+1
*
|
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
2024-12-04
1
-11
/
+15
*
|
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
2024-12-04
1
-5
/
+6
*
|
midx: cleanup internal usage of `the_repository` and `the_hash_algo`
Karthik Nayak
2024-12-04
1
-22
/
+27
*
|
midx: add repository to `multi_pack_index` struct
Karthik Nayak
2024-12-04
1
-0
/
+1
*
|
packfile: add repository to struct `packed_git`
Karthik Nayak
2024-12-04
1
-1
/
+1
|
/
*
packfile: use object_id in find_pack_entry_one()
Jeff King
2024-10-25
1
-1
/
+1
*
midx: avoid duplicate packed_git entries
Jeff King
2024-10-25
1
-3
/
+17
*
pack-bitmap: tag bitmapped packs with their corresponding MIDX
Taylor Blau
2024-08-27
1
-0
/
+1
*
midx: drop unused parameters from add_midx_to_chain()
Jeff King
2024-08-13
1
-9
/
+5
*
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-08-06
1
-11
/
+51
*
midx: implement verification support for incremental MIDXs
Taylor Blau
2024-08-06
1
-17
/
+30
*
midx: support reading incremental MIDX chains
Taylor Blau
2024-08-06
1
-10
/
+174
*
midx: teach `midx_preferred_pack()` about incremental MIDXs
Taylor Blau
2024-08-06
1
-2
/
+5
*
midx: teach `midx_contains_pack()` about incremental MIDXs
Taylor Blau
2024-08-06
1
-1
/
+10
*
midx: remove unused `midx_locate_pack()`
Taylor Blau
2024-08-06
1
-11
/
+2
*
midx: teach `fill_midx_entry()` about incremental MIDXs
Taylor Blau
2024-08-06
1
-4
/
+2
*
midx: teach `nth_midxed_offset()` about incremental MIDXs
Taylor Blau
2024-08-06
1
-0
/
+2
*
midx: teach `bsearch_midx()` about incremental MIDXs
Taylor Blau
2024-08-06
1
-1
/
+4
*
midx: introduce `bsearch_one_midx()`
Taylor Blau
2024-08-06
1
-3
/
+14
*
midx: teach `nth_bitmapped_pack()` about incremental MIDXs
Taylor Blau
2024-08-06
1
-3
/
+5
*
midx: teach `nth_midxed_object_oid()` about incremental MIDXs
Taylor Blau
2024-08-06
1
-1
/
+3
*
midx: teach `prepare_midx_pack()` about incremental MIDXs
Taylor Blau
2024-08-06
1
-4
/
+22
*
midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs
Taylor Blau
2024-08-06
1
-2
/
+21
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-1
/
+2
*
midx: replace `get_midx_rev_filename()` with a generic helper
Taylor Blau
2024-05-30
1
-4
/
+6
*
Merge branch 'ps/missing-btmp-fix'
Junio C Hamano
2024-04-23
1
-3
/
+4
|
\
|
*
pack-bitmap: gracefully handle missing BTMP chunks
Patrick Steinhardt
2024-04-15
1
-3
/
+4
*
|
midx-write: move writing-related functions from midx.c
Taylor Blau
2024-04-01
1
-1539
/
+14
*
|
midx: use strvec_pushf() for pack-objects base name
René Scharfe
2024-03-25
1
-6
/
+1
|
/
*
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
[next]