| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'dt/http-postbuffer-can-be-large' | Junio C Hamano | 2017-04-23 | 1 | -2/+4 |
|\ |
|
| * | http.postbuffer: allow full range of ssize_t valuesdt/http-postbuffer-can-be-large | David Turner | 2017-04-13 | 1 | -2/+4 |
* | | Merge branch 'sr/http-proxy-configuration-fix' | Junio C Hamano | 2017-04-23 | 1 | -2/+11 |
|\ \ |
|
| * | | http: fix the silent ignoring of proxy misconfiguraionsr/http-proxy-configuration-fix | Sergey Ryazanov | 2017-04-13 | 1 | -0/+3 |
| * | | http: honor empty http.proxy option to bypass proxy | Sergey Ryazanov | 2017-04-13 | 1 | -2/+8 |
| * | | Merge branch 'jt/http-base-url-update-upon-redirect' into maint | Junio C Hamano | 2017-03-16 | 1 | -0/+3 |
| |\ \ |
|
| * \ \ | Merge branch 'jk/http-auth' into maint | Junio C Hamano | 2017-03-16 | 1 | -4/+46 |
| |\ \ \ |
|
* | | | | | convert unchecked snprintf into xsnprintf | Jeff King | 2017-03-30 | 1 | -5/+5 |
| |_|_|/
|/| | | |
|
* | | | | Merge branch 'jt/http-base-url-update-upon-redirect' | Junio C Hamano | 2017-03-10 | 1 | -0/+3 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | http: attempt updating base URL only if no errorjt/http-base-url-update-upon-redirect | Jonathan Tan | 2017-02-28 | 1 | -0/+3 |
| |/ / |
|
* | | | Merge branch 'jk/http-auth' | Junio C Hamano | 2017-03-10 | 1 | -4/+46 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | http: add an "auto" mode for http.emptyauthjk/http-auth | Jeff King | 2017-02-27 | 1 | -5/+45 |
| * | http: restrict auth methods to what the server advertises | Jeff King | 2017-02-23 | 1 | -0/+2 |
| * | Merge branch 'jk/http-walker-limit-redirect' into maint | Junio C Hamano | 2017-01-17 | 1 | -13/+43 |
| |\ |
|
* | \ | 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 |
| | |_|/
| |/| | |
|