summaryrefslogtreecommitdiffstats
path: root/http-push.c
AgeCommit message (Expand)AuthorLines
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano-0/+2
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano-1/+1
2023-04-24diff.h: reduce unnecessary includesElijah Newren-0/+1
2023-04-24commit.h: reduce unnecessary includesElijah Newren-0/+1
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren-1/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano-0/+2
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano-7/+9
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano-7/+9
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-5/+6
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+2
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-17http: mark unused parameter in fill_active_slot() callbacksJeff King-1/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren-0/+1
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King-2/+2
2023-01-17http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King-1/+1
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano-1/+2
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano-6/+6
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano-6/+6
2022-04-13revisions API users: use release_revisions() in http-push.cÆvar Arnfjörð Bjarmason-1/+2
2022-02-25object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason-1/+1
2021-07-30http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason-3/+3
2021-07-30http: drop support for curl < 7.16.0Jeff King-23/+0
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano-0/+2
2021-04-27http-push: set algorithm when reading object IDbrian m. carlson-0/+2
2021-04-13lookup_unknown_object(): take a repository argumentJeff King-1/+1
2021-03-13use CALLOC_ARRAYRené Scharfe-2/+2
2020-07-30strvec: rename struct fieldsJeff King-1/+1
2020-07-28strvec: fix indentation in renamed callsJeff King-1/+1
2020-07-28strvec: convert more callers away from argv_array nameJeff King-6/+6
2020-07-28strvec: rename files from argv-array to strvecJeff King-1/+1
2020-07-06Merge branch 'bc/http-push-flagsfix'Junio C Hamano-4/+4
2020-06-23http-push: ensure unforced pushes fail when data would be lostbrian m. carlson-4/+4
2020-06-10http: refactor finish_http_pack_request()Jonathan Tan-2/+6
2019-10-15http-push: simplify deleting a list itemRené Scharfe-4/+4
2019-06-20object: convert lookup_object() to use object_idJeff King-1/+1
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King-1/+1
2019-05-19Merge branch 'cb/http-push-null-in-message-fix'Junio C Hamano-2/+2
2019-05-15http-push: prevent format overflow warning with gcc >= 9Carlo Marcelo Arenas Belón-2/+2
2019-04-01http-push: remove remaining uses of sha1_to_hexbrian m. carlson-4/+4
2019-04-01http-push: convert to use the_hash_algobrian m. carlson-10/+10
2019-04-01object-store: rename and expand packed_git's sha1 memberbrian m. carlson-1/+2
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano-1/+1
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano-1/+1
2019-01-17list-objects: consume sparse tree walkDerrick Stolee-1/+1
2019-01-15tree-walk: store object_id in a separate memberbrian m. carlson-2/+2
2019-01-08http: use struct object_id instead of bare sha1Jeff King-1/+1
2018-11-12Upcast size_t variables to uintmax_t when printingTorsten Bögershausen-1/+1
2018-10-19Merge branch 'nd/the-index'Junio C Hamano-1/+1