summaryrefslogtreecommitdiffstats
path: root/http-push.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-04-13revisions API users: use release_revisions() in http-push.cÆvar Arnfjörð Bjarmason1-1/+2
2022-02-25object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason1-1/+1
2021-07-30http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason1-3/+3
2021-07-30http: drop support for curl < 7.16.0Jeff King1-23/+0
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano1-0/+2
2021-04-27http-push: set algorithm when reading object IDbrian m. carlson1-0/+2
2021-04-13lookup_unknown_object(): take a repository argumentJeff King1-1/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-2/+2
2020-07-30strvec: rename struct fieldsJeff King1-1/+1
2020-07-28strvec: fix indentation in renamed callsJeff King1-1/+1
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-6/+6
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-07-06Merge branch 'bc/http-push-flagsfix'Junio C Hamano1-4/+4
2020-06-23http-push: ensure unforced pushes fail when data would be lostbrian m. carlson1-4/+4
2020-06-10http: refactor finish_http_pack_request()Jonathan Tan1-2/+6
2019-10-15http-push: simplify deleting a list itemRené Scharfe1-4/+4
2019-06-20object: convert lookup_object() to use object_idJeff King1-1/+1
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King1-1/+1
2019-05-19Merge branch 'cb/http-push-null-in-message-fix'Junio C Hamano1-2/+2
2019-05-15http-push: prevent format overflow warning with gcc >= 9Carlo Marcelo Arenas Belón1-2/+2
2019-04-01http-push: remove remaining uses of sha1_to_hexbrian m. carlson1-4/+4
2019-04-01http-push: convert to use the_hash_algobrian m. carlson1-10/+10
2019-04-01object-store: rename and expand packed_git's sha1 memberbrian m. carlson1-1/+2
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano1-1/+1
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano1-1/+1
2019-01-17list-objects: consume sparse tree walkDerrick Stolee1-1/+1
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson1-2/+2
2019-01-08http: use struct object_id instead of bare sha1Jeff King1-1/+1