summaryrefslogtreecommitdiff
path: root/odb.h
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge branch 'ty/repository-fetch-if-missing'Junio C Hamano1-8/+0
12 daysMerge branch 'ps/odb-pluggable-pack-generation'Junio C Hamano1-0/+152
12 daysMerge branch 'jt/receive-pack-pluggable-writes'Junio C Hamano1-2/+4
12 daysMerge branch 'ps/odb-eagerly-load-alternates'Junio C Hamano1-12/+10
12 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-4/+13
2026-08-23Merge branch 'ps/odb-streams'Junio C Hamano1-2/+2
2026-08-23Merge branch 'ps/cat-file-remote-object-info-type'Junio C Hamano1-3/+0
2026-08-21odb: introduce interface to generate packfilesPatrick Steinhardt1-0/+152
2026-08-20odb: return temporary ODB source when setJustin Tobler1-2/+4
2026-08-20Merge branch 'ps/odb-make-creation-pluggable'Junio C Hamano1-2/+15
2026-08-19odb/source: let callers discern missing and corrupt objectsPatrick Steinhardt1-0/+2
2026-08-19odb/source: introduce error status when reading objectsPatrick Steinhardt1-4/+11
2026-08-17odb: drop `alternates_db` fieldPatrick Steinhardt1-7/+0
2026-08-17odb: drop `loaded_alternates` fieldPatrick Steinhardt1-2/+0
2026-08-17odb: eagerly initialize alternatesPatrick Steinhardt1-6/+0
2026-08-17odb: decouple source path comparisons from `the_repository`Patrick Steinhardt1-1/+14
2026-08-15repository: move fetch_if_missing into struct repositoryTian Yuchen1-8/+0
2026-08-12Merge branch 'ps/odb-make-creation-pluggable' into ps/odb-eagerly-load-altern...Junio C Hamano1-2/+15
2026-08-07fetch-object-info: use dedicated struct for the resultsPablo Sabater1-3/+0
2026-08-06setup: handle ODB-related environment variables in `odb_new()`Patrick Steinhardt1-2/+15
2026-08-05Merge branch 'ps/odb-pluggable-housekeeping'Junio C Hamano1-0/+45
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-2/+2
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-1/+1
2026-07-30Merge branch 'ps/odb-move-loose-object-writing'Junio C Hamano1-4/+6
2026-07-30Merge branch 'ps/cat-file-remote-object-info'Junio C Hamano1-0/+9
2026-07-25Merge branch 'ps/cat-file-remote-object-info' into ps/cat-file-remote-object-...Junio C Hamano1-0/+9
2026-07-24cat-file: add remote-object-info to batch-commandEric Ju1-0/+3
2026-07-24transport: add client support for object-infoCalvin Wan1-0/+6
2026-07-22Merge branch 'ps/odb-for-each-object-filter'Junio C Hamano1-0/+12
2026-07-18odb: compute compat object ID in `odb_write_object_ext()`Patrick Steinhardt1-4/+6
2026-07-15Merge branch 'ps/odb-drop-whence'Junio C Hamano1-24/+56
2026-07-15odb: introduce object filters to `odb_for_each_object()`Patrick Steinhardt1-0/+12
2026-07-13Merge branch 'ps/odb-generalize-prepare'Junio C Hamano1-2/+14
2026-07-13odb: make optimizations pluggablePatrick Steinhardt1-0/+45
2026-07-02odb: document object info fieldsPatrick Steinhardt1-1/+17
2026-07-02odb: drop `whence` field from object infoPatrick Steinhardt1-7/+0
2026-07-02odb: add `source` field to struct object_info_sourcePatrick Steinhardt1-4/+7
2026-07-02odb: make backend-specific fields optionalPatrick Steinhardt1-20/+40
2026-06-22odb: introduce `odb_prepare()`Patrick Steinhardt1-2/+6
2026-06-22odb/source: generalize `reprepare()` callbackPatrick Steinhardt1-0/+8
2026-06-21Merge branch 'js/objects-larger-than-4gb-on-windows-more'Junio C Hamano1-5/+5
2026-06-16Merge branch 'wy/docs-typofixes'Junio C Hamano1-1/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-5/+5
2026-05-30docs: fix typos and grammarWeijie Yuan1-1/+1
2026-05-15odb: generic in-memory sourcePatrick Steinhardt1-1/+1
2026-05-15odb: introduce "in-memory" sourcePatrick Steinhardt1-2/+2
2026-05-15Merge branch 'jt/odb-transaction-write' into ps/odb-in-memoryJunio C Hamano1-36/+1
2026-05-15odb: update `struct odb_write_stream` read() callbackJustin Tobler1-5/+1
2026-05-15odb: split `struct odb_transaction` into separate headerJustin Tobler1-31/+0
2026-03-31odb: drop unneeded headers and forward declsPatrick Steinhardt1-9/+3