summaryrefslogtreecommitdiff
path: root/odb/source-packed.c
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge branch 'ps/odb-pluggable-fsck' into jchJunio C Hamano1-0/+117
3 daysMerge branch 'ps/odb-alternates-at-creation' into jchJunio C Hamano1-7/+0
3 daysMerge branch 'as/utimensat-utimes' into jchJunio C Hamano1-5/+7
3 daysMerge branch 'ps/odb-stop-registering-in-memory-sources' into jchJunio C Hamano1-0/+1
3 daysMerge branch 'en/midx-missing-pack-fallback'Junio C Hamano1-5/+37
4 daysodb/source: remove the ability to write alternatesPatrick Steinhardt1-7/+0
11 daysodb/packed: fix memory leaks when freeing sourcePatrick Steinhardt1-0/+1
13 daysMerge branch 'ps/odb-generic-corrupt-objects'Junio C Hamano1-15/+43
13 daysbuiltin/fsck: move multi-pack index verification into the packed sourcePatrick Steinhardt1-0/+27
13 daysbuiltin/fsck: move bitmap verification into the packed sourcePatrick Steinhardt1-0/+3
13 daysbuiltin/fsck: move reverse index verification into the packed sourcePatrick Steinhardt1-0/+39
13 daysbuiltin/fsck: move packfile verification into the packed sourcePatrick Steinhardt1-3/+43
13 daysodb: provide infrastructure for pluggable fsck checksPatrick Steinhardt1-0/+8
14 dayspackfile: recover when a multi-pack-index names a removed packElijah Newren1-5/+37
2026-08-25Merge branch 'ch/chdir-notify-drop-name'Junio C Hamano1-4/+3
2026-08-21treewide: use utimensat(2) instead of legacy utime(3p)Alexey Samsonov1-5/+7
2026-08-19odb/source: allow `read_object_info()` to bubble up error messagesPatrick Steinhardt1-8/+26
2026-08-19odb/source: let callers discern missing and corrupt objectsPatrick Steinhardt1-1/+1
2026-08-19odb/source: introduce error status when reading objectsPatrick Steinhardt1-4/+4
2026-08-19odb/source-packed: flag known-bad objects as corrupt and not missingPatrick Steinhardt1-6/+16
2026-08-14chdir-notify.h: Removed unused param 'name'Colin Hinton1-4/+3
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-1/+0
2026-07-30Merge branch 'ps/odb-move-loose-object-writing'Junio C Hamano1-4/+13
2026-07-22Merge branch 'ps/odb-for-each-object-filter'Junio C Hamano1-7/+70
2026-07-22Merge branch 'jt/receive-pack-use-odb-transactions'Junio C Hamano1-1/+2
2026-07-18odb: support setting mtime when writing objectsPatrick Steinhardt1-2/+11
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-1/+2
2026-07-15Merge branch 'ps/odb-drop-whence'Junio C Hamano1-2/+2
2026-07-15odb: introduce object filters to `odb_for_each_object()`Patrick Steinhardt1-0/+62
2026-07-15odb/source-packed: improve lookup when enumerating objectsPatrick Steinhardt1-7/+8
2026-07-13Merge branch 'ps/odb-generalize-prepare'Junio C Hamano1-18/+16
2026-07-09Merge branch 'ps/odb-drop-whence' into ps/odb-for-each-object-filterJunio C Hamano1-2/+2
2026-07-06Merge branch 'ps/connected-generic-promisor-checks'Junio C Hamano1-13/+37
2026-07-06Merge branch 'po/hash-object-size-t'Junio C Hamano1-1/+1
2026-07-02packfile: thread odb_source_packed through packed_object_info()Patrick Steinhardt1-2/+2
2026-06-25odb/source-packed: support flags when iterating an object prefixPatrick Steinhardt1-3/+19
2026-06-25odb/source-packed: extract logic to skip certain packsPatrick Steinhardt1-10/+18
2026-06-22odb/source: generalize `reprepare()` callbackPatrick Steinhardt1-18/+16
2026-06-17odb/source-packed: drop pointer to "files" parent sourcePatrick Steinhardt1-14/+13
2026-06-17midx: refactor interfaces to work on "packed" sourcePatrick Steinhardt1-6/+6
2026-06-17odb/source-packed: stub out remaining functionsPatrick Steinhardt1-0/+42
2026-06-17odb/source-packed: wire up `freshen_object()` callbackPatrick Steinhardt1-3/+23
2026-06-17odb/source-packed: wire up `find_abbrev_len()` callbackPatrick Steinhardt1-0/+113
2026-06-17odb/source-packed: wire up `count_objects()` callbackPatrick Steinhardt1-0/+33
2026-06-17odb/source-packed: wire up `for_each_object()` callbackPatrick Steinhardt1-0/+258
2026-06-17odb/source-packed: wire up `read_object_stream()` callbackPatrick Steinhardt1-0/+16