summaryrefslogtreecommitdiff
path: root/http.h
AgeCommit message (Expand)Author
2022-05-16http: make http_get_file() externalDerrick Stolee
2021-09-27http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errorsÆvar Arnfjörð Bjarmason
2021-07-30http: drop support for curl < 7.19.3 and < 7.17.0 (again)Ævar Arnfjörð Bjarmason
2021-07-30http: drop support for curl < 7.19.4Jeff King
2021-07-30http: drop support for curl < 7.16.0Jeff King
2021-07-30http: drop support for curl < 7.11.1Jeff King
2021-02-22http: allow custom index-pack argsJonathan Tan
2020-06-25Merge branch 'jt/cdn-offload'Junio C Hamano
2020-06-11http-fetch: support fetching packfiles by URLJonathan Tan
2020-06-11http: refactor finish_http_pack_request()Jonathan Tan
2020-05-11http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan
2019-08-15http: use xmalloc with cURLCarlo Marcelo Arenas Belón
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano
2019-04-01http: compute hash of downloaded objects using the_hash_algobrian m. carlson
2019-03-24http: factor out curl result code normalizationJeff King
2019-02-07Merge branch 'jk/loose-object-cache-oid'Junio C Hamano
2019-01-10http: enable keep_error for HTTP requestsMasaya Suzuki
2019-01-08http: use struct object_id instead of bare sha1Jeff King
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