aboutsummaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAge
* use strbuf_addstr() instead of strbuf_addf() with "%s"René Scharfe2016-08-05
* 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
* | | | Merge branch 'ep/http-configure-ssl-version'Junio C Hamano2015-08-26
|\ \ \ \
| * | | | http: add support for specifying the SSL versionElia Pinto2015-08-17
| |/ / /
* | | | Merge branch 'jc/finalize-temp-file'Junio C Hamano2015-08-19
|\ \ \ \ | |/ / / |/| | |
| * | | sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano2015-08-10
* | | | Merge branch 'et/http-proxyauth'Junio C Hamano2015-07-13
|\ \ \ \ | | |/ / | |/| |
| * | | http: always use any proxy auth method availableEnrique Tobis2015-06-29
* | | | Merge branch 'ls/http-ssl-cipher-list'Junio C Hamano2015-05-22
|\ \ \ \ | |/ / / |/| | |
| * | | http: add support for specifying an SSL cipher listLars Kellogg-Stedman2015-05-08
| | |/ | |/|
| * | Merge branch 'jk/dumb-http-idx-fetch-fix' into maintJunio C Hamano2015-02-24
| |\ \
* | | | http: release the memory of a http pack request as wellStefan Beller2015-03-24
* | | | Merge branch 'ye/http-accept-language'Junio C Hamano2015-03-06
|\ \ \ \
| * | | | gettext.c: move get_preferred_languages() from http.cJeff King2015-02-26