index
:
user/sven/git.git
gitweb/more-expires
gitweb/show-remotes
local
master
origin/HEAD
origin/maint
origin/master
Git
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packfile.c
Age
Commit message (
Expand
)
Author
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
2025-07-01
object-store: rename `raw_object_store` to `object_database`
Patrick Steinhardt
2025-05-30
Merge branch 'ps/midx-negative-packfile-cache'
Junio C Hamano
2025-05-28
packfile: explain ordering of how we look up auxiliary pack files
Patrick Steinhardt
2025-05-16
oid_object_info(): drop type_name strbuf
Jeff King
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
2025-03-13
builtin/pack-objects.c: freshen objects from existing cruft packs
Taylor Blau
2025-01-28
Merge branch 'jk/pack-header-parse-alignment-fix'
Junio C Hamano
2025-01-21
parse_pack_header_option(): avoid unaligned memory writes
Jeff King
2025-01-21
packfile: factor out --pack_header argument parsing
Jeff King
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-04
packfile.c: remove unnecessary prepare_packed_git() call
Taylor Blau
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
2024-12-04
config: make `delta_base_cache_limit` a non-global variable
Karthik Nayak
2024-12-04
packfile: pass down repository to `for_each_packed_object`
Karthik Nayak
2024-12-04
packfile: pass down repository to `has_object[_kept]_pack`
Karthik Nayak
2024-12-04
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
2024-12-04
packfile: pass `repository` to static function in the file
Karthik Nayak
2024-12-04
packfile: use `repository` from `packed_git` directly
Karthik Nayak
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
2024-10-25
packfile: use oidread() instead of hashcpy() to fill object_id
Jeff King
2024-10-25
packfile: use object_id in find_pack_entry_one()
Jeff King
2024-10-25
packfile: convert find_sha1_pack() to use object_id
Jeff King
2024-10-25
packfile: drop sha1_pack_index_name()
Jeff King
2024-10-25
packfile: drop sha1_pack_name()
Jeff King
2024-10-25
packfile: drop has_pack_index()
Jeff King
2024-10-25
dumb-http: store downloaded pack idx as tempfile
Jeff King
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
2024-08-06
midx: implement support for writing incremental MIDX chains
Taylor Blau
2024-08-06
midx: support reading incremental MIDX chains
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-06-14
hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()`
Patrick Steinhardt
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
2023-08-04
Merge branch 'jc/retire-get-sha1-hex'
Junio C Hamano
2023-07-25
Merge branch 'tb/object-access-overflow-protection'
Junio C Hamano
2023-07-24
hex: retire get_sha1_hex()
Junio C Hamano
2023-07-14
packfile.c: use checked arithmetic in `nth_packed_object_offset()`
Taylor Blau
2023-07-14
packfile.c: prevent overflow in `load_idx()`
Taylor Blau
2023-07-12
packfile.c: prevent overflow in `nth_packed_object_id()`
Taylor Blau
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
2023-06-29
Merge branch 'ds/remove-idx-before-pack'
Junio C Hamano
[next]