summaryrefslogtreecommitdiff
path: root/http-push.c
AgeCommit message (Expand)Author
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin
2024-01-26Merge branch 'es/some-up-to-date-messages-must-stay'Junio C Hamano
2024-01-12messages: mark some strings with "up-to-date" not to touchJunio C Hamano
2023-12-26http.h: remove unnecessary includeElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-07-14http-push: mark unused parameter in xml callbackJeff King
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-05-09Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24diff.h: reduce unnecessary includesElijah Newren
2023-04-24commit.h: reduce unnecessary includesElijah Newren
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-17http: mark unused parameter in fill_active_slot() callbacksJeff King
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-06Sync with 2.36.5Johannes Schindelin
2023-02-06Sync with 2.35.7Johannes Schindelin
2023-02-06http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King
2023-02-06http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King
2023-01-17http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUTJeff King
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-05-20Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano
2022-05-02tree-wide: apply equals-null.cocciJunio C Hamano
2022-04-14revisions API users: use release_revisions() in http-push.cÆvar Arnfjörð Bjarmason
2022-02-26object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason
2021-07-30http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason
2021-07-30http: drop support for curl < 7.16.0Jeff King
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-04-27http-push: set algorithm when reading object IDbrian m. carlson
2021-04-13lookup_unknown_object(): take a repository argumentJeff King
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-07-07Merge branch 'bc/http-push-flagsfix'Junio C Hamano
2020-06-23http-push: ensure unforced pushes fail when data would be lostbrian m. carlson
2020-06-11http: refactor finish_http_pack_request()Jonathan Tan
2019-10-15http-push: simplify deleting a list itemRené Scharfe
2019-06-20object: convert lookup_object() to use object_idJeff King