summaryrefslogtreecommitdiff
path: root/http.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-111-1/+0
* git-zlib: move declarations for git-zlib functions from cache.hElijah Newren2023-04-111-0/+3
* http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King2023-01-171-1/+1
* remote-curl: send Accept-Language header to serverLi Linchao2022-07-111-0/+3
* http: make http_get_file() externalDerrick Stolee2022-05-161-0/+9
* http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errorsÆvar Arnfjörð Bjarmason2021-09-271-0/+1
* http: drop support for curl < 7.19.3 and < 7.17.0 (again)Ævar Arnfjörð Bjarmason2021-07-301-9/+0
* http: drop support for curl < 7.19.4Jeff King2021-07-301-4/+0
* http: drop support for curl < 7.16.0Jeff King2021-07-301-24/+1
* http: drop support for curl < 7.11.1Jeff King2021-07-301-11/+1
* http: allow custom index-pack argsJonathan Tan2021-02-221-5/+5
* Merge branch 'jt/cdn-offload'Junio C Hamano2020-06-251-3/+21
|\
| * http-fetch: support fetching packfiles by URLJonathan Tan2020-06-101-0/+11
| * http: refactor finish_http_pack_request()Jonathan Tan2020-06-101-3/+10
* | http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan2020-05-111-0/+7
|/
* http: use xmalloc with cURLCarlo Marcelo Arenas Belón2019-08-151-0/+4
* Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-31/+31
|\
| * *.[ch]: manually align parameter listsDenton Liu2019-05-051-5/+5
| * *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-26/+26
* | Merge branch 'bc/hash-transition-16'Junio C Hamano2019-04-251-1/+1
|\ \ | |/ |/|
| * http: compute hash of downloaded objects using the_hash_algobrian m. carlson2019-04-011-1/+1
* | http: factor out curl result code normalizationJeff King2019-03-241-0/+9
|/
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-3/+3
|\
| * http: use struct object_id instead of bare sha1Jeff King2019-01-081-3/+3
* | http: enable keep_error for HTTP requestsMasaya Suzuki2019-01-101-1/+0
|/
* Merge branch 'jk/snprintf-truncation'Junio C Hamano2018-05-301-2/+2
|\
| * http: use strbufs instead of fixed buffersJeff King2018-05-211-2/+2
* | http: allow providing extra headers for http requestsBrandon Williams2018-03-151-0/+7
|/
* http.postbuffer: allow full range of ssize_t valuesdt/http-postbuffer-can-be-largeDavid Turner2017-04-131-1/+1
* Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano2016-12-191-1/+9
|\
| * http: make redirects more obviousJeff King2016-12-061-1/+9
* | Merge branch 'ep/http-curl-trace'Junio C Hamano2016-07-061-0/+2
|\ \ | |/ |/|
| * http.c: implement the GIT_TRACE_CURL environment variableElia Pinto2016-05-241-0/+2
* | http: support sending custom HTTP headersJohannes Schindelin2016-04-271-0/+1
|/
* Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-241-0/+1
|\
| * connect & http: support -4 and -6 switches for remote operationsew/force-ipv4Eric Wong2016-02-121-0/+1
* | http: use credential API to handle proxy authenticationkf/http-proxy-auth-methodsKnut Franke2016-01-261-0/+1
|/
* http.c: use CURLOPT_RANGE for range requestsDavid Turner2015-11-021-1/+0
* http.c: make finish_active_slot() and handle_curl_result() staticJunio C Hamano2015-01-151-2/+0
* http: optionally extract charset parameter from content-typeJeff King2014-05-271-0/+7
* Merge branch 'jl/nor-or-nand-and'Junio C Hamano2014-04-081-2/+1
|\
| * comments: fix misuses of "nor"Justin Lebar2014-03-311-2/+1
* | http: never use curl_easy_performjk/http-no-curl-easyJeff King2014-02-181-0/+9
|/
* Merge branch 'bc/http-100-continue'Junio C Hamano2013-12-051-0/+1
|\
| * http: return curl's AUTHAVAIL via slot_resultsJeff King2013-10-311-0/+1
* | http: update base URLs when we see redirectsJeff King2013-10-141-0/+8
* | http: provide effective url to callersJeff King2013-10-141-0/+6
* | http: hoist credential request out of handle_curl_resultJeff King2013-10-141-0/+1
* | http: refactor options to http_get_*Jeff King2013-09-301-5/+10
|/
* Merge branch 'mv/ssl-ftp-curl'Junio C Hamano2013-04-191-0/+9
|\