summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-3/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-10-25packfile: convert find_sha1_pack() to use object_idJeff King1-2/+2
2024-09-25http-push: clean up local_refs at exitJeff King1-1/+2
2024-09-25http-push: clean up loose request when falling back to packedJeff King1-1/+2
2024-09-25http-push: clean up objects listJeff King1-1/+5
2024-09-25http-push: free xml_ctx.cdata after useJeff King1-0/+2
2024-09-25http-push: free remote_ls_ctx.dentry_nameJeff King1-0/+1
2024-09-25http-push: free transfer_request strbufJeff King1-1/+4
2024-09-25http-push: free transfer_request dest fieldJeff King1-7/+3
2024-09-25http-push: free curl header listsJeff King1-0/+5
2024-09-25http-push: free repo->url stringJeff King1-0/+1
2024-09-25http-push: clear refspecs before exitingJeff King1-0/+2
2024-09-25http: fix leak of http_object_request structJeff King1-2/+2
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14global: ensure that object IDs are always paddedPatrick Steinhardt1-0/+1
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-1/+1
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-1/+1
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin1-1/+4
2024-01-26Merge branch 'es/some-up-to-date-messages-must-stay'Junio C Hamano1-0/+2
2024-01-12messages: mark some strings with "up-to-date" not to touchJunio C Hamano1-0/+2
2023-12-26http.h: remove unnecessary includeElijah Newren1-0/+1
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-1/+1
2023-07-13http-push: mark unused parameter in xml callbackJeff King1-1/+1
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/+2
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-1/+1
2023-04-24diff.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren1-1/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+2
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-7/+9
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-7/+9
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-5/+6
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-17http: mark unused parameter in fill_active_slot() callbacksJeff King1-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-06Sync with 2.36.5Johannes Schindelin1-3/+3
2023-02-06Sync with 2.35.7Johannes Schindelin1-3/+3
2023-02-06http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King1-2/+2
2023-02-06http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King1-1/+1
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King1-2/+2
2023-01-17http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King1-1/+1
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano1-1/+2
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano1-6/+6
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano1-6/+6