aboutsummaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAge
...
| * | | | | 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
* | | | Merge branch 'bc/http-empty-auth'Junio C Hamano2016-02-24
|\ \ \ \
| * | | | http: add option to try authentication without usernamebrian m. carlson2016-02-15
| |/ / /
* | | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-24
|\ \ \ \ | |_|/ / |/| | |
| * | | connect & http: support -4 and -6 switches for remote operationsEric Wong2016-02-12
| |/ /
* | | http: use credential API to handle proxy authenticationKnut Franke2016-01-26
* | | http: allow selection of proxy authentication methodKnut Franke2016-01-26
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2015-12-10
|\ \
| * | Convert struct ref to use object_id.brian m. carlson2015-11-20
* | | Merge branch 'dt/http-range'Jeff King2015-12-01
|\ \ \
| * | | http: fix some printf format warningsRamsay Jones2015-11-11
| |/ /
* | | Merge branch 'maint'Jeff King2015-12-01
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'cb/ssl-config-pathnames' into maintJeff King2015-12-01
| |\
| | * http: treat config options sslCAPath and sslCAInfo as pathsCharles Bailey2015-11-24
| * | Merge branch 'pt/http-socks-proxy' into maintJeff King2015-12-01
| |\ \ | | |/ | |/|
| | * remote-http(s): support SOCKS proxiesPat Thoyts2015-11-20
* | | http: use off_t to store partial file sizeJeff King2015-11-02
* | | http.c: use CURLOPT_RANGE for range requestsDavid Turner2015-11-02
* | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-20
|\ \ \ | |/ / |/| |
| * | use strip_suffix and xstrfmt to replace suffixJeff King2015-09-25
| * | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-25
* | | Sync with v2.5.4Junio C Hamano2015-09-28
|\ \ \ | |/ / |/| |
| * | Sync with 2.4.10Junio C Hamano2015-09-28
| |\ \ | | |/
| | * Sync with 2.3.10Junio C Hamano2015-09-28
| | |\
| | | * http: limit redirection depthBlake Burkhart2015-09-25
| | | * http: limit redirection to protocol-whitelistBlake Burkhart2015-09-25