summaryrefslogtreecommitdiff
path: root/bundle.c
AgeCommit message (Expand)Author
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
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason
2021-09-07bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason
2021-07-06bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason
2021-07-06bundle.c: use a temporary variable for OIDs and namesÆvar Arnfjörð Bjarmason
2021-01-11bundle: arguments can be read from stdinJiang Xin
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano
2020-09-02wt-status: tolerate dangling marksJonathan Tan
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano
2020-07-30strvec: rename struct fieldsJeff King
2020-07-30bundle: add new version for use with SHA-256brian m. carlson
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-06-19bundle: detect hash algorithm when reading refsbrian m. carlson
2019-11-11bundle-create: progress output controlRobin H. Johnson
2019-08-19bundle: switch to use the_hash_algobrian m. carlson