aboutsummaryrefslogtreecommitdiffstats
path: root/odb.c
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge branch 'ps/object-read-stream'Junio C Hamano1-25/+4
2025-11-25odb: handle recreation of quarantine directoriesPatrick Steinhardt1-0/+7
2025-11-25odb: handle changing a repository's commondirPatrick Steinhardt1-3/+34
2025-11-25odb: handle initialization of sources in `odb_new()`Patrick Steinhardt1-1/+13
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt1-1/+2
2025-11-23packfile: introduce function to read object info from a storePatrick Steinhardt1-25/+4
2025-11-19odb: refactor `odb_clear()` to `odb_free()`Patrick Steinhardt1-11/+8
2025-11-19odb: adopt logic to close object databasesPatrick Steinhardt1-1/+17
2025-11-03object-file: refactor writing objects via a streamPatrick Steinhardt1-0/+7
2025-11-03object-file: rename `write_object_file()`Patrick Steinhardt1-1/+2
2025-11-03object-file: refactor freshening of objectsPatrick Steinhardt1-0/+16
2025-11-03object-file: read objects via the loose object sourcePatrick Steinhardt1-2/+7
2025-11-03object-file: move loose object map into loose sourcePatrick Steinhardt1-1/+0
2025-11-03object-file: hide internals when we need to reprepare loose sourcesPatrick Steinhardt1-1/+1
2025-11-03object-file: move loose object cache into loose sourcePatrick Steinhardt1-1/+0
2025-11-03object-file: introduce `struct odb_source_loose`Patrick Steinhardt1-0/+2
2025-11-03odb: adjust naming to free object sourcesPatrick Steinhardt1-5/+5
2025-11-03odb: introduce `odb_source_new()`Patrick Steinhardt1-7/+16
2025-11-03odb: fix subtle logic to check whether an alternate is usablePatrick Steinhardt1-13/+17
2025-10-07Merge branch 'ps/packfile-store'Junio C Hamano1-13/+27
2025-10-02Merge branch 'jt/odb-transaction'Junio C Hamano1-0/+10
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt1-1/+26
2025-09-24odb: move MRU list of packfiles into `struct packfile_store`Patrick Steinhardt1-2/+0
2025-09-24odb: move packfile map into `struct packfile_store`Patrick Steinhardt1-2/+0
2025-09-24odb: move list of packfiles into `struct packfile_store`Patrick Steinhardt1-10/+2
2025-09-24packfile: introduce a new `struct packfile_store`Patrick Steinhardt1-0/+1
2025-09-16odb: add transaction interfaceJustin Tobler1-0/+10
2025-09-12Merge branch 'ps/object-store-midx-dedup-info'Junio C Hamano1-32/+32
2025-09-02Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-storeJunio C Hamano1-32/+32
2025-08-11odb: simplify calling `link_alt_odb_entry()`Patrick Steinhardt1-18/+7
2025-08-11odb: return newly created in-memory sourcesPatrick Steinhardt1-12/+18
2025-08-11odb: consistently use "dir" to refer to alternate's directoryPatrick Steinhardt1-16/+14
2025-08-11odb: allow `odb_find_source()` to failPatrick Steinhardt1-0/+6
2025-08-11odb: store locality in object database sourcesPatrick Steinhardt1-0/+1
2025-07-16object-file: get rid of `the_repository` when writing objectsPatrick Steinhardt1-2/+2
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-0/+10
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt1-8/+9
2025-07-01odb: rename `pretend_object_file()`Patrick Steinhardt1-9/+9
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-3/+3
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-12/+7
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-29/+31
2025-07-01odb: trivial refactorings to get rid of `the_repository`Patrick Steinhardt1-16/+16
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt1-6/+31
2025-07-01odb: get rid of `the_repository` when handling the primary sourcePatrick Steinhardt1-12/+15
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick Steinhardt1-17/+19
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt1-24/+20
2025-07-01odb: get rid of `the_repository` in `odb_mkstemp()`Patrick Steinhardt1-4/+5
2025-07-01odb: get rid of `the_repository` in `assert_oid_type()`Patrick Steinhardt1-2/+3
2025-07-01odb: get rid of `the_repository` in `find_odb()`Patrick Steinhardt1-3/+3
2025-07-01odb: introduce parent pointersPatrick Steinhardt1-19/+26
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-0/+1010