summaryrefslogtreecommitdiff
path: root/transport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano2023-04-251-1/+1
|\
| * v0 protocol: use size_t for capability length/offsetJeff King2023-04-141-1/+1
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+4
|\ \ | |/ |/|
| * treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+2
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+3
|\ \ \ | |/ /
| * | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-1/+2
|\ \ \ | | |/ | |/|
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
* | | Merge branch 'jk/unused-post-2.40'Junio C Hamano2023-04-061-1/+2
|\ \ \
| * | | transport: mark unused parameters in fetch_refs_from_bundle()Jeff King2023-03-171-1/+2
| | |/ | |/|
* | | Merge branch 'jk/fix-proto-downgrade-to-v0'Junio C Hamano2023-03-281-3/+7
|\ \ \ | |/ / |/| |
| * | git_connect(): fix corner cases in downgrading v2 to v0Jeff King2023-03-171-3/+7
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+3
| |/ |/|
* | Merge branch 'ds/bundle-uri-4'Junio C Hamano2023-01-021-9/+78
|\ \
| * | bundle-uri: allow relative URLs in bundle listsDerrick Stolee2022-12-251-0/+3
| * | bundle-uri client: add helper for testing serverÆvar Arnfjörð Bjarmason2022-12-251-0/+7
| * | transport: rename got_remote_headsDerrick Stolee2022-12-251-9/+9
| * | bundle-uri client: add boolean transfer.bundleURI settingÆvar Arnfjörð Bjarmason2022-12-251-0/+8
| * | clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason2022-12-251-0/+51
|/ /
* | Merge branch 'ds/bundle-uri-3'Taylor Blau2022-10-301-1/+1
|\ \ | |/ |/|
| * bundle: add flags to verify_bundle()Derrick Stolee2022-10-121-1/+1
* | Sync with 2.37.4Taylor Blau2022-10-061-2/+1
|\ \
| * \ Sync with 2.36.3Taylor Blau2022-10-061-2/+1
| |\ \ | | |/ | |/|
| | * Sync with 2.35.5Taylor Blau2022-10-061-2/+1
| | |\
| | | * Sync with 2.34.5Taylor Blau2022-10-061-2/+1
| | | |\
| | | | * Sync with 2.33.5Taylor Blau2022-10-061-2/+1
| | | | |\
| | | | | * Sync with 2.32.4Taylor Blau2022-10-061-2/+1
| | | | | |\
| | | | | | * Sync with 2.31.5Taylor Blau2022-10-061-2/+1
| | | | | | |\
| | | | | | | * Sync with 2.30.6Taylor Blau2022-10-061-2/+1
| | | | | | | |\
| | | | | | | | * transport: make `protocol.file.allow` be "user" by defaultTaylor Blau2022-10-011-2/+1
* | | | | | | | | Merge branch 'jk/list-objects-filter-cleanup'Junio C Hamano2022-09-191-0/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | list-objects-filter: add and use initializersJeff King2022-09-121-0/+1
* | | | | | | | | | Merge branch 'jk/plug-list-object-filter-leaks'Junio C Hamano2022-09-141-1/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | transport: free filter options in disconnect_git()Jeff King2022-09-081-0/+1
| * | | | | | | | | transport: deep-copy object-filter struct for fetch-packJeff King2022-09-081-1/+3
| |/ / / / / / / /
* | | | | | | | | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | | | | | | | | transport: mark bundle transport_options as unusedJeff King2022-08-191-1/+1
|/ / / / / / / /
* | | | | | | | transport.c: avoid "whitelist"Derrick Stolee2022-07-191-4/+4
* | | | | | | | Merge branch 'fh/transport-push-leakfix'Junio C Hamano2022-06-071-127/+133
|\ \ \ \ \ \ \ \
| * | | | | | | | transport: free local and remote refs in transport_push()Frantisek Hrbata2022-05-271-0/+2
| * | | | | | | | transport: unify return values and exit point from transport_push()Frantisek Hrbata2022-05-271-8/+10
| * | | | | | | | transport: remove unnecessary indenting in transport_push()Frantisek Hrbata2022-05-271-116/+118
| |/ / / / / / /
* | | | | | | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |