summaryrefslogtreecommitdiffstats
path: root/transport.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* transport-helper: fix leaking helper namePatrick Steinhardt2024-05-271-0/+1
* cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-6/+10
* Merge branch 'es/some-up-to-date-messages-must-stay'Junio C Hamano2024-01-261-0/+1
|\
| * messages: mark some strings with "up-to-date" not to touchJunio C Hamano2024-01-121-0/+1
* | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-3/+0
* | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | 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-151-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-241-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-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-311-1/+1
|\ \ | |/ |/|
| * bundle: add flags to verify_bundle()Derrick Stolee2022-10-121-1/+1
* | Sync with 2.37.4Taylor Blau2022-10-071-2/+1
|\ \
| * \ Sync with 2.36.3Taylor Blau2022-10-071-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
| |/ / / / / / / /