summaryrefslogtreecommitdiff
path: root/http.h
AgeCommit message (Expand)Author
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano
2018-05-21http: use strbufs instead of fixed buffersJeff King
2018-03-15http: allow providing extra headers for http requestsBrandon Williams
2017-04-14http.postbuffer: allow full range of ssize_t valuesDavid Turner
2016-12-19Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano
2016-12-06http: make redirects more obviousJeff King
2016-07-06Merge branch 'ep/http-curl-trace'Junio C Hamano
2016-05-24http.c: implement the GIT_TRACE_CURL environment variableElia Pinto
2016-04-27http: support sending custom HTTP headersJohannes Schindelin
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong
2016-01-26http: use credential API to handle proxy authenticationKnut Franke
2015-11-02http.c: use CURLOPT_RANGE for range requestsDavid Turner
2015-01-15http.c: make finish_active_slot() and handle_curl_result() staticJunio C Hamano
2014-05-27http: optionally extract charset parameter from content-typeJeff King
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano
2014-03-31comments: fix misuses of "nor"Justin Lebar
2014-02-18http: never use curl_easy_performJeff King
2013-12-05Merge branch 'bc/http-100-continue'Junio C Hamano
2013-10-31http: return curl's AUTHAVAIL via slot_resultsJeff King
2013-10-14http: update base URLs when we see redirectsJeff King
2013-10-14http: provide effective url to callersJeff King
2013-10-14http: hoist credential request out of handle_curl_resultJeff King
2013-10-01http: refactor options to http_get_*Jeff King
2013-04-19Merge branch 'mv/ssl-ftp-curl'Junio C Hamano
2013-04-12Support FTP-over-SSL/TLS for regular FTPModestas Vainius
2013-04-07http: drop http_error functionJeff King
2013-04-07http: simplify http_error helper functionJeff King
2013-04-07http: add HTTP_KEEP_ERROR optionJeff King
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce
2012-10-12http: do not set up curl auth after a 401Jeff King
2012-10-12http: fix segfault in handle_curl_resultJeff King
2012-08-27http: factor out http error code handlingJeff King
2012-03-28correct spelling: an URL -> a URLJim Meyering
2011-12-20Merge branch 'jk/maint-push-over-dav'Junio C Hamano
2011-12-14http-push: enable "proactive auth"Jeff King
2011-12-05Merge branch 'mf/curl-select-fdset'Junio C Hamano
2011-11-04http: drop "local" member from request structJeff King
2011-11-04http.c: Rely on select instead of tracking whether data was receivedMika Fischer
2011-10-16http_init: accept separate URL parameterJeff King
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano
2011-05-04http: make curl callbacks match contracts from curl headerDan McGee
2011-03-16standardize brace placement in struct definitionsJonathan Nieder
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano
2010-05-09Merge branch 'rc/maint-curl-helper'Junio C Hamano
2010-04-17http.c: Don't store destination name in request structuresShawn O. Pearce
2010-04-10http: make end_url_with_slash() publicTay Ray Chuan