Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | 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 | |
|/ / | ||||||
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-12-10 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 1 | -1/+1 | |
* | | | Merge branch 'dt/http-range' | Jeff King | 2015-12-01 | 1 | -4/+4 | |
|\ \ \ | ||||||
| * | | | http: fix some printf format warnings | Ramsay Jones | 2015-11-11 | 1 | -4/+4 | |
| |/ / | ||||||
* | | | Merge branch 'maint' | Jeff King | 2015-12-01 | 1 | -2/+13 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Merge branch 'cb/ssl-config-pathnames' into maint | Jeff King | 2015-12-01 | 1 | -2/+2 | |
| |\ | ||||||
| | * | http: treat config options sslCAPath and sslCAInfo as pathscb/ssl-config-pathnames | Charles Bailey | 2015-11-24 | 1 | -2/+2 | |
| * | | Merge branch 'pt/http-socks-proxy' into maint | Jeff King | 2015-12-01 | 1 | -0/+11 | |
| |\ \ | | |/ | |/| | ||||||
| | * | remote-http(s): support SOCKS proxiespt/http-socks-proxy | Pat Thoyts | 2015-11-20 | 1 | -0/+11 | |
* | | | http: use off_t to store partial file sizedt/http-range | Jeff King | 2015-11-02 | 1 | -4/+4 | |
* | | | http.c: use CURLOPT_RANGE for range requests | David Turner | 2015-11-02 | 1 | -21/+12 | |
* | | | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-20 | 1 | -6/+7 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | use strip_suffix and xstrfmt to replace suffix | Jeff King | 2015-09-25 | 1 | -3/+4 | |
| * | | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 2015-09-25 | 1 | -3/+3 | |
* | | | Sync with v2.5.4 | Junio C Hamano | 2015-09-28 | 1 | -0/+18 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Sync with 2.4.10 | Junio C Hamano | 2015-09-28 | 1 | -0/+18 | |
| |\ \ | | |/ | ||||||
| | * | Sync with 2.3.10 | Junio C Hamano | 2015-09-28 | 1 | -0/+18 | |
| | |\ | ||||||
| | | * | http: limit redirection depth | Blake Burkhart | 2015-09-25 | 1 | -0/+1 | |
| | | * | http: limit redirection to protocol-whitelist | Blake Burkhart | 2015-09-25 | 1 | -0/+17 | |
* | | | | Merge branch 'ep/http-configure-ssl-version' | Junio C Hamano | 2015-08-26 | 1 | -1/+32 | |
|\ \ \ \ | ||||||
| * | | | | http: add support for specifying the SSL versionep/http-configure-ssl-version | Elia Pinto | 2015-08-17 | 1 | -1/+32 | |
| |/ / / | ||||||
* | | | | Merge branch 'jc/finalize-temp-file' | Junio C Hamano | 2015-08-19 | 1 | -5/+5 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | sha1_file.c: rename move_temp_to_file() to finalize_object_file()jc/finalize-temp-file | Junio C Hamano | 2015-08-10 | 1 | -5/+5 | |
* | | | | Merge branch 'et/http-proxyauth' | Junio C Hamano | 2015-07-13 | 1 | -2/+2 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | http: always use any proxy auth method availableet/http-proxyauth | Enrique Tobis | 2015-06-29 | 1 | -2/+2 | |
* | | | | Merge branch 'ls/http-ssl-cipher-list' | Junio C Hamano | 2015-05-22 | 1 | -0/+10 | |
|\ \ \ \ | |/ / / |/| | | |