| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bw/transport-protocol-policy' | Junio C Hamano | 2016-12-27 | 1 | -14/+21 |
|\ |
|
| * | transport: add from_user parameter to is_transport_allowed | Brandon Williams | 2016-12-15 | 1 | -7/+7 |
| * | http: create function to get curl allowed protocols | Brandon Williams | 2016-12-15 | 1 | -11/+20 |
| * | http: always warn if libcurl version is too old | Brandon Williams | 2016-12-15 | 1 | -3/+2 |
* | | Merge branch 'jk/http-walker-limit-redirect' | Junio C Hamano | 2016-12-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | http-walker: complain about non-404 loose object errorsjk/http-walker-limit-redirect | Jeff King | 2016-12-06 | 1 | -1/+1 |
| * | Merge branch 'ew/http-walker' into jk/http-walker-limit-redirect | Junio C Hamano | 2016-12-06 | 1 | -2/+14 |
| |\ |
|
* | \ | Merge branch 'jk/http-walker-limit-redirect-2.9' | Junio C Hamano | 2016-12-19 | 1 | -12/+42 |
|\ \ \
| |/ / |
|
| * | | http: treat http-alternates like redirectsjk/http-walker-limit-redirect-2.9 | Jeff King | 2016-12-06 | 1 | -0/+1 |
| * | | http: make redirects more obvious | Jeff King | 2016-12-06 | 1 | -2/+29 |
| * | | http: always update the base URL for redirects | Jeff King | 2016-12-06 | 1 | -4/+8 |
| * | | http: simplify update_url_from_redirect | Jeff King | 2016-12-06 | 1 | -6/+4 |
* | | | Merge branch 'dt/http-empty-auth' | Junio C Hamano | 2016-10-17 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | http: http.emptyauth should allow empty (not just NULL) usernamesdt/http-empty-auth | David Turner | 2016-10-04 | 1 | -1/+1 |
| * | | | Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle' into maint | Junio C Hamano | 2016-09-29 | 1 | -11/+18 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'jk/fix-remote-curl-url-wo-proto' into maint | Junio C Hamano | 2016-09-29 | 1 | -1/+1 |
| |\ \ \ \ |
|
* | \ \ \ \ | Merge branch 'ps/http-gssapi-cred-delegation' | Junio C Hamano | 2016-10-06 | 1 | -0/+37 |
|\ \ \ \ \ \ |
|
| * | | | | | | http: control GSSAPI credential delegationps/http-gssapi-cred-delegation | Petr Stodulka | 2016-09-29 | 1 | -0/+37 |
| |/ / / / / |
|
* | | | | | | Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle' | Junio C Hamano | 2016-09-21 | 1 | -11/+18 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | http: always remove curl easy from curlm session on releaseew/http-do-not-forget-to-call-curl-multi-remove-handle | Eric Wong | 2016-09-13 | 1 | -4/+6 |
| * | | | | | http: consolidate #ifdefs for curl_multi_remove_handle | Eric Wong | 2016-09-13 | 1 | -7/+10 |
| * | | | | | http: warn on curl_multi_add_handle failures | Eric Wong | 2016-09-13 | 1 | -0/+2 |
* | | | | | | Merge branch 'jk/fix-remote-curl-url-wo-proto' | Junio C Hamano | 2016-09-15 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | / / /
| | |/ / /
| |/| | | |
|
| * | | | | remote-curl: handle URLs without protocoljk/fix-remote-curl-url-wo-proto | Jeff King | 2016-09-08 | 1 | -1/+1 |
| * | | | | Merge branch 'bn/http-cookiefile-config' into maint | Junio C Hamano | 2016-05-31 | 1 | -1/+1 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'jc/http-socks5h' into maint | Junio C Hamano | 2016-05-02 | 1 | -1/+4 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge branch 'rs/use-strbuf-addstr' | Junio C Hamano | 2016-08-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | use strbuf_addstr() instead of strbuf_addf() with "%s"rs/use-strbuf-addstr | René Scharfe | 2016-08-05 | 1 | -1/+1 |
* | | | | | | | Merge branch 'ew/http-walker' | Junio C Hamano | 2016-08-03 | 1 | -2/+14 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | http: avoid disconnecting on 404s for loose objects | Eric Wong | 2016-07-12 | 1 | -2/+14 |
| |/ / / / / |
|
* | | | | | | Merge branch 'ep/http-curl-trace' | Junio C Hamano | 2016-07-06 | 1 | -2/+122 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | http.c: implement the GIT_TRACE_CURL environment variable | Elia Pinto | 2016-05-24 | 1 | -2/+122 |
| |/ / / / |
|
* | | | | | Merge branch 'nd/error-errno' | Junio C Hamano | 2016-05-17 | 1 | -6/+4 |
|\ \ \ \ \ |
|
| * | | | | | http.c: use error_errno() and warning_errno() | Nguyễn Thái Ngọc Duy | 2016-05-09 | 1 | -6/+4 |
| |/ / / / |
|
* | | | | | Merge branch 'bn/http-cookiefile-config' | Junio C Hamano | 2016-05-17 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | http: expand http.cookieFile as a pathbn/http-cookiefile-config | Brian Norris | 2016-05-04 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'js/http-custom-headers' | Junio C Hamano | 2016-05-06 | 1 | -3/+32 |
|\ \ \ \ |
|
| * | | | | http: support sending custom HTTP headers | Johannes Schindelin | 2016-04-27 | 1 | -3/+32 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'jc/http-socks5h' | Junio C Hamano | 2016-04-22 | 1 | -1/+4 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | http: differentiate socks5:// and socks5h://jc/http-socks5h | Junio C Hamano | 2016-04-10 | 1 | -1/+4 |
| |/ |
|
* | | Merge branch 'jx/http-no-proxy' | Junio C Hamano | 2016-03-10 | 1 | -0/+6 |
|\ \ |
|
| * | | http: honor no_http env variable to bypass proxyjx/http-no-proxy | Jiang Xin | 2016-02-29 | 1 | -0/+6 |
* | | | Merge branch 'ce/https-public-key-pinning' | Junio C Hamano | 2016-02-24 | 1 | -0/+16 |
|\ \ \ |
|
| * | | | http: implement public key pinningce/https-public-key-pinning | Christoph Egger | 2016-02-15 | 1 | -0/+15 |
* | | | | Merge branch 'bc/http-empty-auth' | Junio C Hamano | 2016-02-24 | 1 | -2/+11 |
|\ \ \ \ |
|
| * | | | | http: add option to try authentication without usernamebc/http-empty-auth | brian m. carlson | 2016-02-15 | 1 | -2/+11 |
| |/ / / |
|
* | | | | Merge branch 'ew/force-ipv4' | Junio C Hamano | 2016-02-24 | 1 | -0/+9 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | connect & http: support -4 and -6 switches for remote operationsew/force-ipv4 | Eric Wong | 2016-02-12 | 1 | -0/+9 |
| |/ / |
|
* | | | http: use credential API to handle proxy authenticationkf/http-proxy-auth-methods | Knut Franke | 2016-01-26 | 1 | -0/+77 |
* | | | http: allow selection of proxy authentication method | Knut Franke | 2016-01-26 | 1 | -3/+62 |
|/ / |
|