aboutsummaryrefslogtreecommitdiffstats
path: root/bundle.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+0
2022-10-30Merge branch 'ds/bundle-uri-3'Taylor Blau1-2/+13
2022-10-12bundle-uri: quiet failed unbundlingsDerrick Stolee1-0/+1
2022-10-12bundle: add flags to verify_bundle()Derrick Stolee1-2/+12
2022-09-12list-objects-filter: add and use initializersJeff King1-0/+1
2022-05-16bundle.h: make "fd" version of read_bundle_header() publicÆvar Arnfjörð Bjarmason1-0/+2
2022-03-09bundle: parse filter capabilityDerrick Stolee1-0/+2
2021-09-07bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason1-2/+5
2021-08-27bundle API: start writing API documentationÆvar Arnfjörð Bjarmason1-0/+7
2021-07-06bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason1-10/+11
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano1-1/+3
2020-07-30bundle: add new version for use with SHA-256brian m. carlson1-1/+3
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-1/+1
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-06-19bundle: detect hash algorithm when reading refsbrian m. carlson1-0/+1
2019-11-11bundle-create: progress output controlRobin H. Johnson1-1/+2
2019-01-24create_bundle(): drop unused "header" parameterJeff King1-2/+2
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-4/+5
2017-05-02bundle: convert to struct object_idbrian m. carlson1-1/+3
2011-10-21Merge branch 'jc/unseekable-bundle'Junio C Hamano1-0/+1
2011-10-13bundle: add parse_bundle_header() helper functionJunio C Hamano1-0/+1
2011-09-19Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano1-1/+2
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin1-0/+25