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