aboutsummaryrefslogtreecommitdiffstats
path: root/http.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-26http.h: remove unnecessary includeElijah Newren1-1/+0
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren1-1/+0
2023-04-11git-zlib: move declarations for git-zlib functions from cache.hElijah Newren1-0/+3
2023-01-17http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTIONJeff King1-1/+1
2022-07-11remote-curl: send Accept-Language header to serverLi Linchao1-0/+3
2022-05-16http: make http_get_file() externalDerrick Stolee1-0/+9
2021-09-27http: check CURLE_SSL_PINNEDPUBKEYNOTMATCH when emitting errorsÆvar Arnfjörð Bjarmason1-0/+1
2021-07-30http: drop support for curl < 7.19.3 and < 7.17.0 (again)Ævar Arnfjörð Bjarmason1-9/+0
2021-07-30http: drop support for curl < 7.19.4Jeff King1-4/+0
2021-07-30http: drop support for curl < 7.16.0Jeff King1-24/+1
2021-07-30http: drop support for curl < 7.11.1Jeff King1-11/+1
2021-02-22http: allow custom index-pack argsJonathan Tan1-5/+5
2020-06-25Merge branch 'jt/cdn-offload'Junio C Hamano1-3/+21
2020-06-10http-fetch: support fetching packfiles by URLJonathan Tan1-0/+11
2020-06-10http: refactor finish_http_pack_request()Jonathan Tan1-3/+10
2020-05-11http, imap-send: stop using CURLOPT_VERBOSEJonathan Tan1-0/+7
2019-08-15http: use xmalloc with cURLCarlo Marcelo Arenas Belón1-0/+4
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano1-31/+31
2019-05-05*.[ch]: manually align parameter listsDenton Liu1-5/+5
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu1-26/+26
2019-04-25Merge branch 'bc/hash-transition-16'Junio C Hamano1-1/+1
2019-04-01http: compute hash of downloaded objects using the_hash_algobrian m. carlson1-1/+1
2019-03-24http: factor out curl result code normalizationJeff King1-0/+9
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano1-3/+3
2019-01-10http: enable keep_error for HTTP requestsMasaya Suzuki1-1/+0
2019-01-08http: use struct object_id instead of bare sha1Jeff King1-3/+3
2018-05-30Merge branch 'jk/snprintf-truncation'Junio C Hamano1-2/+2
2018-05-21http: use strbufs instead of fixed buffersJeff King1-2/+2
2018-03-15http: allow providing extra headers for http requestsBrandon Williams1-0/+7
2017-04-13http.postbuffer: allow full range of ssize_t valuesDavid Turner1-1/+1
2016-12-19Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano1-1/+9
2016-12-06http: make redirects more obviousJeff King1-1/+9
2016-07-06Merge branch 'ep/http-curl-trace'Junio C Hamano1-0/+2
2016-05-24http.c: implement the GIT_TRACE_CURL environment variableElia Pinto1-0/+2
2016-04-27http: support sending custom HTTP headersJohannes Schindelin1-0/+1
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano1-0/+1
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong1-0/+1
2016-01-26http: use credential API to handle proxy authenticationKnut Franke1-0/+1
2015-11-02http.c: use CURLOPT_RANGE for range requestsDavid Turner1-1/+0
2015-01-15http.c: make finish_active_slot() and handle_curl_result() staticJunio C Hamano1-2/+0
2014-05-27http: optionally extract charset parameter from content-typeJeff King1-0/+7
2014-04-08Merge branch 'jl/nor-or-nand-and'Junio C Hamano1-2/+1
2014-03-31comments: fix misuses of "nor"Justin Lebar1-2/+1
2014-02-18http: never use curl_easy_performJeff King1-0/+9
2013-12-05Merge branch 'bc/http-100-continue'Junio C Hamano1-0/+1
2013-10-31http: return curl's AUTHAVAIL via slot_resultsJeff King1-0/+1
2013-10-14http: update base URLs when we see redirectsJeff King1-0/+8
2013-10-14http: provide effective url to callersJeff King1-0/+6
2013-10-14http: hoist credential request out of handle_curl_resultJeff King1-0/+1
2013-09-30http: refactor options to http_get_*Jeff King1-5/+10
2013-04-19Merge branch 'mv/ssl-ftp-curl'Junio C Hamano1-0/+9
2013-04-12Support FTP-over-SSL/TLS for regular FTPModestas Vainius1-0/+9
2013-04-06http: drop http_error functionJeff King1-5/+0
2013-04-06http: simplify http_error helper functionJeff King1-3/+2
2013-04-06http: add HTTP_KEEP_ERROR optionJeff King1-0/+1
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce1-1/+1
2012-10-12http: do not set up curl auth after a 401Jeff King1-2/+1
2012-10-12http: fix segfault in handle_curl_resultJeff King1-1/+2
2012-08-27http: factor out http error code handlingJeff King1-0/+1
2012-03-28correct spelling: an URL -> a URLJim Meyering1-1/+1
2011-12-19Merge branch 'jk/maint-push-over-dav'Junio C Hamano1-1/+2
2011-12-13http-push: enable "proactive auth"Jeff King1-1/+2
2011-12-05Merge branch 'mf/curl-select-fdset'Junio C Hamano1-2/+0
2011-11-04http: drop "local" member from request structJeff King1-1/+0
2011-11-04http.c: Rely on select instead of tracking whether data was receivedMika Fischer1-1/+0
2011-10-15http_init: accept separate URL parameterJeff King1-1/+1
2011-07-19Merge branch 'jc/zlib-wrap'Junio C Hamano1-1/+1
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano1-1/+1
2011-05-04http: make curl callbacks match contracts from curl headerDan McGee1-3/+3
2011-03-16standardize brace placement in struct definitionsJonathan Nieder1-10/+5
2010-11-26shift end_url_with_slash() from http.[ch] to url.[ch]Tay Ray Chuan1-1/+1
2010-08-12Standardize do { ... } while (0) styleJonathan Nieder1-2/+2
2010-05-21Merge branch 'sp/maint-dumb-http-pack-reidx'Junio C Hamano1-2/+0
2010-05-08Merge branch 'rc/maint-curl-helper'Junio C Hamano1-0/+1
2010-04-17http.c: Don't store destination name in request structuresShawn O. Pearce1-2/+0
2010-04-09http: make end_url_with_slash() publicTay Ray Chuan1-0/+1
2010-04-01Prompt for a username when an HTTP request 401sScott Chacon1-0/+2
2010-01-12http.c: mark file-local functions staticJunio C Hamano1-9/+0
2009-11-04Smart push over HTTP: client sideShawn O. Pearce1-0/+2
2009-06-06http*: add helper methods for fetching objects (loose)Tay Ray Chuan1-4/+33
2009-06-06http*: add helper methods for fetching packsTay Ray Chuan1-0/+17
2009-06-06http*: add http_get_info_packsTay Ray Chuan1-0/+4
2009-06-06http.c: new functions for the http APIMike Hommey1-0/+30
2009-06-06http*: move common variables and macros to http.[ch]Tay Ray Chuan1-0/+5
2009-04-02Allow curl to rewind the read buffersMartin Storsjö1-0/+7
2008-07-04Work around gcc warnings from curl headersJunio C Hamano1-6/+3
2008-04-26Make walker.fetch_ref() take a struct ref.Daniel Barkalow1-1/+1
2008-02-27Set proxy override with http_init()Mike Hommey1-1/+2
2008-01-22Clarify that http-push being temporarily disabled with older cURLJunio C Hamano1-0/+8
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey1-0/+2
2007-12-14Use strbuf in http codeMike Hommey1-5/+6
2007-12-14Avoid redundant declaration of missing_target()Mike Hommey1-0/+13
2007-12-09Cleanup variables in http.[ch]Mike Hommey1-18/+0
2007-09-19Make function to refill http queue a callbackDaniel Barkalow1-3/+1
2007-09-19Refactor http.h USE_CURL_MULTI fill_active_slots().Daniel Barkalow1-6/+3
2007-05-03http-fetch: Disable use of curl multi support for libcurl < 7.16.Alexandre Julliard1-1/+1
2006-12-27Work around http-fetch built with cURL 7.16.0Junio C Hamano1-1/+1
2006-09-20Patch for http-fetch.c and older curl releasesArt Haas1-0/+4
2006-03-10HTTP slot reuse fixesNick Hengeveld1-0/+1
2006-02-07http-fetch: Abort requests for objects which arrived in packsMark Wooding1-0/+1
2006-01-31Fix HTTP request result processing after slot reuseNick Hengeveld1-0/+7
2005-11-19Isolate shared HTTP request functionalityNick Hengeveld1-0/+95