summaryrefslogtreecommitdiff
path: root/transport.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-10/+4
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-28transport: propagate fsck configuration during bundle fetchJustin Tobler1-0/+20
2024-11-28bundle: add bundle verification options typeJustin Tobler1-2/+4
2024-10-08transport.c::handshake: make use of server options from remoteXing Xin1-0/+3
2024-10-08transport: introduce parse_transport_option() methodXing Xin1-0/+12
2024-09-25fetch-pack: fix leaking sought refsPatrick Steinhardt1-1/+10
2024-09-03Merge branch 'ps/leakfixes-part-5'Junio C Hamano1-0/+8
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2024-08-22transport: fix leaking negotiation tipsPatrick Steinhardt1-0/+4
2024-08-22transport: fix leaking arguments when fetching from bundlePatrick Steinhardt1-0/+2
2024-08-22transport: fix leaking OID arrays in git:// transport dataPatrick Steinhardt1-0/+2
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-1/+1
2024-08-07transport: fix leak with transport helper URLsJunio C Hamano1-1/+3
2024-07-08Merge branch 'xx/bundie-uri-fixes'Junio C Hamano1-1/+2
2024-07-02Merge branch 'jk/remote-wo-url'Junio C Hamano1-11/+8
2024-06-20unbundle: extend object verification for fetchesXing Xin1-1/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14remote: drop checks for zero-url caseJeff King1-10/+7
2024-06-14remote: use strvecs to store remote url/pushurlJeff King1-2/+2
2024-05-27transport-helper: fix leaking helper namePatrick Steinhardt1-0/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-6/+10
2024-01-26Merge branch 'es/some-up-to-date-messages-must-stay'Junio C Hamano1-0/+1
2024-01-12messages: mark some strings with "up-to-date" not to touchJunio C Hamano1-0/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-3/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano1-1/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-1/+4
2023-04-14v0 protocol: use size_t for capability length/offsetJeff King1-1/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-1/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-1/+2
2023-04-06Merge branch 'jk/unused-post-2.40'Junio C Hamano1-1/+2
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+2
2023-03-28Merge branch 'jk/fix-proto-downgrade-to-v0'Junio C Hamano1-3/+7
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-03-17git_connect(): fix corner cases in downgrading v2 to v0Jeff King1-3/+7
2023-03-17transport: mark unused parameters in fetch_refs_from_bundle()Jeff King1-1/+2
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+3
2023-01-02Merge branch 'ds/bundle-uri-4'Junio C Hamano1-9/+78
2022-12-25bundle-uri: allow relative URLs in bundle listsDerrick Stolee1-0/+3