summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
2016-08-05use strbuf_addstr() instead of strbuf_addf() with "%s"René Scharfe
2016-05-17Merge branch 'nd/error-errno'Junio C Hamano
2016-05-17Merge branch 'bn/http-cookiefile-config'Junio C Hamano
2016-05-09http.c: use error_errno() and warning_errno()Nguyễn Thái Ngọc Duy
2016-05-06Merge branch 'js/http-custom-headers'Junio C Hamano
2016-05-04http: expand http.cookieFile as a pathBrian Norris
2016-04-27http: support sending custom HTTP headersJohannes Schindelin
2016-04-22Merge branch 'jc/http-socks5h'Junio C Hamano
2016-04-10http: differentiate socks5:// and socks5h://Junio C Hamano
2016-03-10Merge branch 'jx/http-no-proxy'Junio C Hamano
2016-02-29http: honor no_http env variable to bypass proxyJiang Xin
2016-02-24Merge branch 'ce/https-public-key-pinning'Junio C Hamano
2016-02-24Merge branch 'bc/http-empty-auth'Junio C Hamano
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-16http: implement public key pinningChristoph Egger
2016-02-15http: add option to try authentication without usernamebrian m. carlson
2016-02-12connect & http: support -4 and -6 switches for remote operationsEric Wong
2016-01-26http: use credential API to handle proxy authenticationKnut Franke
2016-01-26http: allow selection of proxy authentication methodKnut Franke
2015-12-10Merge branch 'bc/object-id'Junio C Hamano
2015-12-01Merge branch 'dt/http-range'Jeff King
2015-12-01Merge branch 'maint'Jeff King
2015-12-01Merge branch 'cb/ssl-config-pathnames' into maintJeff King
2015-12-01Merge branch 'pt/http-socks-proxy' into maintJeff King
2015-11-24http: treat config options sslCAPath and sslCAInfo as pathsCharles Bailey
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-11-20remote-http(s): support SOCKS proxiesPat Thoyts
2015-11-12http: fix some printf format warningsRamsay Jones
2015-11-02http: use off_t to store partial file sizeJeff King
2015-11-02http.c: use CURLOPT_RANGE for range requestsDavid Turner
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano
2015-09-29Sync with v2.5.4Junio C Hamano
2015-09-28Sync with 2.4.10Junio C Hamano
2015-09-28Sync with 2.3.10Junio C Hamano
2015-09-25http: limit redirection depthBlake Burkhart
2015-09-25http: limit redirection to protocol-whitelistBlake Burkhart
2015-09-25use strip_suffix and xstrfmt to replace suffixJeff King
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King
2015-08-26Merge branch 'ep/http-configure-ssl-version'Junio C Hamano
2015-08-19Merge branch 'jc/finalize-temp-file'Junio C Hamano
2015-08-17http: add support for specifying the SSL versionElia Pinto
2015-08-10sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano
2015-07-13Merge branch 'et/http-proxyauth'Junio C Hamano
2015-06-29http: always use any proxy auth method availableEnrique Tobis
2015-05-22Merge branch 'ls/http-ssl-cipher-list'Junio C Hamano
2015-05-08http: add support for specifying an SSL cipher listLars Kellogg-Stedman
2015-03-24http: release the memory of a http pack request as wellStefan Beller
2015-03-06Merge branch 'ye/http-accept-language'Junio C Hamano
2015-02-26gettext.c: move get_preferred_languages() from http.cJeff King
2015-02-25Merge branch 'tc/missing-http-proxyauth'Junio C Hamano