summaryrefslogtreecommitdiffstats
path: root/bundle.c
AgeCommit message (Expand)AuthorLines
2023-02-22Merge branch 'ab/various-leak-fixes'Junio C Hamano-2/+4
2023-02-06bundle.c: don't leak the "args" in the "struct child_process"Ævar Arnfjörð Bjarmason-2/+4
2023-01-31bundle: verify using check_connected()Derrick Stolee-46/+29
2022-10-12bundle-uri: quiet failed unbundlingsDerrick Stolee-2/+8
2022-10-12bundle: add flags to verify_bundle()Derrick Stolee-4/+5
2022-10-12bundle: properly clear all revision flagsDerrick Stolee-13/+10
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano-4/+8
2022-05-16bundle.h: make "fd" version of read_bundle_header() publicÆvar Arnfjörð Bjarmason-4/+4
2022-04-13revisions API users: use release_revisions() needing REV_INFO_INITÆvar Arnfjörð Bjarmason-4/+8
2022-03-23bundle: output hash information in 'verify'Derrick Stolee-0/+2
2022-03-23bundle: move capabilities to end of 'verify'Derrick Stolee-5/+4
2022-03-21Merge branch 'ds/partial-bundles'Junio C Hamano-12/+62
2022-03-09bundle: unbundle promisor packsDerrick Stolee-0/+4
2022-03-09bundle: create filtered bundlesDerrick Stolee-11/+42
2022-03-09bundle: parse filter capabilityDerrick Stolee-1/+14
2022-03-09list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason-0/+2
2022-03-07string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason-4/+4
2021-09-07bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason-6/+6
2021-07-06bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason-24/+28
2021-07-06bundle.c: use a temporary variable for OIDs and namesÆvar Arnfjörð Bjarmason-8/+18
2021-01-11bundle: arguments can be read from stdinJiang Xin-50/+59
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano-1/+1
2020-09-02wt-status: tolerate dangling marksJonathan Tan-1/+1
2020-08-11Merge branch 'bc/sha-256-part-3'Junio C Hamano-21/+62
2020-07-30strvec: rename struct fieldsJeff King-1/+1
2020-07-30bundle: add new version for use with SHA-256brian m. carlson-21/+62
2020-07-28strvec: fix indentation in renamed callsJeff King-5/+5
2020-07-28strvec: convert more callers away from argv_array nameJeff King-6/+6
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-06-19bundle: detect hash algorithm when reading refsbrian m. carlson-1/+21
2019-11-11bundle-create: progress output controlRobin H. Johnson-4/+5
2019-08-19bundle: switch to use the_hash_algobrian m. carlson-2/+2
2019-05-28bundle verify: error out if called without an object databaseJohannes Schindelin-0/+3
2019-01-24create_bundle(): drop unused "header" parameterJeff King-2/+2
2019-01-04Merge branch 'nd/the-index'Junio C Hamano-12/+14
2018-11-18Merge branch 'jk/close-duped-fd-before-unlock-for-bundle'Junio C Hamano-21/+18
2018-11-17bundle: dup() output descriptor closer to point-of-useJeff King-21/+18
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy-12/+14
2018-10-19Merge branch 'nd/the-index'Junio C Hamano-2/+2
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-2/+2
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King-1/+1
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller-1/+2
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller-1/+1
2018-06-29object: add repository argument to parse_objectStefan Beller-2/+3
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano-0/+1
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-05-10lock_file: make function-local locks non-staticMartin Ågren-1/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson-1/+1
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano-19/+16