aboutsummaryrefslogtreecommitdiffstats
path: root/http-push.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-131-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-091-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-cache-hJunio 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-231-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-131-1/+2
| |/ /
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-6/+6
|\ \ \ | |/ / |/| |
| * | tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-6/+6
| |/
* / object-file API: add a format_object_header() functionÆvar Arnfjörð Bjarmason2022-02-251-1/+1
|/
* http: rename CURLOPT_FILE to CURLOPT_WRITEDATAÆvar Arnfjörð Bjarmason2021-07-301-3/+3
* http: drop support for curl < 7.16.0Jeff King2021-07-301-23/+0
* Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano2021-05-101-0/+2
|\
| * http-push: set algorithm when reading object IDbrian m. carlson2021-04-271-0/+2
* | lookup_unknown_object(): take a repository argumentJeff King2021-04-131-1/+1
|/
* use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
* strvec: rename struct fieldsJeff King2020-07-301-1/+1
* strvec: fix indentation in renamed callsJeff King2020-07-281-1/+1
* strvec: convert more callers away from argv_array nameJeff King2020-07-281-6/+6
* strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
* Merge branch 'bc/http-push-flagsfix'Junio C Hamano2020-07-061-4/+4
|\
| * http-push: ensure unforced pushes fail when data would be lostbrian m. carlson2020-06-231-4/+4
* | http: refactor finish_http_pack_request()Jonathan Tan2020-06-101-2/+6
|/
* http-push: simplify deleting a list itemRené Scharfe2019-10-151-4/+4
* object: convert lookup_object() to use object_idJeff King2019-06-201-1/+1