summaryrefslogtreecommitdiff
path: root/odb/source-files.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'ps/odb-pluggable-pack-generation'Junio C Hamano1-0/+149
12 daysMerge branch 'ps/odb-geometric-repack-loose-threshold'Junio C Hamano1-1/+1
12 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-7/+24
2026-08-25Merge branch 'ch/chdir-notify-drop-name'Junio C Hamano1-4/+3
2026-08-23Merge branch 'ps/odb-streams'Junio C Hamano1-4/+3
2026-08-21odb/files: be less aggressive with geometric repackingPatrick Steinhardt1-1/+1
2026-08-21odb: introduce interface to generate packfilesPatrick Steinhardt1-0/+149
2026-08-20Merge branch 'ps/odb-make-creation-pluggable'Junio C Hamano1-0/+18
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt1-3/+6
2026-08-19odb/source: let callers discern missing and corrupt objectsPatrick Steinhardt1-3/+17
2026-08-19odb/source: introduce error status when reading objectsPatrick Steinhardt1-4/+4
2026-08-14chdir-notify.h: Removed unused param 'name'Colin Hinton1-4/+3
2026-08-06odb: make creation of on-disk structures pluggablePatrick Steinhardt1-0/+19
2026-08-05Merge branch 'ps/odb-pluggable-housekeeping'Junio C Hamano1-0/+470
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-1/+1
2026-08-05odb/streaming: rename `struct odb_read_stream`Patrick Steinhardt1-1/+1
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-2/+1
2026-07-30Merge branch 'ps/odb-move-loose-object-writing'Junio C Hamano1-6/+8
2026-07-30Merge branch 'rs/tempfile-wo-the-repository'Junio C Hamano1-1/+2
2026-07-22Merge branch 'jt/receive-pack-use-odb-transactions'Junio C Hamano1-6/+3
2026-07-18odb: support setting mtime when writing objectsPatrick Steinhardt1-4/+6
2026-07-18odb: compute object hash in `odb_write_object_ext()`Patrick Steinhardt1-1/+1
2026-07-18odb: compute compat object ID in `odb_write_object_ext()`Patrick Steinhardt1-1/+1
2026-07-18Merge branch 'jt/receive-pack-use-odb-transactions' into HEADJunio C Hamano1-6/+3
2026-07-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe1-1/+2
2026-07-13Merge branch 'ps/odb-generalize-prepare'Junio C Hamano1-4/+5
2026-07-13odb: make optimizations pluggablePatrick Steinhardt1-0/+470
2026-07-10odb/transaction: introduce ODB transaction flagsJustin Tobler1-2/+3
2026-07-10object-file: propagate files transaction errorsJustin Tobler1-5/+1
2026-07-06Merge branch 'po/hash-object-size-t'Junio C Hamano1-1/+1
2026-06-22odb/source: generalize `reprepare()` callbackPatrick Steinhardt1-4/+5
2026-06-17odb/source-packed: drop pointer to "files" parent sourcePatrick Steinhardt1-1/+1
2026-06-17odb/source-packed: wire up `freshen_object()` callbackPatrick Steinhardt1-1/+1
2026-06-17odb/source-packed: wire up `find_abbrev_len()` callbackPatrick Steinhardt1-1/+1
2026-06-17odb/source-packed: wire up `count_objects()` callbackPatrick Steinhardt1-1/+1
2026-06-17odb/source-packed: wire up `for_each_object()` callbackPatrick Steinhardt1-1/+1
2026-06-17odb/source-packed: wire up `read_object_stream()` callbackPatrick Steinhardt1-1/+1
2026-06-17odb/source-packed: wire up `read_object_info()` callbackPatrick Steinhardt1-1/+1
2026-06-17odb/source-packed: wire up `reprepare()` callbackPatrick Steinhardt1-1/+1
2026-06-17odb/source-packed: wire up `close()` callbackPatrick Steinhardt1-1/+1
2026-06-17odb/source-packed: start converting to a proper `struct odb_source`Patrick Steinhardt1-1/+1
2026-06-17odb/source-packed: store pointer to "files" instead of generic sourcePatrick Steinhardt1-1/+1
2026-06-17packfile: move packed source into "odb/" subsystemPatrick Steinhardt1-1/+1
2026-06-16object-file.c: use size_t for header lengthsPhilip Oakley1-1/+1
2026-06-01odb/source-loose: drop pointer to the "files" sourcePatrick Steinhardt1-1/+1
2026-06-01odb/source-loose: wire up `write_object_stream()` callbackPatrick Steinhardt1-1/+2
2026-06-01object-file: refactor writing objects to use loose sourcePatrick Steinhardt1-1/+2
2026-06-01odb/source-loose: wire up `write_object()` callbackPatrick Steinhardt1-2/+3
2026-06-01odb/source-loose: wire up `freshen_object()` callbackPatrick Steinhardt1-1/+1
2026-06-01odb/source-loose: wire up `count_objects()` callbackPatrick Steinhardt1-1/+1