291 Commits (099a912a279415dd27716ee5de07ff347bfc49da)

Author SHA1 Message Date
David Turner 37ee680d9b http.postbuffer: allow full range of ssize_t values 8 years ago
Sergey Ryazanov ae51d91105 http: fix the silent ignoring of proxy misconfiguraion 8 years ago
Sergey Ryazanov 57415089bd http: honor empty http.proxy option to bypass proxy 8 years ago
Jeff King 1a168e5c86 convert unchecked snprintf into xsnprintf 8 years ago
Jonathan Tan 8e27391a5f http: attempt updating base URL only if no error 8 years ago
Jeff King 40a18fc77c http: add an "auto" mode for http.emptyauth 8 years ago
Jeff King 840398feb8 http: restrict auth methods to what the server advertises 8 years ago
Brandon Williams a768a02265 transport: add from_user parameter to is_transport_allowed 8 years ago
Brandon Williams aeae4db174 http: create function to get curl allowed protocols 8 years ago
Brandon Williams f962ddf6ed http: always warn if libcurl version is too old 8 years ago
Jeff King 3680f16f9d http-walker: complain about non-404 loose object errors 8 years ago
Jeff King cb4d2d35c4 http: treat http-alternates like redirects 8 years ago
Jeff King 50d3413740 http: make redirects more obvious 8 years ago
Jeff King 6628eb41db http: always update the base URL for redirects 8 years ago
Jeff King 986d7f4d37 http: simplify update_url_from_redirect 8 years ago
David Turner 5275c3081c http: http.emptyauth should allow empty (not just NULL) usernames 8 years ago
Petr Stodulka 26a7b23429 http: control GSSAPI credential delegation 8 years ago
Eric Wong 2abc848d54 http: always remove curl easy from curlm session on release 9 years ago
Eric Wong d8b6b84df0 http: consolidate #ifdefs for curl_multi_remove_handle 9 years ago
Eric Wong 9f1b58842a http: warn on curl_multi_add_handle failures 9 years ago
Jeff King d63ed6ef24 remote-curl: handle URLs without protocol 9 years ago
René Scharfe bc57b9c0cc use strbuf_addstr() instead of strbuf_addf() with "%s" 9 years ago
Eric Wong 17966c0a63 http: avoid disconnecting on 404s for loose objects 9 years ago
Elia Pinto 74c682d3c6 http.c: implement the GIT_TRACE_CURL environment variable 9 years ago
Nguyễn Thái Ngọc Duy d2e255eefa http.c: use error_errno() and warning_errno() 9 years ago
Brian Norris e5a39ad8e6 http: expand http.cookieFile as a path 9 years ago
Johannes Schindelin 8cb01e2fd3 http: support sending custom HTTP headers 9 years ago
Junio C Hamano 87f8a0b279 http: differentiate socks5:// and socks5h:// 9 years ago
Jiang Xin d445fda44d http: honor no_http env variable to bypass proxy 9 years ago
Christoph Egger aeff8a6121 http: implement public key pinning 9 years ago
brian m. carlson 121061f67f http: add option to try authentication without username 9 years ago
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
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 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Jeff King 9ae97018fb use strip_suffix and xstrfmt to replace suffix 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