aboutsummaryrefslogtreecommitdiffstats
path: root/transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-4/+4
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-01Use legacy hash for legacy formatsbrian m. carlson1-1/+1
2025-02-18Merge branch 'ps/send-pack-unhide-error-in-atomic-push'Junio C Hamano1-9/+8
2025-02-06Merge branch 'js/bundle-unbundle-fd-reuse-fix'Junio C Hamano1-0/+1
2025-02-03send-pack: gracefully close the connection for atomic pushJiang Xin1-9/+1
2025-02-03send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS"Jiang Xin1-0/+7
2025-01-25bundle: avoid closing file descriptor twiceJohannes Schindelin1-0/+1
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-9/+4
2024-12-18send-pack: stop using `the_repository`Patrick Steinhardt1-1/+1
2024-12-18Merge branch 'ps/build-sign-compare' into ps/the-repositoryJunio C Hamano1-9/+4
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