summaryrefslogtreecommitdiffstats
path: root/http.c
AgeCommit message (Expand)AuthorLines
2016-12-27Merge branch 'bw/transport-protocol-policy'Junio C Hamano-14/+21
2016-12-19Merge branch 'jk/http-walker-limit-redirect'Junio C Hamano-1/+1
2016-12-19Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano-12/+42
2016-12-15transport: add from_user parameter to is_transport_allowedBrandon Williams-7/+7
2016-12-15http: create function to get curl allowed protocolsBrandon Williams-11/+20
2016-12-15http: always warn if libcurl version is too oldBrandon Williams-3/+2
2016-12-06http-walker: complain about non-404 loose object errorsJeff King-1/+1
2016-12-06Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectJunio C Hamano-2/+14
2016-12-06http: treat http-alternates like redirectsJeff King-0/+1
2016-12-06http: make redirects more obviousJeff King-2/+29
2016-12-06http: always update the base URL for redirectsJeff King-4/+8
2016-12-06http: simplify update_url_from_redirectJeff King-6/+4
2016-10-17Merge branch 'dt/http-empty-auth'Junio C Hamano-1/+1
2016-10-06Merge branch 'ps/http-gssapi-cred-delegation'Junio C Hamano-0/+37
2016-10-04http: http.emptyauth should allow empty (not just NULL) usernamesDavid Turner-1/+1
2016-09-29http: control GSSAPI credential delegationPetr Stodulka-0/+37
2016-09-29Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle' into maintJunio C Hamano-11/+18
2016-09-29Merge branch 'jk/fix-remote-curl-url-wo-proto' into maintJunio C Hamano-1/+1
2016-09-21Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle'Junio C Hamano-11/+18
2016-09-15Merge branch 'jk/fix-remote-curl-url-wo-proto'Junio C Hamano-1/+1
2016-09-13http: always remove curl easy from curlm session on releaseEric Wong-4/+6
2016-09-13http: consolidate #ifdefs for curl_multi_remove_handleEric Wong-7/+10
2016-09-13http: warn on curl_multi_add_handle failuresEric Wong-0/+2
2016-09-08remote-curl: handle URLs without protocolJeff King-1/+1
2016-08-08Merge branch 'rs/use-strbuf-addstr'Junio C Hamano-1/+1
2016-08-05use strbuf_addstr() instead of strbuf_addf() with "%s"René Scharfe-1/+1
2016-08-03Merge branch 'ew/http-walker'Junio C Hamano-2/+14
2016-07-12http: avoid disconnecting on 404s for loose objectsEric Wong-2/+14
2016-07-06Merge branch 'ep/http-curl-trace'Junio C Hamano-2/+122
2016-05-31Merge branch 'bn/http-cookiefile-config' into maintJunio C Hamano-1/+1
2016-05-24http.c: implement the GIT_TRACE_CURL environment variableElia Pinto-2/+122
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano-6/+4
2016-05-17Merge branch 'bn/http-cookiefile-config'Junio C Hamano-1/+1
2016-05-09http.c: use error_errno() and warning_errno()Nguyễn Thái Ngọc Duy-6/+4
2016-05-06Merge branch 'js/http-custom-headers'Junio C Hamano-3/+32
2016-05-04http: expand http.cookieFile as a pathBrian Norris-1/+1
2016-05-02Merge branch 'jc/http-socks5h' into maintJunio C Hamano-1/+4
2016-04-27http: support sending custom HTTP headersJohannes Schindelin-3/+32
2016-04-22Merge branch 'jc/http-socks5h'Junio C Hamano-1/+4
2016-04-10http: differentiate socks5:// and socks5h://Junio C Hamano-1/+4
2016-03-10Merge branch 'jx/http-no-proxy'Junio C Hamano-0/+6
2016-02-29http: honor no_http env variable to bypass proxyJiang Xin-0/+6
2016-02-24Merge branch 'ce/https-public-key-pinning'Junio C Hamano-0/+16
2016-02-24Merge branch 'bc/http-empty-auth'Junio C Hamano-2/+11
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano-0/+9
2016-02-15http: implement public key pinningChristoph Egger-0/+15
2016-02-15http: add option to try authentication without usernamebrian m. carlson-2/+11
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong-0/+9
2016-01-26http: use credential API to handle proxy authenticationKnut Franke-0/+77
2016-01-26http: allow selection of proxy authentication methodKnut Franke-3/+62