summaryrefslogtreecommitdiff
path: root/http.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Support FTP-over-SSL/TLS for regular FTPModestas Vainius2013-04-121-0/+9
* | http: drop http_error functionJeff King2013-04-061-5/+0
* | http: simplify http_error helper functionJeff King2013-04-061-3/+2
* | http: add HTTP_KEEP_ERROR optionJeff King2013-04-061-0/+1
|/
* Verify Content-Type from smart HTTP serversShawn Pearce2013-02-041-1/+1
* http: do not set up curl auth after a 401Jeff King2012-10-121-2/+1
* http: fix segfault in handle_curl_resultJeff King2012-10-121-1/+2
* http: factor out http error code handlingJeff King2012-08-271-0/+1
* correct spelling: an URL -> a URLJim Meyering2012-03-281-1/+1
* Merge branch 'jk/maint-push-over-dav'Junio C Hamano2011-12-191-1/+2
|\
| * http-push: enable "proactive auth"jk/maint-push-over-davJeff King2011-12-131-1/+2