aboutsummaryrefslogtreecommitdiffstats
path: root/odb.h
AgeCommit message (Expand)AuthorFilesLines
2025-11-25odb: handle changing a repository's commondirPatrick Steinhardt1-4/+0
2025-11-25odb: handle initialization of sources in `odb_new()`Patrick Steinhardt1-1/+14
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt1-7/+0
2025-11-19odb: refactor `odb_clear()` to `odb_free()`Patrick Steinhardt1-1/+3
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt1-0/+7
2025-11-03object-file: refactor writing objects via a streamPatrick Steinhardt1-0/+10
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt1-0/+3
2025-11-03object-file: move loose object map into loose sourcePatrick Steinhardt1-3/+0
2025-11-03object-file: move loose object cache into loose sourcePatrick Steinhardt1-12/+0
2025-11-03object-file: introduce `struct odb_source_loose`Patrick Steinhardt1-0/+3
2025-11-03object-file: move `fetch_if_missing`Patrick Steinhardt1-0/+8
2025-11-03odb: introduce `odb_source_new()`Patrick Steinhardt1-0/+4
2025-10-07Merge branch 'ps/odb-clean-stale-wrappers'Junio C Hamano1-33/+0
2025-10-07Merge branch 'ps/packfile-store'Junio C Hamano1-27/+9
2025-10-02Merge branch 'jt/odb-transaction'Junio C Hamano1-0/+13
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt1-0/+6
2025-09-24odb: move kept cache into `struct packfile_store`Patrick Steinhardt1-9/+1
2025-09-24odb: move MRU list of packfiles into `struct packfile_store`Patrick Steinhardt1-4/+0
2025-09-24odb: move packfile map into `struct packfile_store`Patrick Steinhardt1-7/+1
2025-09-24odb: move initialization bit into `struct packfile_store`Patrick Steinhardt1-6/+0
2025-09-24odb: move list of packfiles into `struct packfile_store`Patrick Steinhardt1-1/+0
2025-09-24packfile: introduce a new `struct packfile_store`Patrick Steinhardt1-1/+2
2025-09-16odb: add transaction interfaceJustin Tobler1-0/+13
2025-09-15Merge branch 'jt/de-global-bulk-checkin'Junio C Hamano1-0/+8
2025-09-12Merge branch 'ps/object-store-midx-dedup-info'Junio C Hamano1-4/+15
2025-09-11odb: drop deprecated wrapper functionsPatrick Steinhardt1-33/+0
2025-09-02Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-storeJunio C Hamano1-4/+15
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler1-0/+8
2025-08-11odb: return newly created in-memory sourcesPatrick Steinhardt1-2/+2
2025-08-11odb: allow `odb_find_source()` to failPatrick Steinhardt1-2/+5
2025-08-11odb: store locality in object database sourcesPatrick Steinhardt1-0/+8
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-0/+38
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-0/+38
2025-07-15midx: remove now-unused linked list of multi-pack indicesPatrick Steinhardt1-7/+0
2025-07-15midx: start tracking per object database sourcePatrick Steinhardt1-1/+8
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt1-8/+7
2025-07-01odb: rename `pretend_object_file()`Patrick Steinhardt1-3/+3
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-2/+10
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-6/+23
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-8/+38
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt1-0/+15
2025-07-01odb: get rid of `the_repository` when handling the primary sourcePatrick Steinhardt1-11/+15
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt1-5/+18
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt1-17/+36
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt1-3/+4
2025-07-01odb: get rid of `the_repository` in `assert_oid_type()`Patrick Steinhardt1-1/+2
2025-07-01odb: get rid of `the_repository` in `find_odb()`Patrick Steinhardt1-1/+6
2025-07-01odb: introduce parent pointersPatrick Steinhardt1-1/+7
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-0/+355