summaryrefslogtreecommitdiffstats
path: root/http.h
AgeCommit message (Expand)AuthorLines
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano-31/+31
2019-05-05*.[ch]: manually align parameter listsDenton Liu-5/+5
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu-26/+26
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano-1/+1
2019-04-01http: compute hash of downloaded objects using the_hash_algobrian m. carlson-1/+1
2019-03-24http: factor out curl result code normalizationJeff King-0/+9
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano-3/+3
2019-01-10http: enable keep_error for HTTP requestsMasaya Suzuki-1/+0
2019-01-08http: use struct object_id instead of bare sha1Jeff King-3/+3
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano-2/+2
2018-05-21http: use strbufs instead of fixed buffersJeff King-2/+2
2018-03-15http: allow providing extra headers for http requestsBrandon Williams-0/+7
2017-04-13http.postbuffer: allow full range of ssize_t valuesDavid Turner-1/+1
2016-12-19Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano-1/+9
2016-12-06http: make redirects more obviousJeff King-1/+9
2016-07-06Merge branch 'ep/http-curl-trace'Junio C Hamano-0/+2
2016-05-24http.c: implement the GIT_TRACE_CURL environment variableElia Pinto-0/+2
2016-04-27http: support sending custom HTTP headersJohannes Schindelin-0/+1
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano-0/+1
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong-0/+1
2016-01-26http: use credential API to handle proxy authenticationKnut Franke-0/+1
2015-11-02http.c: use CURLOPT_RANGE for range requestsDavid Turner-1/+0
2015-01-15http.c: make finish_active_slot() and handle_curl_result() staticJunio C Hamano-2/+0
2014-05-27http: optionally extract charset parameter from content-typeJeff King-0/+7
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano-2/+1
2014-03-31comments: fix misuses of "nor"Justin Lebar-2/+1
2014-02-18http: never use curl_easy_performJeff King-0/+9
2013-12-05Merge branch 'bc/http-100-continue'Junio C Hamano-0/+1
2013-10-31http: return curl's AUTHAVAIL via slot_resultsJeff King-0/+1
2013-10-14http: update base URLs when we see redirectsJeff King-0/+8
2013-10-14http: provide effective url to callersJeff King-0/+6
2013-10-14http: hoist credential request out of handle_curl_resultJeff King-0/+1
2013-09-30http: refactor options to http_get_*Jeff King-5/+10
2013-04-19Merge branch 'mv/ssl-ftp-curl'Junio C Hamano-0/+9
2013-04-12Support FTP-over-SSL/TLS for regular FTPModestas Vainius-0/+9
2013-04-06http: drop http_error functionJeff King-5/+0
2013-04-06http: simplify http_error helper functionJeff King-3/+2
2013-04-06http: add HTTP_KEEP_ERROR optionJeff King-0/+1
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce-1/+1
2012-10-12http: do not set up curl auth after a 401Jeff King-2/+1
2012-10-12http: fix segfault in handle_curl_resultJeff King-1/+2
2012-08-27http: factor out http error code handlingJeff King-0/+1
2012-03-28correct spelling: an URL -> a URLJim Meyering-1/+1
2011-12-19Merge branch 'jk/maint-push-over-dav'Junio C Hamano-1/+2
2011-12-13http-push: enable "proactive auth"Jeff King-1/+2
2011-12-05Merge branch 'mf/curl-select-fdset'Junio C Hamano-2/+0
2011-11-04http: drop "local" member from request structJeff King-1/+0
2011-11-04http.c: Rely on select instead of tracking whether data was receivedMika Fischer-1/+0
2011-10-15http_init: accept separate URL parameterJeff King-1/+1
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano-1/+1