index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packfile.c
Age
Commit message (
Expand
)
Author
2025-12-18
odb: do not use "blank" substitute for NULL
Junio C Hamano
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-09
packfile: skip hash checks in add_promisor_object()
Aaron Plattner
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 into object database subsystem
Patrick Steinhardt
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: always add packfiles to MRU when adding a pack
Patrick Steinhardt
2025-10-30
packfile: move list of packs into the packfile store
Patrick Steinhardt
2025-10-30
packfile: fix approximation of object counts
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
packfile: refactor `prepare_packed_git()` to work on packfile store
Patrick Steinhardt
2025-09-24
packfile: reorder functions to avoid function declaration
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-08-11
midx: drop redundant `struct repository` parameter
Patrick Steinhardt
2025-08-11
odb: store locality in object database sources
Patrick Steinhardt
2025-07-15
midx: remove now-unused linked list of multi-pack indices
Patrick Steinhardt
2025-07-15
packfile: stop using linked MIDX list in `get_all_packs()`
Patrick Steinhardt
2025-07-15
packfile: stop using linked MIDX list in `find_pack_entry()`
Patrick Steinhardt
2025-07-15
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt
2025-07-15
midx: stop using linked list when closing MIDX
Patrick Steinhardt
2025-07-15
packfile: refactor `prepare_packed_git_one()` to work on sources
Patrick Steinhardt
2025-07-15
midx: start tracking per object database source
Patrick Steinhardt
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
[prev]
[next]