summaryrefslogtreecommitdiff
path: root/bundle.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-2/+3
|\
| * cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* Merge branch 'ab/various-leak-fixes'Junio C Hamano2023-02-221-2/+4
|\
| * bundle.c: don't leak the "args" in the "struct child_process"Ævar Arnfjörð Bjarmason2023-02-061-2/+4
* | bundle: verify using check_connected()Derrick Stolee2023-01-311-46/+29
|/
* bundle-uri: quiet failed unbundlingsDerrick Stolee2022-10-121-2/+8
* bundle: add flags to verify_bundle()Derrick Stolee2022-10-121-4/+5
* bundle: properly clear all revision flagsDerrick Stolee2022-10-121-13/+10
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-4/+8
|\
| * revisions API users: use release_revisions() needing REV_INFO_INITÆvar Arnfjörð Bjarmason2022-04-131-4/+8
* | bundle.h: make "fd" version of read_bundle_header() publicÆvar Arnfjörð Bjarmason2022-05-161-4/+4
|/
* bundle: output hash information in 'verify'Derrick Stolee2022-03-231-0/+2
* bundle: move capabilities to end of 'verify'Derrick Stolee2022-03-231-5/+4
* Merge branch 'ds/partial-bundles'Junio C Hamano2022-03-211-12/+62
|\
| * bundle: unbundle promisor packsDerrick Stolee2022-03-091-0/+4
| * bundle: create filtered bundlesDerrick Stolee2022-03-091-11/+42
| * bundle: parse filter capabilityDerrick Stolee2022-03-091-1/+14
| * list-objects: handle NULL function pointersÆvar Arnfjörð Bjarmason2022-03-091-0/+2
* | string-list API: change "nr" and "alloc" to "size_t"Ævar Arnfjörð Bjarmason2022-03-071-4/+4
|/
* bundle API: change "flags" to be "extra_index_pack_args"Ævar Arnfjörð Bjarmason2021-09-071-6/+6
* bundle: remove "ref_list" in favor of string-list.c APIÆvar Arnfjörð Bjarmason2021-07-061-24/+28
* bundle.c: use a temporary variable for OIDs and namesÆvar Arnfjörð Bjarmason2021-07-061-8/+18
* bundle: arguments can be read from stdinJiang Xin2021-01-111-50/+59
* Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-091-1/+1
|\
| * wt-status: tolerate dangling marksJonathan Tan2020-09-021-1/+1
* | Merge branch 'bc/sha-256-part-3'Junio C Hamano2020-08-111-21/+62
|\ \
| * | bundle: add new version for use with SHA-256brian m. carlson2020-07-301-21/+62
| |/
* | strvec: rename struct fieldsJeff King2020-07-301-1/+1
* | strvec: fix indentation in renamed callsJeff King2020-07-281-5/+5
* | strvec: convert more callers away from argv_array nameJeff King2020-07-281-6/+6
* | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/
* bundle: detect hash algorithm when reading refsbrian m. carlson2020-06-191-1/+21
* bundle-create: progress output controlRobin H. Johnson2019-11-111-4/+5
* bundle: switch to use the_hash_algobrian m. carlson2019-08-191-2/+2
* bundle verify: error out if called without an object databaseJohannes Schindelin2019-05-281-0/+3
* create_bundle(): drop unused "header" parameterJeff King2019-01-241-2/+2
* Merge branch 'nd/the-index'Junio C Hamano2019-01-041-12/+14
|\
| * bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-12/+14
* | Merge branch 'jk/close-duped-fd-before-unlock-for-bundle'Junio C Hamano2018-11-181-21/+18
|\ \ | |/ |/|
| * bundle: dup() output descriptor closer to point-of-useJeff King2018-11-171-21/+18
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-2/+2
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| |/
* | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
|/
* commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+2