summaryrefslogtreecommitdiffstats
path: root/http-push.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-061-3/+1
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
* packfile: convert find_sha1_pack() to use object_idJeff King2024-10-251-2/+2
* http-push: clean up local_refs at exitJeff King2024-09-251-1/+2
* http-push: clean up loose request when falling back to packedJeff King2024-09-251-1/+2
* http-push: clean up objects listJeff King2024-09-251-1/+5
* http-push: free xml_ctx.cdata after useJeff King2024-09-251-0/+2
* http-push: free remote_ls_ctx.dentry_nameJeff King2024-09-251-0/+1
* http-push: free transfer_request strbufJeff King2024-09-251-1/+4
* http-push: free transfer_request dest fieldJeff King2024-09-251-7/+3
* http-push: free curl header listsJeff King2024-09-251-0/+5
* http-push: free repo->url stringJeff King2024-09-251-0/+1
* http-push: clear refspecs before exitingJeff King2024-09-251-0/+2
* http: fix leak of http_object_request structJeff King2024-09-251-2/+2
* global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* global: ensure that object IDs are always paddedPatrick Steinhardt2024-06-141-0/+1
* hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-1/+1
* Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-1/+1
|\
| * tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-1/+1
* | commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin2024-02-281-1/+4
* | Merge branch 'es/some-up-to-date-messages-must-stay'Junio C Hamano2024-01-261-0/+2
|\ \
| * | messages: mark some strings with "up-to-date" not to touchJunio C Hamano2024-01-121-0/+2
| * | Sync with 2.36.5Johannes Schindelin2023-02-061-3/+3
| |\ \
| | * \ Sync with 2.35.7Johannes Schindelin2023-02-061-3/+3
| | |\ \
| | | * | http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King2023-02-061-2/+2
| | | * | http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King2023-02-061-1/+1
* | | | | http.h: remove unnecessary includeElijah Newren2023-12-261-0/+1
* | | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
| |_|_|/ |/| | |
* | | | http-push: mark unused parameter in xml callbackJeff King2023-07-141-1/+1
* | | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | | | Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-101-0/+2
|\ \ \ \
| * | | | diff.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
| * | | | commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | | | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+1
|\| | | |
| * | | | treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-111-1/+1
| * | | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-7/+9
| |\ \ \ \
* | | | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+2
|\| | | | |
| * | | | | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | | | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-7/+9
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-5/+6
| * | | | | cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * | | | | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | | | | | http: mark unused parameter in fill_active_slot() callbacksJeff King2023-03-171-1/+1
| |/ / / / |/| | | |
* | | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
|/ / / /
* | | | http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King2023-01-171-2/+2
* | | | http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King2023-01-171-1/+1
|/ / /
* | | Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-1/+2
|\ \ \
| * | | revisions API users: use release_revisions() in http-push.cÆvar Arnfjörð Bjarmason2022-04-141-1/+2
| |/ /
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-211-6/+6
|\ \ \ | |/ / |/| |