335 Commits (e60f6d13f3b04ee3a8aa50ed5a0b97d2fb58bad8)

Author SHA1 Message Date
Brandon Williams 1a53e692af remote-curl: accept all encodings supported by curl 7 years ago
Jeff King 390c6cbc5e http: use strbufs instead of fixed buffers 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson dd724bcb2f http: eliminate hard-coded constants 7 years ago
Loganaden Velvindron d81b651f56 http: allow use of TLS 1.3 7 years ago
Stefan Beller 5babff16d9 packfile: allow install_packed_git to handle arbitrary repositories 7 years ago
Stefan Beller cf78ae4f3d sha1_file: add repository argument to sha1_file_name 7 years ago
Stefan Beller a80d72db2a object-store: move packed_git and packed_git_mru to object store 7 years ago
Ramsay Jones b8fd6008ec http: fix an unused variable warning for 'curl_no_proxy' 7 years ago
Brandon Williams 884e586f9e http: don't always add Git-Protocol header 7 years ago
Brandon Williams 8ff14ed412 http: allow providing extra headers for http requests 7 years ago
Brandon Williams ee6e065351 http: rename 'new' variables 7 years ago
Jonathan Tan 8ba18e6fa4 http: support omitting data from traces 7 years ago
Jonathan Tan 83411783c3 http: support cookie redaction when tracing 7 years ago
Christian Couder ea6577303f sha1_file: remove static strbuf from sha1_file_name() 7 years ago
René Scharfe c7191fa510 http: use internal argv_array of struct child_process 7 years ago
Wei Shuyu 82b6803aee http: support CURLPROXY_HTTPS 7 years ago
Brandon Williams 19113a26b6 http: tell server that the client understands v1 7 years ago
Jeff King d0e9983980 curl_trace(): eliminate switch fallthrough 8 years ago
Jonathan Tan 4f39cd821d pack: move pack name-related functions 8 years ago
Tom G. Christensen dd5df538b5 http: use a feature check to enable GSSAPI delegation control 8 years ago
Tom G. Christensen f18777ba6e http: fix handling of missing CURLPROTO_* 8 years ago
Junio C Hamano 8d1549643e http.c: http.sslcert and http.sslkey are both pathnames 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
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 9 years ago
Petr Stodulka 26a7b23429 http: control GSSAPI credential delegation 9 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