summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
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
2015-02-25Merge branch 'jk/dumb-http-idx-fetch-fix' into maintJunio C Hamano
2015-02-18Merge branch 'ye/http-accept-language'Junio C Hamano
2015-02-17Merge branch 'jk/dumb-http-idx-fetch-fix'Junio C Hamano
2015-02-11Merge branch 'jc/unused-symbols'Junio C Hamano
2015-02-03http: support curl < 7.10.7Tom G. Christensen
2015-01-28http: add Accept-Language header if possibleYi EungJun
2015-01-27dumb-http: do not pass NULL path to parse_pack_indexJeff King
2015-01-15http.c: make finish_active_slot() and handle_curl_result() staticJunio C Hamano
2015-01-08remote-curl: fall back to Basic auth if Negotiate failsbrian m. carlson
2014-10-14Merge branch 'da/include-compat-util-first-in-c'Junio C Hamano
2014-09-15cleanups: ensure that git-compat-util.h is included firstDavid Aguilar
2014-09-11Merge branch 'br/http-init-fix'Junio C Hamano
2014-08-21http: style fixes for curl_multi_init error checkJeff King
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-08-18http.c: die if curl_*_init failsBernhard Reiter
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano
2014-06-20use skip_prefix to avoid repeated calculationsJeff King
2014-06-17http: fix charset detection of extract_content_type()Yi EungJun
2014-05-27http: default text charset to iso-8859-1Jeff King
2014-05-27http: optionally extract charset parameter from content-typeJeff King
2014-05-27http: extract type/subtype portion of content-typeJeff King
2014-03-14Merge branch 'mh/object-code-cleanup'Junio C Hamano
2014-02-24sha1_file_name(): declare to return a const stringMichael Haggerty
2014-02-18http: never use curl_easy_performJeff King
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05Merge branch 'bc/http-100-continue'Junio C Hamano
2013-10-31http: return curl's AUTHAVAIL via slot_resultsJeff King