summaryrefslogtreecommitdiffstats
path: root/http.c
AgeCommit message (Expand)AuthorLines
2015-12-10Merge branch 'bc/object-id'Junio C Hamano-1/+1
2015-12-01Merge branch 'dt/http-range'Jeff King-4/+4
2015-12-01Merge branch 'maint'Jeff King-2/+13
2015-12-01Merge branch 'cb/ssl-config-pathnames' into maintJeff King-2/+2
2015-12-01Merge branch 'pt/http-socks-proxy' into maintJeff King-0/+11
2015-11-24http: treat config options sslCAPath and sslCAInfo as pathsCharles Bailey-2/+2
2015-11-20Convert struct ref to use object_id.brian m. carlson-1/+1
2015-11-20remote-http(s): support SOCKS proxiesPat Thoyts-0/+11
2015-11-11http: fix some printf format warningsRamsay Jones-4/+4
2015-11-02http: use off_t to store partial file sizeJeff King-4/+4
2015-11-02http.c: use CURLOPT_RANGE for range requestsDavid Turner-21/+12
2015-10-20Merge branch 'jk/war-on-sprintf'Junio C Hamano-6/+7
2015-09-28Sync with v2.5.4Junio C Hamano-0/+18
2015-09-28Sync with 2.4.10Junio C Hamano-0/+18
2015-09-28Sync with 2.3.10Junio C Hamano-0/+18
2015-09-25http: limit redirection depthBlake Burkhart-0/+1
2015-09-25http: limit redirection to protocol-whitelistBlake Burkhart-0/+17
2015-09-25use strip_suffix and xstrfmt to replace suffixJeff King-3/+4
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King-3/+3
2015-08-26Merge branch 'ep/http-configure-ssl-version'Junio C Hamano-1/+32
2015-08-19Merge branch 'jc/finalize-temp-file'Junio C Hamano-5/+5
2015-08-17http: add support for specifying the SSL versionElia Pinto-1/+32
2015-08-10sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano-5/+5
2015-07-13Merge branch 'et/http-proxyauth'Junio C Hamano-2/+2
2015-06-29http: always use any proxy auth method availableEnrique Tobis-2/+2
2015-05-22Merge branch 'ls/http-ssl-cipher-list'Junio C Hamano-0/+10
2015-05-08http: add support for specifying an SSL cipher listLars Kellogg-Stedman-0/+10
2015-03-24http: release the memory of a http pack request as wellStefan Beller-0/+1
2015-03-06Merge branch 'ye/http-accept-language'Junio C Hamano-26/+1
2015-02-26gettext.c: move get_preferred_languages() from http.cJeff King-25/+1
2015-02-25Merge branch 'tc/missing-http-proxyauth'Junio C Hamano-0/+2
2015-02-24Merge branch 'jk/dumb-http-idx-fetch-fix' into maintJunio C Hamano-1/+1
2015-02-18Merge branch 'ye/http-accept-language'Junio C Hamano-0/+147
2015-02-17Merge branch 'jk/dumb-http-idx-fetch-fix'Junio C Hamano-1/+1
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano-32/+32
2015-02-03http: support curl < 7.10.7Tom G. Christensen-0/+2
2015-01-28http: add Accept-Language header if possibleYi EungJun-0/+147
2015-01-27dumb-http: do not pass NULL path to parse_pack_indexJeff King-1/+1
2015-01-15http.c: make finish_active_slot() and handle_curl_result() staticJunio C Hamano-32/+32
2015-01-07remote-curl: fall back to Basic auth if Negotiate failsbrian m. carlson-0/+10
2014-10-14Merge branch 'da/include-compat-util-first-in-c'Junio C Hamano-0/+1
2014-09-15cleanups: ensure that git-compat-util.h is included firstDavid Aguilar-0/+1
2014-09-11Merge branch 'br/http-init-fix'Junio C Hamano-5/+7
2014-08-21http: style fixes for curl_multi_init error checkJeff King-4/+2
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe-2/+1
2014-08-18http.c: die if curl_*_init failsBernhard Reiter-1/+5
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano-2/+1
2014-06-20use skip_prefix to avoid repeated calculationsJeff King-2/+1
2014-06-17http: fix charset detection of extract_content_type()Yi EungJun-2/+2
2014-05-27http: default text charset to iso-8859-1Jeff King-0/+3