summaryrefslogtreecommitdiff
path: root/builtin/unpack-objects.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge branch 'jt/receive-pack-pluggable-writes'Junio C Hamano1-1/+1
2026-08-20odb/transaction: add transaction finalize interfaceJustin Tobler1-1/+1
2026-08-05odb/streaming: rename `struct input_zstream_data`Patrick Steinhardt1-6/+6
2026-08-05odb/streaming: consolidate read and write streamsPatrick Steinhardt1-15/+16
2026-08-05odb/streaming: support streaming arbitrary object typesPatrick Steinhardt1-0/+1
2026-08-05odb/streaming: drop `is_finished` fieldPatrick Steinhardt1-7/+8
2026-08-05odb/streaming: track write stream size in the structurePatrick Steinhardt1-1/+2
2026-07-22Merge branch 'jt/receive-pack-use-odb-transactions'Junio C Hamano1-1/+1
2026-07-10odb/transaction: introduce ODB transaction flagsJustin Tobler1-1/+1
2026-07-10odb/transaction: propagate begin errorsJustin Tobler1-1/+1
2026-07-07hash: use git_hash_init() consistentlyJeff King1-2/+2
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-2/+4
2026-06-15patch-delta: use size_t for sizesJohannes Schindelin1-1/+1
2026-05-27Merge branch 'jt/odb-transaction-write'Junio C Hamano1-12/+9
2026-05-20Merge branch 'sb/unpack-index-pack-buffer-resize'Junio C Hamano1-2/+1
2026-05-15odb: update `struct odb_write_stream` read() callbackJustin Tobler1-12/+8
2026-05-15odb: split `struct odb_transaction` into separate headerJustin Tobler1-0/+1
2026-05-09index-pack, unpack-objects: use size_t for object sizeJohannes Schindelin1-1/+3
2026-04-29index-pack, unpack-objects: increase input buffer from 4 KiB to 128 KiBScott Bauersfeld1-2/+1
2026-04-08Merge branch 'ps/odb-cleanup'Junio C Hamano1-1/+1
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-1/+1
2026-03-23fsck: store repository in fsck optionsPatrick Steinhardt1-2/+2
2026-03-23fsck: initialize fsck options via a functionPatrick Steinhardt1-1/+3
2025-11-03object-file: refactor writing objects via a streamPatrick Steinhardt1-4/+3
2025-09-16odb: add transaction interfaceJustin Tobler1-2/+2
2025-09-16object-file: relocate ODB transaction codeJustin Tobler1-1/+0
2025-08-25bulk-checkin: remove global transaction stateJustin Tobler1-2/+3
2025-08-05Merge branch 'ps/object-file-wo-the-repository'Junio C Hamano1-7/+8
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-16object-file: get rid of `the_repository` when writing objectsPatrick Steinhardt1-1/+2
2025-07-16odb: introduce `odb_write_object()`Patrick Steinhardt1-6/+6
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-2/+2
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-2/+2
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-1/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt1-0/+1
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano1-2/+3
2025-03-18index-pack, unpack-objects: restore missing ->init_fnJensen Huang1-0/+1
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2025-03-10environment: move access to "core.bigFileThreshold" into repo settingsPatrick Steinhardt1-1/+2
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-5/+4
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-2/+2
2025-01-28Merge branch 'jk/pack-header-parse-alignment-fix'Junio C Hamano1-19/+12
2025-01-28Merge branch 'jc/show-usage-help'Junio C Hamano1-0/+2
2025-01-21index-pack, unpack-objects: use skip_prefix to avoid magic numberJeff King1-3/+3
2025-01-21index-pack, unpack-objects: use get_be32() for reading pack headerJeff King1-6/+7
2025-01-21packfile: factor out --pack_header argument parsingJeff King1-12/+4
2025-01-17builtin: send usage() help text to standard outputJunio C Hamano1-0/+2