Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bw/remote-curl-compressed-responses' | Junio C Hamano | 2018-05-30 | 1 | -1/+1 |
|\ | |||||
| * | remote-curl: accept all encodings supported by curl | Brandon Williams | 2018-05-23 | 1 | -1/+1 |
* | | Merge branch 'jk/snprintf-truncation' | Junio C Hamano | 2018-05-30 | 1 | -30/+36 |
|\ \ | |||||
| * | | http: use strbufs instead of fixed buffers | Jeff King | 2018-05-21 | 1 | -30/+36 |
* | | | Merge branch 'bc/object-id' | Junio C Hamano | 2018-05-30 | 1 | -6/+7 |
|\ \ \ | |||||
| * | | | http: eliminate hard-coded constants | brian m. carlson | 2018-05-02 | 1 | -6/+7 |
* | | | | Merge branch 'js/use-bug-macro' | Junio C Hamano | 2018-05-30 | 1 | -4/+4 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -4/+4 |
| |/ / | |||||
* | | | Merge branch 'bw/protocol-v2' | Junio C Hamano | 2018-05-08 | 1 | -17/+8 |
|\ \ \ | |/ / |/| | | |||||
| * | | http: don't always add Git-Protocol header | Brandon Williams | 2018-03-15 | 1 | -17/+0 |
| * | | http: allow providing extra headers for http requests | Brandon Williams | 2018-03-15 | 1 | -0/+8 |
* | | | Merge branch 'lv/tls-1.3' | Junio C Hamano | 2018-04-11 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | http: allow use of TLS 1.3 | Loganaden Velvindron | 2018-03-29 | 1 | -0/+3 |
* | | | | Merge branch 'sb/packfiles-in-repository' | Junio C Hamano | 2018-04-11 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | packfile: allow install_packed_git to handle arbitrary repositories | Stefan Beller | 2018-03-26 | 1 | -1/+1 |
* | | | | | Merge branch 'sb/object-store' | Junio C Hamano | 2018-04-11 | 1 | -3/+3 |
|\| | | | | |_|_|/ |/| | | | |||||
| * | | | sha1_file: add repository argument to sha1_file_name | Stefan Beller | 2018-03-26 | 1 | -3/+2 |
| * | | | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 2018-03-26 | 1 | -0/+1 |
* | | | | Merge branch 'rj/http-code-cleanup' | Junio C Hamano | 2018-03-21 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | http: fix an unused variable warning for 'curl_no_proxy' | Ramsay Jones | 2018-03-15 | 1 | -1/+3 |
* | | | | | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 2018-03-06 | 1 | -5/+5 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | http: rename 'new' variables | Brandon Williams | 2018-02-22 | 1 | -5/+5 |
| |/ / / | |||||
* | | | | Merge branch 'jt/http-redact-cookies' | Junio C Hamano | 2018-02-13 | 1 | -8/+74 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | http: support omitting data from traces | Jonathan Tan | 2018-01-19 | 1 | -8/+19 |
| * | | | http: support cookie redaction when tracing | Jonathan Tan | 2018-01-19 | 1 | -0/+55 |
| |/ / | |||||
* | | | Merge branch 'cc/sha1-file-name' | Junio C Hamano | 2018-02-13 | 1 | -6/+10 |
|\ \ \ | |/ / |/| | | |||||
| * | | sha1_file: remove static strbuf from sha1_file_name() | Christian Couder | 2018-01-17 | 1 | -6/+10 |
* | | | Merge branch 'rs/use-argv-array-in-child-process' | Junio C Hamano | 2018-01-05 | 1 | -8/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | http: use internal argv_array of struct child_process | René Scharfe | 2017-12-22 | 1 | -8/+3 |
* | | | Merge branch 'ws/curl-http-proxy-over-https' | Junio C Hamano | 2017-12-28 | 1 | -0/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | http: support CURLPROXY_HTTPS | Wei Shuyu | 2017-12-19 | 1 | -0/+5 |
| |/ | |||||
* | | Merge branch 'bw/protocol-v1' | Junio C Hamano | 2017-12-06 | 1 | -0/+18 |
|\ \ | |/ |/| | |||||
| * | http: tell server that the client understands v1 | Brandon Williams | 2017-10-17 | 1 | -0/+18 |
* | | curl_trace(): eliminate switch fallthrough | Jeff King | 2017-09-22 | 1 | -3/+4 |
|/ | |||||
* | Merge branch 'jt/packmigrate' | Junio C Hamano | 2017-08-27 | 1 | -0/+1 |
|\ | |||||
| * | pack: move pack name-related functions | Jonathan Tan | 2017-08-24 | 1 | -0/+1 |
* | | Merge branch 'tc/curl-with-backports' | Junio C Hamano | 2017-08-24 | 1 | -4/+6 |
|\ \ | |/ |/| | |||||
| * | http: use a feature check to enable GSSAPI delegation control | Tom G. Christensen | 2017-08-12 | 1 | -3/+3 |
| * | http: fix handling of missing CURLPROTO_* | Tom G. Christensen | 2017-08-12 | 1 | -1/+3 |
* | | Merge branch 'jc/http-sslkey-and-ssl-cert-are-paths' | Junio C Hamano | 2017-08-11 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | http.c: http.sslcert and http.sslkey are both pathnames | Junio C Hamano | 2017-07-20 | 1 | -2/+2 |
* | | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | 1 | -10/+5 |
|\ \ | |||||
| * | | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -10/+5 |
* | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'dt/http-postbuffer-can-be-large' | Junio C Hamano | 2017-04-24 | 1 | -2/+4 |
|\ \ | |||||
| * | | http.postbuffer: allow full range of ssize_t values | David Turner | 2017-04-14 | 1 | -2/+4 |
* | | | Merge branch 'sr/http-proxy-configuration-fix' | Junio C Hamano | 2017-04-24 | 1 | -2/+11 |
|\ \ \ | |||||
| * | | | http: fix the silent ignoring of proxy misconfiguraion | Sergey Ryazanov | 2017-04-14 | 1 | -0/+3 |
| * | | | http: honor empty http.proxy option to bypass proxy | Sergey Ryazanov | 2017-04-14 | 1 | -2/+8 |
| | |/ | |/| | |||||
| * | | Merge branch 'jt/http-base-url-update-upon-redirect' into maint | Junio C Hamano | 2017-03-16 | 1 | -0/+3 |
| |\ \ |