aboutsummaryrefslogtreecommitdiff
path: root/send-pack.c
AgeCommit message (Expand)Author
2026-03-12gpg-interface: allow sign_buffer() to use default signing keyJustin Tobler
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-05-19send-pack: fix memory leak around duplicate refsKarthik Nayak
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-02-03send-pack: gracefully close the connection for atomic pushJiang Xin
2025-02-03send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS"Jiang Xin
2024-12-18send-pack: stop using `the_repository`Patrick Steinhardt
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-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano
2024-09-05drop trailing newline from warning/error/die messagesJeff King
2024-09-05gpg-interface: fix misdesigned signing key interfacesPatrick Steinhardt
2024-09-05send-pack: fix leaking push cert noncePatrick Steinhardt
2024-09-05send-pack: fix leaking common object IDsPatrick Steinhardt
2024-08-22send-pack: add new tracing regions for pushCalvin Wan
2024-07-15Merge branch 'jc/disable-push-nego-for-deletion'Junio C Hamano
2024-07-02push: avoid showing false negotiation errorsJunio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-07send-pack: always allocate receive statusPatrick Steinhardt
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-14v0 protocol: use size_t for capability length/offsetJeff King
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor
2023-02-23Remove unnecessary includes of builtin.hElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason
2022-08-19run-command: mark unused async callback parametersJeff King
2022-06-17send-pack.c: add config push.useBitmapsKyle Zhao
2021-10-25Merge branch 'fs/ssh-signing'Junio C Hamano
2021-09-10ssh signing: provide a textual signing_key_idFabian Stelzer
2021-08-24Merge branch 'jt/push-negotiation-fixes'Junio C Hamano
2021-07-15send-pack: fix push nego. when remote has refsJonathan Tan
2021-06-30send-pack.c: move "no refs in common" abort earlierÆvar Arnfjörð Bjarmason