index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
midx.c
Age
Commit message (
Expand
)
Author
Lines
2025-05-28
midx: stop repeatedly looking up nonexistent packfiles
Patrick Steinhardt
-2
/
+10
2025-04-15
object-file: move `git_open_cloexec()` to "compat/open.c"
Patrick Steinhardt
-1
/
+0
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
-1
/
+2
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
-4
/
+9
2024-12-18
Merge branch 'ps/build-sign-compare' into ps/the-repository
Junio C Hamano
-0
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+1
2024-12-04
midx: inline the `MIDX_MIN_SIZE` definition
Karthik Nayak
-5
/
+1
2024-12-04
midx: pass down `hash_algo` to functions using global variables
Karthik Nayak
-11
/
+15
2024-12-04
midx: pass `repository` to `load_multi_pack_index`
Karthik Nayak
-5
/
+6
2024-12-04
midx: cleanup internal usage of `the_repository` and `the_hash_algo`
Karthik Nayak
-22
/
+27
2024-12-04
midx: add repository to `multi_pack_index` struct
Karthik Nayak
-0
/
+1
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
-1
/
+1
2024-10-25
packfile: use object_id in find_pack_entry_one()
Jeff King
-1
/
+1
2024-10-25
midx: avoid duplicate packed_git entries
Jeff King
-3
/
+17
2024-08-27
pack-bitmap: tag bitmapped packs with their corresponding MIDX
Taylor Blau
-0
/
+1
2024-08-13
midx: drop unused parameters from add_midx_to_chain()
Jeff King
-9
/
+5
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
-11
/
+51
2024-08-06
midx: implement verification support for incremental MIDXs
Taylor Blau
-17
/
+30
2024-08-06
midx: support reading incremental MIDX chains
Taylor Blau
-10
/
+174
2024-08-06
midx: teach `midx_preferred_pack()` about incremental MIDXs
Taylor Blau
-2
/
+5
2024-08-06
midx: teach `midx_contains_pack()` about incremental MIDXs
Taylor Blau
-1
/
+10
2024-08-06
midx: remove unused `midx_locate_pack()`
Taylor Blau
-11
/
+2
2024-08-06
midx: teach `fill_midx_entry()` about incremental MIDXs
Taylor Blau
-4
/
+2
2024-08-06
midx: teach `nth_midxed_offset()` about incremental MIDXs
Taylor Blau
-0
/
+2
2024-08-06
midx: teach `bsearch_midx()` about incremental MIDXs
Taylor Blau
-1
/
+4
2024-08-06
midx: introduce `bsearch_one_midx()`
Taylor Blau
-3
/
+14
2024-08-06
midx: teach `nth_bitmapped_pack()` about incremental MIDXs
Taylor Blau
-3
/
+5
2024-08-06
midx: teach `nth_midxed_object_oid()` about incremental MIDXs
Taylor Blau
-1
/
+3
2024-08-06
midx: teach `prepare_midx_pack()` about incremental MIDXs
Taylor Blau
-4
/
+22
2024-08-06
midx: teach `nth_midxed_pack_int_id()` about incremental MIDXs
Taylor Blau
-2
/
+21
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
-0
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
-1
/
+2
2024-05-30
midx: replace `get_midx_rev_filename()` with a generic helper
Taylor Blau
-4
/
+6
2024-04-23
Merge branch 'ps/missing-btmp-fix'
Junio C Hamano
-3
/
+4
2024-04-15
pack-bitmap: gracefully handle missing BTMP chunks
Patrick Steinhardt
-3
/
+4
2024-04-01
midx-write: move writing-related functions from midx.c
Taylor Blau
-1539
/
+14
2024-03-25
midx: use strvec_pushf() for pack-objects base name
René Scharfe
-6
/
+1
2023-12-14
midx: implement `midx_preferred_pack()`
Taylor Blau
-0
/
+20
2023-12-14
midx: implement `midx_locate_pack()`
Taylor Blau
-2
/
+11
2023-12-14
midx: implement `BTMP` chunk
Taylor Blau
-3
/
+72
2023-12-14
midx: factor out `fill_pack_info()`
Taylor Blau
-18
/
+20
2023-12-14
pack-objects: free packing_data in more places
Taylor Blau
-0
/
+5
2023-11-09
midx: check consistency of fanout table
Jeff King
-9
/
+11
2023-10-09
midx: check size of revindex chunk
Jeff King
-1
/
+2
2023-10-09
midx: bounds-check large offset chunk
Jeff King
-3
/
+5
2023-10-09
midx: check size of object offset chunk
Jeff King
-1
/
+14
2023-10-09
midx: enforce chunk alignment on reading
Jeff King
-1
/
+2
2023-10-09
midx: check size of pack names chunk
Jeff King
-2
/
+9
2023-10-09
midx: check size of oid lookup chunk
Jeff King
-3
/
+15
2023-10-09
midx: stop ignoring malformed oid fanout chunk
Jeff King
-8
/
+8
[next]