229 Commits (d589a67eceacd1cc171bbe94906ca7c9a0edd8c5)

Author SHA1 Message Date
Knut Franke 372370f167 http: use credential API to handle proxy authentication 9 years ago
Knut Franke ef976395e2 http: allow selection of proxy authentication method 9 years ago
Charles Bailey bf9acba2c1 http: treat config options sslCAPath and sslCAInfo as paths 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Pat Thoyts 6d7afe07f2 remote-http(s): support SOCKS proxies 9 years ago
Ramsay Jones 838ecf0b0f http: fix some printf format warnings 9 years ago
Jeff King f8117f550b http: use off_t to store partial file size 9 years ago
David Turner 835c4d3689 http.c: use CURLOPT_RANGE for range requests 9 years ago
Blake Burkhart b258116462 http: limit redirection depth 10 years ago
Blake Burkhart f4113cac0c http: limit redirection to protocol-whitelist 10 years ago
Jeff King 9ae97018fb use strip_suffix and xstrfmt to replace suffix 10 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Elia Pinto 01861cb7a2 http: add support for specifying the SSL version 10 years ago
Junio C Hamano cb5add5868 sha1_file.c: rename move_temp_to_file() to finalize_object_file() 10 years ago
Enrique Tobis 5841520b03 http: always use any proxy auth method available 10 years ago
Lars Kellogg-Stedman f6f2a9e42d http: add support for specifying an SSL cipher list 10 years ago
Stefan Beller 826aed50cb http: release the memory of a http pack request as well 10 years ago
Jeff King 93f7d9108a gettext.c: move get_preferred_languages() from http.c 10 years ago
Tom G. Christensen 1c2dbf2095 http: support curl < 7.10.7 10 years ago
Yi EungJun f18604bbf2 http: add Accept-Language header if possible 10 years ago
Jeff King 8b9c2dd4de dumb-http: do not pass NULL path to parse_pack_index 10 years ago
Junio C Hamano b90a3d7b32 http.c: make finish_active_slot() and handle_curl_result() static 10 years ago
brian m. carlson 4dbe66464b remote-curl: fall back to Basic auth if Negotiate fails 10 years ago
David Aguilar 1c4b660412 cleanups: ensure that git-compat-util.h is included first 11 years ago
Jeff King 8837eb47f2 http: style fixes for curl_multi_init error check 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Bernhard Reiter faa3807cfe http.c: die if curl_*_init fails 11 years ago
Jeff King de8118e153 use skip_prefix to avoid repeated calculations 11 years ago
Yi EungJun f34a655d4d http: fix charset detection of extract_content_type() 11 years ago
Jeff King c553fd1c1e http: default text charset to iso-8859-1 11 years ago
Jeff King e31316263a http: optionally extract charset parameter from content-type 11 years ago
Jeff King bf197fd7ee http: extract type/subtype portion of content-type 11 years ago
Michael Haggerty 30d6c6eabf sha1_file_name(): declare to return a const string 11 years ago
Jeff King beed336c3e http: never use curl_easy_perform 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 0972ccd97c http: return curl's AUTHAVAIL via slot_results 11 years ago
Ramsay Jones 70900eda4a http.c: Spell the null pointer as NULL 11 years ago
Jeff King 47ce115370 http: use curl's tcp keepalive if available 11 years ago
Jeff King c93c92f309 http: update base URLs when we see redirects 11 years ago
Jeff King 78868962c0 http: provide effective url to callers 11 years ago
Jeff King 2501aff8b7 http: hoist credential request out of handle_curl_result 11 years ago
Eric Wong a15d069a19 http: enable keepalive on TCP sockets 11 years ago
Jeff King 1bbcc224cc http: refactor options to http_get_* 12 years ago
Jeff King 132b70a2ed http_request: factor out curlinfo_strbuf 12 years ago
Jeff King 3d1fb769b2 http_get_file: style fixes 12 years ago
Kyle J. McKay 6a56993b2e config: parse http.<url>.<variable> using urlmatch 12 years ago
Junio C Hamano 3f4ccd2b0b http.c: fix parsing of http.sslCertPasswordProtected variable 12 years ago
Dave Borowitz 912b2acf2f http: add http.savecookies option to write out HTTP cookies 12 years ago
Brandon Casey a94cf2cb7e http.c: don't rewrite the user:passwd string multiple times 12 years ago
Jeff King b793acf14c http: set curl FAILONERROR each time we select a handle 12 years ago