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.h
Age
Commit message (
Expand
)
Author
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
2026-01-12
packfile: drop repository parameter from `packed_object_info()`
Patrick Steinhardt
2026-01-12
packfile: disentangle return value of `packed_object_info()`
Patrick Steinhardt
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
2026-01-09
packfile: inline `find_kept_pack_entry()`
Patrick Steinhardt
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
2026-01-09
packfile: refactor kept-pack cache to work with packfile stores
Patrick Steinhardt
2026-01-09
packfile: create store via its owning source
Patrick Steinhardt
2025-12-16
Merge branch 'ps/object-read-stream'
Junio C Hamano
2025-12-15
Merge branch 'ps/object-read-stream' into ps/packfile-store-in-odb-source
Junio C Hamano
2025-12-05
Merge branch 'ps/object-source-management'
Junio C Hamano
2025-11-24
Merge branch 'ps/object-source-loose'
Junio C Hamano
2025-11-23
streaming: move logic to read packed objects streams into backend
Patrick Steinhardt
2025-11-23
packfile: introduce function to read object info from a store
Patrick Steinhardt
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
2025-11-03
object-file: refactor freshening of objects
Patrick Steinhardt
2025-10-30
packfile: track packs via the MRU list exclusively
Patrick Steinhardt
2025-10-30
packfile: move list of packs into the packfile store
Patrick Steinhardt
2025-10-30
http: refactor subsystem to use `packfile_list`s
Patrick Steinhardt
2025-10-30
packfile: move the MRU list into the packfile store
Patrick Steinhardt
2025-10-30
packfile: use a `strmap` to store packs by name
Patrick Steinhardt
2025-10-16
packfile: rename `packfile_store_get_all_packs()`
Patrick Steinhardt
2025-10-16
packfile: introduce macro to iterate through packs
Patrick Steinhardt
2025-10-16
packfile: drop `packfile_store_get_packs()`
Patrick Steinhardt
2025-09-24
packfile: refactor `get_packed_git_mru()` to work on packfile store
Patrick Steinhardt
2025-09-24
packfile: refactor `get_all_packs()` to work on packfile store
Patrick Steinhardt
2025-09-24
packfile: refactor `get_packed_git()` to work on packfile store
Patrick Steinhardt
2025-09-24
packfile: move `get_multi_pack_index()` into "midx.c"
Patrick Steinhardt
2025-09-24
packfile: introduce function to load and add packfiles
Patrick Steinhardt
2025-09-24
packfile: refactor `install_packed_git()` to work on packfile store
Patrick Steinhardt
2025-09-24
packfile: split up responsibilities of `reprepare_packed_git()`
Patrick Steinhardt
2025-09-24
odb: move kept cache into `struct packfile_store`
Patrick Steinhardt
2025-09-24
odb: move MRU list of packfiles into `struct packfile_store`
Patrick Steinhardt
2025-09-24
odb: move packfile map into `struct packfile_store`
Patrick Steinhardt
2025-09-24
odb: move initialization bit into `struct packfile_store`
Patrick Steinhardt
2025-09-24
odb: move list of packfiles into `struct packfile_store`
Patrick Steinhardt
2025-09-24
packfile: introduce a new `struct packfile_store`
Patrick Steinhardt
2025-07-15
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
2025-07-01
object-store: rename `raw_object_store` to `object_database`
Patrick Steinhardt
2025-04-29
object-store: move function declarations to their respective subsystems
Patrick Steinhardt
2025-04-29
object-store: move `struct packed_git` into "packfile.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
packfile: factor out --pack_header argument parsing
Jeff King
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
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: add repository to struct `packed_git`
Karthik Nayak
[next]