summaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-24Merge branch 'js/coverity-unchecked-returns-fix'Junio C Hamano1-1/+5
2026-08-23Merge branch 'ps/cat-file-remote-object-info-type'Junio C Hamano1-2/+5
2026-08-12transport-helper: warn when export-marks file cannot be finalizedJohannes Schindelin1-1/+3
2026-08-12transport-helper: check dup() return in get_exporterJohannes Schindelin1-0/+2
2026-08-07transport: drop remote object-info fields from transport structJeff King1-2/+5
2026-07-30Merge branch 'ps/cat-file-remote-object-info'Junio C Hamano1-1/+11
2026-07-24transport: add client support for object-infoCalvin Wan1-0/+10
2026-07-24transport-helper: fix memory leak of helper on disconnectPablo Sabater1-1/+1
2026-07-16refspec: stop depending on `the_repository`Patrick Steinhardt1-1/+1
2026-06-17Merge branch 'ps/transport-helper-tsan-fix'Junio C Hamano1-11/+8
2026-06-09transport-helper: fix TSAN race in transfer_debug()Pushkar Singh1-11/+8
2026-06-09Merge branch 'rs/strbuf-add-oid-hex'Junio C Hamano1-1/+1
2026-06-02Merge branch 'jk/connect-service-enum'Junio C Hamano1-13/+30
2026-05-27Merge branch 'ds/fetch-negotiation-options'Junio C Hamano1-2/+3
2026-05-22transport-helper: fix typo in BUG() messageJeff King1-1/+1
2026-05-21Merge branch 'jk/revert-aa-reap-transport-child-processes' into maint-2.54Junio C Hamano1-2/+0
2026-05-20transport: rename negotiation_tipsDerrick Stolee1-1/+1
2026-05-20fetch: add --negotiation-restrict optionDerrick Stolee1-1/+2
2026-05-19connect: use "service" enum for "name" argumentJeff King1-13/+30
2026-05-14hex: add and use strbuf_add_oid_hex()René Scharfe1-1/+1
2026-05-12Merge branch 'jk/revert-aa-reap-transport-child-processes'Junio C Hamano1-2/+0
2026-04-22Revert "transport-helper, connect: use clean_on_exit to reap children on abno...Jeff King1-2/+0
2026-04-09Merge branch 'jk/c23-const-preserving-fixes-more'Junio C Hamano1-1/+2
2026-04-01transport-helper: drop const to fix strchr() warningsJeff King1-1/+2
2026-03-12transport-helper, connect: use clean_on_exit to reap children on abnormal exitAndrew Au1-0/+2
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt1-1/+1
2025-05-15Avoid redundant conditionsJohannes Schindelin1-1/+1
2025-03-21refspec: replace `refspec_init()` with fetch/push variantsTaylor Blau1-1/+1
2025-03-21refspec: treat 'fetch' as a Boolean valueTaylor Blau1-1/+1
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-8/+6
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-11-04transport-helper: fix leaking import/export marksPatrick Steinhardt1-0/+2
2024-09-25transport-helper: fix leak of dummy refs_listJeff King1-2/+8
2024-09-25transport-helper: fix strbuf leak in push_refs_with_push()Jeff King1-0/+1
2024-09-23Merge branch 'jk/diag-unexpected-remote-helper-death'Junio C Hamano1-3/+13
2024-09-14print an error when remote helpers die during capabilitiesJeff King1-3/+13
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt1-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-05-27transport-helper: fix leaking helper namePatrick Steinhardt1-2/+4
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-12/+17
2024-04-03Merge branch 'jk/remote-helper-object-format-option-fix'Junio C Hamano1-7/+4
2024-03-20transport-helper: send "true" value for object-format optionJeff King1-5/+2
2024-03-20transport-helper: use write helpers more consistentlyJeff King1-3/+3
2024-03-15Merge branch 'as/option-names-in-messages'Junio C Hamano1-1/+1
2024-03-05transport-helper.c: trivial fix of error messageAlexander Shopov1-1/+1
2024-02-02Merge branch 'jk/fetch-auto-tag-following-fix'Junio C Hamano1-0/+3
2024-01-30Merge branch 'jx/remote-archive-over-smart-http'Junio C Hamano1-16/+13
2024-01-24transport-helper: re-examine object dir after fetchingJeff King1-0/+3
2024-01-22transport-helper: call do_take_over() in process_connectJiang Xin1-13/+9
2024-01-22transport-helper: call do_take_over() in connect_helperJiang Xin1-0/+2