aboutsummaryrefslogtreecommitdiff
path: root/transport-helper.c
AgeCommit message (Expand)Author
2026-03-12transport-helper, connect: use clean_on_exit to reap children on abnormal exitAndrew Au
2025-09-24packfile: split up responsibilities of `reprepare_packed_git()`Patrick Steinhardt
2025-05-15Avoid redundant conditionsJohannes Schindelin
2025-03-21refspec: replace `refspec_init()` with fetch/push variantsTaylor Blau
2025-03-21refspec: treat 'fetch' as a Boolean valueTaylor Blau
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-04transport-helper: fix leaking import/export marksPatrick Steinhardt
2024-09-25transport-helper: fix leak of dummy refs_listJeff King
2024-09-25transport-helper: fix strbuf leak in push_refs_with_push()Jeff King
2024-09-23Merge branch 'jk/diag-unexpected-remote-helper-death'Junio C Hamano
2024-09-14print an error when remote helpers die during capabilitiesJeff King
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-05-27transport-helper: fix leaking helper namePatrick Steinhardt
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-03Merge branch 'jk/remote-helper-object-format-option-fix'Junio C Hamano
2024-03-20transport-helper: send "true" value for object-format optionJeff King
2024-03-20transport-helper: use write helpers more consistentlyJeff King
2024-03-15Merge branch 'as/option-names-in-messages'Junio C Hamano
2024-03-05transport-helper.c: trivial fix of error messageAlexander Shopov
2024-02-02Merge branch 'jk/fetch-auto-tag-following-fix'Junio C Hamano
2024-01-30Merge branch 'jx/remote-archive-over-smart-http'Junio C Hamano
2024-01-24transport-helper: re-examine object dir after fetchingJeff King
2024-01-22transport-helper: call do_take_over() in process_connectJiang Xin
2024-01-22transport-helper: call do_take_over() in connect_helperJiang Xin
2024-01-22transport-helper: protocol v2 supports upload-archiveJiang Xin
2024-01-22transport-helper: no connection restriction in connect_helperJiang Xin
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21diff.h: remove unnecessary include of oidset.hElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...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: be explicit about dependence on gettext.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-25clone: request the 'bundle-uri' command when availableÆvar Arnfjörð Bjarmason
2022-09-12list-objects-filter: add and use initializersJeff King
2022-06-02run-command API: rename "env_array" to "env"Ævar Arnfjörð Bjarmason
2022-03-28fetch: add --refetch optionRobert Coup
2021-10-29Merge branch 'jk/http-push-status-fix'Junio C Hamano
2021-10-18transport-helper: recognize "expecting report" error from send-packJeff King
2021-08-05transport: use designated initializersÆvar Arnfjörð Bjarmason
2021-08-05transport: rename "fetch" in transport_vtable to "fetch_refs"Ævar Arnfjörð Bjarmason
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan
2021-03-13use CALLOC_ARRAYRené Scharfe
2021-02-05connect, transport: encapsulate arg in structJonathan Tan