summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/http-socks5h' into maintJunio C Hamano2016-05-021-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
|\ \ \
| * | | http: implement public key pinningce/https-public-key-pinningChristoph Egger2016-02-151-0/+15
* | | | Merge branch 'bc/http-empty-auth'Junio C Hamano2016-02-241-2/+11
|\ \ \ \
| * | | | http: add option to try authentication without usernamebc/http-empty-authbrian m. carlson2016-02-151-2/+11
| |/ / /
* | | | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-241-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | connect & http: support -4 and -6 switches for remote operationsew/force-ipv4Eric Wong2016-02-121-0/+9
| |/ /
* | | http: use credential API to handle proxy authenticationkf/http-proxy-auth-methodsKnut Franke2016-01-261-0/+77
* | | http: allow selection of proxy authentication methodKnut Franke2016-01-261-3/+62
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2015-12-101-1/+1
|\ \
| * | Convert struct ref to use object_id.brian m. carlson2015-11-201-1/+1
* | | Merge branch 'dt/http-range'Jeff King2015-12-011-4/+4
|\ \ \
| * | | http: fix some printf format warningsRamsay Jones2015-11-111-4/+4
| |/ /
* | | Merge branch 'maint'Jeff King2015-12-011-2/+13
|\ \ \ | |/ / |/| / | |/
| * Merge branch 'cb/ssl-config-pathnames' into maintJeff King2015-12-011-2/+2
| |\
| | * http: treat config options sslCAPath and sslCAInfo as pathscb/ssl-config-pathnamesCharles Bailey2015-11-241-2/+2
| * | Merge branch 'pt/http-socks-proxy' into maintJeff King2015-12-011-0/+11
| |\ \ | | |/ | |/|
| | * remote-http(s): support SOCKS proxiespt/http-socks-proxyPat Thoyts2015-11-201-0/+11
* | | http: use off_t to store partial file sizedt/http-rangeJeff King2015-11-021-4/+4
* | | http.c: use CURLOPT_RANGE for range requestsDavid Turner2015-11-021-21/+12
* | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-6/+7
|\ \ \ | |/ / |/| |
| * | use strip_suffix and xstrfmt to replace suffixJeff King2015-09-251-3/+4
| * | convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-251-3/+3
* | | Sync with v2.5.4Junio C Hamano2015-09-281-0/+18
|\ \ \ | |/ / |/| |
| * | Sync with 2.4.10Junio C Hamano2015-09-281-0/+18
| |\ \ | | |/
| | * Sync with 2.3.10Junio C Hamano2015-09-281-0/+18
| | |\
| | | * http: limit redirection depthBlake Burkhart2015-09-251-0/+1
| | | * http: limit redirection to protocol-whitelistBlake Burkhart2015-09-251-0/+17
* | | | Merge branch 'ep/http-configure-ssl-version'Junio C Hamano2015-08-261-1/+32
|\ \ \ \
| * | | | http: add support for specifying the SSL versionep/http-configure-ssl-versionElia Pinto2015-08-171-1/+32
| |/ / /
* | | | Merge branch 'jc/finalize-temp-file'Junio C Hamano2015-08-191-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | sha1_file.c: rename move_temp_to_file() to finalize_object_file()jc/finalize-temp-fileJunio C Hamano2015-08-101-5/+5
* | | | Merge branch 'et/http-proxyauth'Junio C Hamano2015-07-131-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | http: always use any proxy auth method availableet/http-proxyauthEnrique Tobis2015-06-291-2/+2
* | | | Merge branch 'ls/http-ssl-cipher-list'Junio C Hamano2015-05-221-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | http: add support for specifying an SSL cipher listls/http-ssl-cipher-listLars Kellogg-Stedman2015-05-081-0/+10
| | |/ | |/|
| * | Merge branch 'jk/dumb-http-idx-fetch-fix' into maintJunio C Hamano2015-02-241-1/+1
| |\ \
* | | | http: release the memory of a http pack request as wellsb/leaksStefan Beller2015-03-241-0/+1
* | | | Merge branch 'ye/http-accept-language'Junio C Hamano2015-03-061-26/+1
|\ \ \ \
| * | | | gettext.c: move get_preferred_languages() from http.cye/http-accept-languageJeff King2015-02-261-25/+1
* | | | | Merge branch 'tc/missing-http-proxyauth'Junio C Hamano2015-02-251-0/+2
|\ \ \ \ \
| * | | | | http: support curl < 7.10.7tc/missing-http-proxyauthTom G. Christensen2015-02-031-0/+2
* | | | | | Merge branch 'ye/http-accept-language'Junio C Hamano2015-02-181-0/+147
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | http: add Accept-Language header if possibleYi EungJun2015-01-281-0/+147
* | | | | | Merge branch 'jk/dumb-http-idx-fetch-fix'Junio C Hamano2015-02-171-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | dumb-http: do not pass NULL path to parse_pack_indexjk/dumb-http-idx-fetch-fixJeff King2015-01-271-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-111-32/+32
|\ \ \ \ \ | |_|_|_|/ |/| | | |