aboutsummaryrefslogtreecommitdiffstats
path: root/send-pack.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-2/+2
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-05-19send-pack: fix memory leak around duplicate refsKarthik Nayak1-0/+7
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-4/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-02-03send-pack: gracefully close the connection for atomic pushJiang Xin1-0/+1
2025-02-03send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS"Jiang Xin1-7/+2
2024-12-18send-pack: stop using `the_repository`Patrick Steinhardt1-37/+40
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-4/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano1-19/+33
2024-09-05drop trailing newline from warning/error/die messagesJeff King1-1/+1
2024-09-05gpg-interface: fix misdesigned signing key interfacesPatrick Steinhardt1-2/+4
2024-09-05send-pack: fix leaking push cert noncePatrick Steinhardt1-5/+7
2024-09-05send-pack: fix leaking common object IDsPatrick Steinhardt1-12/+22
2024-08-22send-pack: add new tracing regions for pushCalvin Wan1-3/+13
2024-07-15Merge branch 'jc/disable-push-nego-for-deletion'Junio C Hamano1-2/+11
2024-07-02push: avoid showing false negotiation errorsJunio C Hamano1-2/+11
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-07send-pack: always allocate receive statusPatrick Steinhardt1-1/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+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-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano1-0/+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-0/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-14v0 protocol: use size_t for capability length/offsetJeff King1-1/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah 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-3/+3
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-3/+3
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano1-0/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+3
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-1/+2
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor1-0/+1
2023-02-23Remove unnecessary includes of builtin.hElijah Newren1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-1/+1
2022-08-19run-command: mark unused async callback parametersJeff King1-1/+1
2022-06-17send-pack.c: add config push.useBitmapsKyle Zhao1-0/+6
2021-10-25Merge branch 'fs/ssh-signing'Junio C Hamano1-4/+4
2021-09-10ssh signing: provide a textual signing_key_idFabian Stelzer1-4/+4
2021-08-24Merge branch 'jt/push-negotiation-fixes'Junio C Hamano1-2/+4
2021-07-15send-pack: fix push nego. when remote has refsJonathan Tan1-2/+4
2021-06-30send-pack.c: move "no refs in common" abort earlierÆvar Arnfjörð Bjarmason1-5/+6
2021-05-05send-pack: support push negotiationJonathan Tan1-4/+57