Age | Commit message (Expand) | Author | Files | Lines |
2018-11-29 | i18n: fix small typos | Jean-Noël Avila | 1 | -1/+1 |
2018-11-03 | Merge branch 'jc/http-curlver-warnings' | Junio C Hamano | 1 | -4/+2 |
2018-11-03 | Merge branch 'js/mingw-http-ssl' | Junio C Hamano | 1 | -1/+70 |
2018-10-26 | http: give curl version warnings consistently | Junio C Hamano | 1 | -4/+2 |
2018-10-26 | http: when using Secure Channel, ignore sslCAInfo by default | Johannes Schindelin | 1 | -1/+18 |
2018-10-26 | http: add support for disabling SSL revocation checks in cURL | Brendan Forster | 1 | -0/+17 |
2018-10-16 | http: add support for selecting SSL backends at runtime | Johannes Schindelin | 1 | -0/+35 |
2018-08-29 | convert "hashcmp() != 0" to "!hasheq()" | Jeff King | 1 | -1/+1 |
2018-08-17 | refactor various if (x) FREE_AND_NULL(x) to just FREE_AND_NULL(x) | Ævar Arnfjörð Bjarmason | 1 | -3/+1 |
2018-05-30 | Merge branch 'bw/remote-curl-compressed-responses' | Junio C Hamano | 1 | -1/+1 |
2018-05-30 | Merge branch 'jk/snprintf-truncation' | Junio C Hamano | 1 | -30/+36 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -6/+7 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -4/+4 |
2018-05-23 | remote-curl: accept all encodings supported by curl | Brandon Williams | 1 | -1/+1 |
2018-05-21 | http: use strbufs instead of fixed buffers | Jeff King | 1 | -30/+36 |
2018-05-08 | Merge branch 'bw/protocol-v2' | Junio C Hamano | 1 | -17/+8 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -4/+4 |
2018-05-02 | http: eliminate hard-coded constants | brian m. carlson | 1 | -6/+7 |
2018-04-11 | Merge branch 'lv/tls-1.3' | Junio C Hamano | 1 | -0/+3 |
2018-04-11 | Merge branch 'sb/packfiles-in-repository' | Junio C Hamano | 1 | -1/+1 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -3/+3 |
2018-03-29 | http: allow use of TLS 1.3 | Loganaden Velvindron | 1 | -0/+3 |
2018-03-26 | packfile: allow install_packed_git to handle arbitrary repositories | Stefan Beller | 1 | -1/+1 |
2018-03-26 | sha1_file: add repository argument to sha1_file_name | Stefan Beller | 1 | -3/+2 |
2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -0/+1 |
2018-03-21 | Merge branch 'rj/http-code-cleanup' | Junio C Hamano | 1 | -1/+3 |
2018-03-15 | http: fix an unused variable warning for 'curl_no_proxy' | Ramsay Jones | 1 | -1/+3 |
2018-03-15 | http: don't always add Git-Protocol header | Brandon Williams | 1 | -17/+0 |
2018-03-15 | http: allow providing extra headers for http requests | Brandon Williams | 1 | -0/+8 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -5/+5 |
2018-02-22 | http: rename 'new' variables | Brandon Williams | 1 | -5/+5 |
2018-02-13 | Merge branch 'jt/http-redact-cookies' | Junio C Hamano | 1 | -8/+74 |
2018-02-13 | Merge branch 'cc/sha1-file-name' | Junio C Hamano | 1 | -6/+10 |
2018-01-19 | http: support omitting data from traces | Jonathan Tan | 1 | -8/+19 |
2018-01-19 | http: support cookie redaction when tracing | Jonathan Tan | 1 | -0/+55 |
2018-01-17 | sha1_file: remove static strbuf from sha1_file_name() | Christian Couder | 1 | -6/+10 |
2018-01-05 | Merge branch 'rs/use-argv-array-in-child-process' | Junio C Hamano | 1 | -8/+3 |
2017-12-28 | Merge branch 'ws/curl-http-proxy-over-https' | Junio C Hamano | 1 | -0/+5 |
2017-12-22 | http: use internal argv_array of struct child_process | René Scharfe | 1 | -8/+3 |
2017-12-19 | http: support CURLPROXY_HTTPS | Wei Shuyu | 1 | -0/+5 |
2017-12-06 | Merge branch 'bw/protocol-v1' | Junio C Hamano | 1 | -0/+18 |
2017-10-17 | http: tell server that the client understands v1 | Brandon Williams | 1 | -0/+18 |
2017-09-22 | curl_trace(): eliminate switch fallthrough | Jeff King | 1 | -3/+4 |
2017-08-26 | Merge branch 'jt/packmigrate' | Junio C Hamano | 1 | -0/+1 |
2017-08-24 | Merge branch 'tc/curl-with-backports' | Junio C Hamano | 1 | -4/+6 |
2017-08-23 | pack: move pack name-related functions | Jonathan Tan | 1 | -0/+1 |
2017-08-11 | http: use a feature check to enable GSSAPI delegation control | Tom G. Christensen | 1 | -3/+3 |
2017-08-11 | http: fix handling of missing CURLPROTO_* | Tom G. Christensen | 1 | -1/+3 |
2017-08-11 | Merge branch 'jc/http-sslkey-and-ssl-cert-are-paths' | Junio C Hamano | 1 | -2/+2 |
2017-07-20 | http.c: http.sslcert and http.sslkey are both pathnames | Junio C Hamano | 1 | -2/+2 |