summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* http.c: http.sslcert and http.sslkey are both pathnamesjc/http-sslkey-and-ssl-cert-are-pathsJunio C Hamano2017-07-201-2/+2
* Merge branch 'jt/http-base-url-update-upon-redirect' into maintJunio C Hamano2017-03-161-0/+3
|\
| * http: attempt updating base URL only if no errorjt/http-base-url-update-upon-redirectJonathan Tan2017-02-281-0/+3
* | Merge branch 'jk/http-auth' into maintJunio C Hamano2017-03-161-4/+46
|\ \ | |/ |/|
| * http: add an "auto" mode for http.emptyauthjk/http-authJeff King2017-02-271-5/+45
| * http: restrict auth methods to what the server advertisesJeff King2017-02-231-0/+2
| * Merge branch 'jk/http-walker-limit-redirect' into maintJunio C Hamano2017-01-171-13/+43
| |\
* | \ Merge branch 'bw/transport-protocol-policy'Junio C Hamano2016-12-271-14/+21
|\ \ \
| * | | transport: add from_user parameter to is_transport_allowedBrandon Williams2016-12-151-7/+7
| * | | http: create function to get curl allowed protocolsBrandon Williams2016-12-151-11/+20
| * | | http: always warn if libcurl version is too oldBrandon Williams2016-12-151-3/+2
| | |/ | |/|
* | | Merge branch 'jk/http-walker-limit-redirect'Junio C Hamano2016-12-191-1/+1
|\ \ \ | |/ /
| * | http-walker: complain about non-404 loose object errorsjk/http-walker-limit-redirectJeff King2016-12-061-1/+1
| * | Merge branch 'ew/http-walker' into jk/http-walker-limit-redirectJunio C Hamano2016-12-061-2/+14
| |\ \
* | \ \ Merge branch 'jk/http-walker-limit-redirect-2.9'Junio C Hamano2016-12-191-12/+42
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | http: treat http-alternates like redirectsjk/http-walker-limit-redirect-2.9Jeff King2016-12-061-0/+1
| * | http: make redirects more obviousJeff King2016-12-061-2/+29
| * | http: always update the base URL for redirectsJeff King2016-12-061-4/+8
| * | http: simplify update_url_from_redirectJeff King2016-12-061-6/+4
* | | Merge branch 'dt/http-empty-auth'Junio C Hamano2016-10-171-1/+1
|\ \ \
| * | | http: http.emptyauth should allow empty (not just NULL) usernamesdt/http-empty-authDavid Turner2016-10-041-1/+1
| * | | Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle' into maintJunio C Hamano2016-09-291-11/+18
| |\ \ \
| * \ \ \ Merge branch 'jk/fix-remote-curl-url-wo-proto' into maintJunio C Hamano2016-09-291-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'ps/http-gssapi-cred-delegation'Junio C Hamano2016-10-061-0/+37
|\ \ \ \ \ \
| * | | | | | http: control GSSAPI credential delegationps/http-gssapi-cred-delegationPetr Stodulka2016-09-291-0/+37
| |/ / / / /
* | | | | | Merge branch 'ew/http-do-not-forget-to-call-curl-multi-remove-handle'Junio C Hamano2016-09-211-11/+18
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | http: always remove curl easy from curlm session on releaseew/http-do-not-forget-to-call-curl-multi-remove-handleEric Wong2016-09-131-4/+6
| * | | | | http: consolidate #ifdefs for curl_multi_remove_handleEric Wong2016-09-131-7/+10
| * | | | | http: warn on curl_multi_add_handle failuresEric Wong2016-09-131-0/+2
* | | | | | Merge branch 'jk/fix-remote-curl-url-wo-proto'Junio C Hamano2016-09-151-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | remote-curl: handle URLs without protocoljk/fix-remote-curl-url-wo-protoJeff King2016-09-081-1/+1
| * | | | Merge branch 'bn/http-cookiefile-config' into maintJunio C Hamano2016-05-311-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/http-socks5h' into maintJunio C Hamano2016-05-021-1/+4
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'rs/use-strbuf-addstr'Junio C Hamano2016-08-081-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | use strbuf_addstr() instead of strbuf_addf() with "%s"rs/use-strbuf-addstrRené Scharfe2016-08-051-1/+1
* | | | | | | Merge branch 'ew/http-walker'Junio C Hamano2016-08-031-2/+14
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | http: avoid disconnecting on 404s for loose objectsEric Wong2016-07-121-2/+14
| |/ / / / /
* | | | | | Merge branch 'ep/http-curl-trace'Junio C Hamano2016-07-061-2/+122
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | http.c: implement the GIT_TRACE_CURL environment variableElia Pinto2016-05-241-2/+122
| |/ / / /
* | | | | Merge branch 'nd/error-errno'Junio C Hamano2016-05-171-6/+4
|\ \ \ \ \
| * | | | | http.c: use error_errno() and warning_errno()Nguyễn Thái Ngọc Duy2016-05-091-6/+4
| |/ / / /
* | | | | Merge branch 'bn/http-cookiefile-config'Junio C Hamano2016-05-171-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | http: expand http.cookieFile as a pathbn/http-cookiefile-configBrian Norris2016-05-041-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'js/http-custom-headers'Junio C Hamano2016-05-061-3/+32
|\ \ \ \
| * | | | http: support sending custom HTTP headersJohannes Schindelin2016-04-271-3/+32
| | |/ / | |/| |
* | | | Merge branch 'jc/http-socks5h'Junio C Hamano2016-04-221-1/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | http: differentiate socks5:// and socks5h://jc/http-socks5hJunio C Hamano2016-04-101-1/+4
| |/
* | Merge branch 'jx/http-no-proxy'Junio C Hamano2016-03-101-0/+6
|\ \
| * | http: honor no_http env variable to bypass proxyjx/http-no-proxyJiang Xin2016-02-291-0/+6
* | | Merge branch 'ce/https-public-key-pinning'Junio C Hamano2016-02-241-0/+16
|\ \ \