summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)Author
2024-01-26Merge branch 'es/some-up-to-date-messages-must-stay'Junio C Hamano
2024-01-12messages: mark some strings with "up-to-date" not to touchJunio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-14v0 protocol: use size_t for capability length/offsetJeff King
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06Merge branch 'jk/unused-post-2.40'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28Merge branch 'jk/fix-proto-downgrade-to-v0'Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren
2023-03-17git_connect(): fix corner cases in downgrading v2 to v0Jeff King
2023-03-17transport: mark unused parameters in fetch_refs_from_bundle()Jeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-01-02Merge branch 'ds/bundle-uri-4'Junio C Hamano
2022-12-25bundle-uri: allow relative URLs in bundle listsDerrick Stolee
2022-12-25bundle-uri client: add helper for testing serverÆvar Arnfjörð Bjarmason
2022-12-25transport: rename got_remote_headsDerrick Stolee
2022-12-25bundle-uri client: add boolean transfer.bundleURI settingÆvar Arnfjörð Bjarmason
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason
2022-10-31Merge branch 'ds/bundle-uri-3'Taylor Blau
2022-10-12bundle: add flags to verify_bundle()Derrick Stolee
2022-10-07Sync with 2.37.4Taylor Blau
2022-10-06Sync with 2.36.3Taylor Blau
2022-10-06Sync with 2.35.5Taylor Blau
2022-10-06Sync with 2.34.5Taylor Blau
2022-10-06Sync with 2.33.5Taylor Blau
2022-10-06Sync with 2.32.4Taylor Blau
2022-10-06Sync with 2.31.5Taylor Blau
2022-10-06Sync with 2.30.6Taylor Blau
2022-10-01transport: make `protocol.file.allow` be "user" by defaultTaylor Blau
2022-09-19Merge branch 'jk/list-objects-filter-cleanup'Junio C Hamano
2022-09-14Merge branch 'jk/plug-list-object-filter-leaks'Junio C Hamano
2022-09-12list-objects-filter: add and use initializersJeff King
2022-09-08transport: free filter options in disconnect_git()Jeff King
2022-09-08transport: deep-copy object-filter struct for fetch-packJeff King
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19transport: mark bundle transport_options as unusedJeff King