summaryrefslogtreecommitdiff
path: root/odb.c
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge branch 'mm/diff-process-hunks' into seenJunio C Hamano1-0/+2
3 daysMerge branch 'ps/odb-pluggable-fsck' into jchJunio C Hamano1-0/+9
3 daysMerge branch 'ps/odb-alternates-at-creation' into jchJunio C Hamano1-9/+0
4 daysodb/source: remove the ability to write alternatesPatrick Steinhardt1-9/+0
10 daysdiff-hunks: add the store format, library, and commandMichael Montalbo1-0/+2
11 daysodb: remove the ability to link sources ad-hocPatrick Steinhardt1-6/+0
11 daysodb: remove infrastructure to register submodule sourcesPatrick Steinhardt1-36/+0
11 daysMerge branch 'ty/repository-fetch-if-missing'Junio C Hamano1-3/+1
12 daysMerge branch 'ty/repository-fetch-if-missing' into ps/ps/odb-stop-registering...Junio C Hamano1-3/+1
13 daysMerge branch 'ps/odb-pluggable-pack-generation'Junio C Hamano1-0/+21
13 daysMerge branch 'jt/receive-pack-pluggable-writes'Junio C Hamano1-2/+7
13 daysMerge branch 'ps/odb-eagerly-load-alternates'Junio C Hamano1-56/+68
13 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-22/+41
13 daysodb: provide infrastructure for pluggable fsck checksPatrick Steinhardt1-0/+9
2026-08-25Merge branch 'ps/odb-eagerly-load-alternates' into ps/odb-pluggable-fsckJunio C Hamano1-56/+68
2026-08-25Merge branch 'ps/odb-pluggable-pack-generation' into ps/odb-pluggable-fsckJunio C Hamano1-0/+21
2026-08-25Merge branch 'ps/odb-eagerly-load-alternates' into ps/odb-alternates-at-creationJunio C Hamano1-56/+68
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