summaryrefslogtreecommitdiffstats
path: root/http.h
Commit message (Expand)AuthorAgeFilesLines
* 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 valuesDavid 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 operationsEric Wong2016-02-121-0/+1
* | http: use credential API to handle proxy authenticationKnut 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_performJeff 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"Jeff King2011-12-131-1/+2
* | Merge branch 'mf/curl-select-fdset'Junio C Hamano2011-12-051-2/+0
|\ \ | |/ |/|
| * http: drop "local" member from request structJeff King2011-11-041-1/+0
| * http.c: Rely on select instead of tracking whether data was receivedMika Fischer2011-11-041-1/+0
* | http_init: accept separate URL parameterJeff King2011-10-151-1/+1
* | Merge branch 'jc/zlib-wrap'Junio C Hamano2011-07-191-1/+1
|\ \ | |/ |/|
| * zlib: zlib can only process 4GB at a timeJunio C Hamano2011-06-101-1/+1
* | http: make curl callbacks match contracts from curl headerDan McGee2011-05-041-3/+3
|/
* standardize brace placement in struct definitionsJonathan Nieder2011-03-161-10/+5
* shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan2010-11-261-1/+1
* Standardize do { ... } while (0) styleJonathan Nieder2010-08-121-2/+2
* Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano2010-05-211-2/+0
|\
| * http.c: Don't store destination name in request structuresShawn O. Pearce2010-04-171-2/+0
* | Merge branch 'rc/maint-curl-helper'Junio C Hamano2010-05-081-0/+1
|\ \