summaryrefslogtreecommitdiff
path: root/odb.c
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge branch 'ty/repository-fetch-if-missing'Junio C Hamano1-3/+1
10 daysMerge branch 'ps/odb-pluggable-pack-generation'Junio C Hamano1-0/+21
10 daysMerge branch 'jt/receive-pack-pluggable-writes'Junio C Hamano1-2/+7
10 daysMerge branch 'ps/odb-eagerly-load-alternates'Junio C Hamano1-56/+68
10 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-22/+41
2026-08-23Merge branch 'ps/odb-streams'Junio C Hamano1-2/+2
2026-08-21odb: introduce interface to generate packfilesPatrick Steinhardt1-0/+21
2026-08-20odb: return temporary ODB source when setJustin Tobler1-2/+7
2026-08-20Merge branch 'ps/odb-make-creation-pluggable'Junio C Hamano1-9/+12
2026-08-19odb: handle `OBJECT_INFO_DIE_IF_CORRUPT` genericallyPatrick Steinhardt1-14/+32
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt1-3/+4
2026-08-19odb/source: introduce error status when reading objectsPatrick Steinhardt1-8/+8
2026-08-17odb: drop `alternates_db` fieldPatrick Steinhardt1-8/+9
2026-08-17odb: drop `loaded_alternates` fieldPatrick Steinhardt1-8/+1
2026-08-17odb: eagerly initialize alternatesPatrick Steinhardt1-22/+4
2026-08-17odb: decouple source path comparisons from `the_repository`Patrick Steinhardt1-21/+57
2026-08-15repository: move fetch_if_missing into struct repositoryTian Yuchen1-3/+1
2026-08-12Merge branch 'ps/odb-make-creation-pluggable' into ps/odb-eagerly-load-altern...Junio C Hamano1-9/+12
2026-08-06setup: handle ODB-related environment variables in `odb_new()`Patrick Steinhardt1-9/+12
2026-08-05Merge branch 'ps/odb-pluggable-housekeeping'Junio C Hamano1-0/+12
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-1/+1
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-2/+2
2026-07-18odb: support setting mtime when writing objectsPatrick Steinhardt1-3/+3
2026-07-18odb: lift object existence check out of the "loose" backendPatrick Steinhardt1-0/+7
2026-07-18odb: compute object hash in `odb_write_object_ext()`Patrick Steinhardt1-0/+2
2026-07-18odb: compute compat object ID in `odb_write_object_ext()`Patrick Steinhardt1-2/+24
2026-07-15Merge branch 'ps/odb-drop-whence'Junio C Hamano1-2/+2
2026-07-13Merge branch 'ps/odb-generalize-prepare'Junio C Hamano1-6/+12
2026-07-13odb: make optimizations pluggablePatrick Steinhardt1-0/+12
2026-07-02odb: drop `whence` field from object infoPatrick Steinhardt1-1/+0
2026-07-02odb: add `source` field to struct object_info_sourcePatrick Steinhardt1-2/+2
2026-07-02odb: make backend-specific fields optionalPatrick Steinhardt1-1/+2
2026-06-22odb: introduce `odb_prepare()`Patrick Steinhardt1-6/+12
2026-06-22odb/source: generalize `reprepare()` callbackPatrick Steinhardt1-1/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-6/+6
2026-05-15odb: generic in-memory sourcePatrick Steinhardt1-4/+4
2026-05-15odb/source-inmemory: implement `write_object()` callbackPatrick Steinhardt1-14/+2
2026-05-15odb/source-inmemory: implement `read_object_info()` callbackPatrick Steinhardt1-38/+1
2026-05-15odb: fix unnecessary call to `find_cached_object()`Patrick Steinhardt1-2/+1
2026-05-15odb/source-inmemory: implement `free()` callbackPatrick Steinhardt1-21/+4
2026-05-15odb: introduce "in-memory" sourcePatrick Steinhardt1-8/+13
2026-05-15Merge branch 'jt/odb-transaction-write' into ps/odb-in-memoryJunio C Hamano1-25/+0
2026-05-15odb: split `struct odb_transaction` into separate headerJustin Tobler1-25/+0
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-3/+3
2026-03-31odb: use enum for `odb_write_object` flagsPatrick Steinhardt1-1/+1
2026-03-31treewide: use enum for `odb_for_each_object()` flagsPatrick Steinhardt1-1/+1
2026-03-20odb: introduce generic `odb_find_abbrev_len()`Patrick Steinhardt1-0/+73
2026-03-20odb: introduce `struct odb_for_each_object_options`Patrick Steinhardt1-7/+19
2026-03-12odb: introduce generic object countingPatrick Steinhardt1-1/+36
2026-03-05odb/source: make `write_alternate()` function pluggablePatrick Steinhardt1-52/+0