summaryrefslogtreecommitdiffstats
path: root/transport.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* transport.c::handshake: make use of server options from remoteXing Xin2024-10-081-0/+3
* transport: introduce parse_transport_option() methodXing Xin2024-10-081-0/+12
* fetch-pack: fix leaking sought refsPatrick Steinhardt2024-09-251-1/+10
* Merge branch 'ps/leakfixes-part-5'Junio C Hamano2024-09-031-0/+8
|\
| * transport: fix leaking negotiation tipsPatrick Steinhardt2024-08-221-0/+4
| * transport: fix leaking arguments when fetching from bundlePatrick Steinhardt2024-08-221-0/+2
| * transport: fix leaking OID arrays in git:// transport dataPatrick Steinhardt2024-08-221-0/+2
* | Merge branch 'ps/config-wo-the-repository'Junio C Hamano2024-08-231-1/+1
|\ \ | |/ |/|
| * hooks: remove implicit dependency on `the_repository`Patrick Steinhardt2024-08-131-1/+1
* | transport: fix leak with transport helper URLsJunio C Hamano2024-08-081-1/+3
|/
* Merge branch 'xx/bundie-uri-fixes'Junio C Hamano2024-07-081-1/+2
|\
| * unbundle: extend object verification for fetchesXing Xin2024-06-201-1/+2
* | Merge branch 'jk/remote-wo-url'Junio C Hamano2024-07-021-11/+8
|\ \
| * | remote: drop checks for zero-url caseJeff King2024-06-141-10/+7
| * | remote: use strvecs to store remote url/pushurlJeff King2024-06-141-2/+2
| |/
* / global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
|/
* 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
|/ /