aboutsummaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAge
* Merge branch 'jt/http-base-url-update-upon-redirect' into maintJunio C Hamano2017-03-16
|\
| * http: attempt updating base URL only if no errorJonathan Tan2017-02-28
* | Merge branch 'jk/http-auth' into maintJunio C Hamano2017-03-16
|\ \ | |/ |/|
| * http: add an "auto" mode for http.emptyauthJeff King2017-02-27
| * http: restrict auth methods to what the server advertisesJeff King2017-02-23
| * Merge branch 'jk/http-walker-limit-redirect' into maintJunio C Hamano2017-01-17
| |\
* | \ Merge branch 'bw/transport-protocol-policy'Junio C Hamano2016-12-27
|\ \ \
| * | | transport: add from_user parameter to is_transport_allowedBrandon Williams2016-12-15
| * | | http: create function to get curl allowed protocolsBrandon Williams2016-12-15
| * | | http: always warn if libcurl version is too oldBrandon Williams2016-12-15
| | |/ | |/|
* | | Merge branch 'jk/http-walker-limit-redirect'Junio C Hamano2016-12-19
|\ \ \ | |/ /
| * | http-walker: complain about non-404 loose object errorsJeff King2016-12-06
| * | Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectJunio C Hamano2016-12-06
| |\ \
* | \ \ Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano2016-12-19
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | http: treat http-alternates like redirectsJeff King2016-12-06
| * | http: make redirects more obviousJeff King2016-12-06
| * | http: always update the base URL for redirectsJeff King2016-12-06
| * | http: simplify update_url_from_redirectJeff King2016-12-06
* | | Merge branch 'dt/http-empty-auth'Junio C Hamano2016-10-17
|\ \ \
| * | | http: http.emptyauth should allow empty (not just NULL) usernamesDavid Turner2016-10-04
| * | | Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle' into maintJunio C Hamano2016-09-29
| |\ \ \
| * \ \ \ Merge branch 'jk/fix-remote-curl-url-wo-proto' into maintJunio C Hamano2016-09-29
| |\ \ \ \
* | \ \ \ \ Merge branch 'ps/http-gssapi-cred-delegation'Junio C Hamano2016-10-06
|\ \ \ \ \ \
| * | | | | | http: control GSSAPI credential delegationPetr Stodulka2016-09-29
| |/ / / / /
* | | | | | Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle'Junio C Hamano2016-09-21
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | http: always remove curl easy from curlm session on releaseEric Wong2016-09-13
| * | | | | http: consolidate #ifdefs for curl_multi_remove_handleEric Wong2016-09-13
| * | | | | http: warn on curl_multi_add_handle failuresEric Wong2016-09-13
* | | | | | Merge branch 'jk/fix-remote-curl-url-wo-proto'Junio C Hamano2016-09-15
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | remote-curl: handle URLs without protocolJeff King2016-09-08
| * | | | Merge branch 'bn/http-cookiefile-config' into maintJunio C Hamano2016-05-31
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/http-socks5h' into maintJunio C Hamano2016-05-02
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'rs/use-strbuf-addstr'Junio C Hamano2016-08-08
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | use strbuf_addstr() instead of strbuf_addf() with "%s"René Scharfe2016-08-05
* | | | | | | Merge branch 'ew/http-walker'Junio C Hamano2016-08-03
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | http: avoid disconnecting on 404s for loose objectsEric Wong2016-07-12
| |/ / / / /
* | | | | | Merge branch 'ep/http-curl-trace'Junio C Hamano2016-07-06
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | http.c: implement the GIT_TRACE_CURL environment variableElia Pinto2016-05-24
| |/ / / /
* | | | | Merge branch 'nd/error-errno'Junio C Hamano2016-05-17
|\ \ \ \ \
| * | | | | http.c: use error_errno() and warning_errno()Nguyễn Thái Ngọc Duy2016-05-09
| |/ / / /
* | | | | Merge branch 'bn/http-cookiefile-config'Junio C Hamano2016-05-17
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | http: expand http.cookieFile as a pathBrian Norris2016-05-04
| | |_|/ | |/| |
* | | | Merge branch 'js/http-custom-headers'Junio C Hamano2016-05-06
|\ \ \ \
| * | | | http: support sending custom HTTP headersJohannes Schindelin2016-04-27
| | |/ / | |/| |
* | | | Merge branch 'jc/http-socks5h'Junio C Hamano2016-04-22
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | http: differentiate socks5:// and socks5h://Junio C Hamano2016-04-10
| |/
* | Merge branch 'jx/http-no-proxy'Junio C Hamano2016-03-10
|\ \
| * | http: honor no_http env variable to bypass proxyJiang Xin2016-02-29
* | | Merge branch 'ce/https-public-key-pinning'Junio C Hamano2016-02-24
|\ \ \
| * | | http: implement public key pinningChristoph Egger2016-02-15