summaryrefslogtreecommitdiff
path: root/http-push.c
Commit message (Expand)AuthorAgeFilesLines
* 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-...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-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
* object: convert lookup_unknown_object() to use object_idJeff King2019-06-201-1/+1
* Merge branch 'cb/http-push-null-in-message-fix'Junio C Hamano2019-05-191-2/+2
|\
| * http-push: prevent format overflow warning with gcc >= 9Carlo Marcelo Arenas Belón2019-05-151-2/+2
* | http-push: remove remaining uses of sha1_to_hexbrian m. carlson2019-04-011-4/+4
* | http-push: convert to use the_hash_algobrian m. carlson2019-04-011-10/+10
* | object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-1/+2
|/
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-1/+1
|\
| * http: use struct object_id instead of bare sha1Jeff King2019-01-081-1/+1
* | Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-061-1/+1
|\ \
| * | list-objects: consume sparse tree walkDerrick Stolee2019-01-171-1/+1
| |/
* | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
|/
* Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-1/+1
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\