aboutsummaryrefslogtreecommitdiffstats
path: root/bundle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-21Merge branch 'bc/use-sha256-by-default-in-3.0'Junio C Hamano1-2/+2
2025-07-01Use legacy hash for legacy formatsbrian m. carlson1-2/+2
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-1/+1
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-08bundle: fix non-linear performance scaling with refsKarthik Nayak1-1/+7
2025-01-25bundle: avoid closing file descriptor twiceJohannes Schindelin1-1/+3
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+1
2024-12-19Merge branch 'tc/bundle-with-tag-remove-workaround'Junio C Hamano1-30/+0
2024-12-12bundle: remove unneeded codeToon Claes1-30/+0
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-28bundle: support fsck message configurationJustin Tobler1-6/+7
2024-11-28bundle: add bundle verification options typeJustin Tobler1-1/+5
2024-09-03Merge branch 'ps/leakfixes-part-5'Junio C Hamano1-3/+1
2024-08-22transport: fix leaking arguments when fetching from bundlePatrick Steinhardt1-3/+1
2024-08-13bundle: default to SHA1 when reading bundle headersPatrick Steinhardt1-1/+6
2024-07-08Merge branch 'xx/bundie-uri-fixes'Junio C Hamano1-0/+3
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-10/+19
2024-06-20unbundle: extend object verification for fetchesXing Xin1-0/+3
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-11bundle: plug leaks in `create_bundle()`Patrick Steinhardt1-10/+19
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-1/+1
2023-07-25Merge branch 'dk/bundle-i18n-more'Junio C Hamano1-2/+2
2023-07-13i18n: mark more bundle.c strings for translationD. Ben Knoble1-2/+2
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+3
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano1-2/+4
2023-02-06bundle.c: don't leak the "args" in the "struct child_process"Ævar Arnfjörð Bjarmason1-2/+4
2023-01-31bundle: verify using check_connected()Derrick Stolee1-46/+29
2022-10-12bundle-uri: quiet failed unbundlingsDerrick Stolee1-2/+8
2022-10-12bundle: add flags to verify_bundle()Derrick Stolee1-4/+5
2022-10-12bundle: properly clear all revision flagsDerrick Stolee1-13/+10
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano1-4/+8
2022-05-16bundle.h: make "fd" version of read_bundle_header() publicÆvar Arnfjörð Bjarmason1-4/+4
2022-04-13revisions API users: use release_revisions() needing REV_INFO_INITÆvar Arnfjörð Bjarmason1-4/+8
2022-03-23bundle: output hash information in 'verify'Derrick Stolee1-0/+2
2022-03-23bundle: move capabilities to end of 'verify'Derrick Stolee1-5/+4
2022-03-21Merge branch 'ds/partial-bundles'Junio C Hamano1-12/+62
2022-03-09bundle: unbundle promisor packsDerrick Stolee1-0/+4
2022-03-09bundle: create filtered bundlesDerrick Stolee1-11/+42
2022-03-09bundle: parse filter capabilityDerrick Stolee1-1/+14