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
/
odb.h
Age
Commit message (
Expand
)
Author
2026-01-21
Merge branch 'ps/read-object-info-improvements'
Junio C Hamano
2026-01-12
packfile: extend `is_delta` field to allow for "unknown" state
Patrick Steinhardt
2026-01-12
packfile: always declare object info to be OI_PACKED
Patrick Steinhardt
2026-01-09
packfile: move MIDX into packfile store
Patrick Steinhardt
2026-01-09
packfile: move packfile store into object source
Patrick Steinhardt
2025-11-25
odb: handle changing a repository's commondir
Patrick Steinhardt
2025-11-25
odb: handle initialization of sources in `odb_new()`
Patrick Steinhardt
2025-11-25
odb: move logic to disable ref updates into repo
Patrick Steinhardt
2025-11-19
odb: refactor `odb_clear()` to `odb_free()`
Patrick Steinhardt
2025-11-19
odb: adopt logic to close object databases
Patrick Steinhardt
2025-11-03
object-file: refactor writing objects via a stream
Patrick Steinhardt
2025-11-03
object-file: refactor freshening of objects
Patrick Steinhardt
2025-11-03
object-file: move loose object map into loose source
Patrick Steinhardt
2025-11-03
object-file: move loose object cache into loose source
Patrick Steinhardt
2025-11-03
object-file: introduce `struct odb_source_loose`
Patrick Steinhardt
2025-11-03
object-file: move `fetch_if_missing`
Patrick Steinhardt
2025-11-03
odb: introduce `odb_source_new()`
Patrick Steinhardt
2025-10-07
Merge branch 'ps/odb-clean-stale-wrappers'
Junio C Hamano
2025-10-07
Merge branch 'ps/packfile-store'
Junio C Hamano
2025-10-02
Merge branch 'jt/odb-transaction'
Junio C Hamano
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-09-16
odb: add transaction interface
Justin Tobler
2025-09-15
Merge branch 'jt/de-global-bulk-checkin'
Junio C Hamano
2025-09-12
Merge branch 'ps/object-store-midx-dedup-info'
Junio C Hamano
2025-09-11
odb: drop deprecated wrapper functions
Patrick Steinhardt
2025-09-02
Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-store
Junio C Hamano
2025-08-25
bulk-checkin: remove global transaction state
Justin Tobler
2025-08-11
odb: return newly created in-memory sources
Patrick Steinhardt
2025-08-11
odb: allow `odb_find_source()` to fail
Patrick Steinhardt
2025-08-11
odb: store locality in object database sources
Patrick Steinhardt
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
2025-07-15
midx: remove now-unused linked list of multi-pack indices
Patrick Steinhardt
2025-07-15
midx: start tracking per object database source
Patrick Steinhardt
2025-07-01
odb: rename `read_object_with_reference()`
Patrick Steinhardt
2025-07-01
odb: rename `pretend_object_file()`
Patrick Steinhardt
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` when handling submodule sources
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` when handling the primary source
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` in `for_each()` functions
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
2025-07-01
odb: get rid of `the_repository` in `odb_mkstemp()`
Patrick Steinhardt
[next]