Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | http: use off_t to store partial file size | 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-21 | 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-29 | 1 | -0/+18 |
|\ \ | |/ |/| | |||||
| * | Sync with 2.4.10 | Junio C Hamano | 2015-09-29 | 1 | -0/+18 |
| |\ | |||||
| | * | Sync with 2.3.10 | Junio C Hamano | 2015-09-29 | 1 | -0/+18 |
| | |\ | |||||
| | | * | http: limit redirection depth | Blake Burkhart | 2015-09-26 | 1 | -0/+1 |
| | | * | http: limit redirection to protocol-whitelist | Blake Burkhart | 2015-09-26 | 1 | -0/+17 |
* | | | | Merge branch 'ep/http-configure-ssl-version' | Junio C Hamano | 2015-08-27 | 1 | -1/+32 |
|\ \ \ \ | |||||
| * | | | | http: add support for specifying the 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() | 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 available | Enrique Tobis | 2015-06-29 | 1 | -2/+2 |
* | | | | Merge branch 'ls/http-ssl-cipher-list' | Junio C Hamano | 2015-05-22 | 1 | -0/+10 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | http: add support for specifying an SSL cipher list | Lars Kellogg-Stedman | 2015-05-08 | 1 | -0/+10 |
| | |/ | |/| | |||||
| * | | Merge branch 'jk/dumb-http-idx-fetch-fix' into maint | Junio C Hamano | 2015-02-25 | 1 | -1/+1 |
| |\ \ | |||||
* | | | | http: release the memory of a http pack request as well | Stefan Beller | 2015-03-24 | 1 | -0/+1 |
* | | | | Merge branch 'ye/http-accept-language' | Junio C Hamano | 2015-03-07 | 1 | -26/+1 |
|\ \ \ \ | |||||
| * | | | | gettext.c: move get_preferred_languages() from http.c | Jeff King | 2015-02-26 | 1 | -25/+1 |
* | | | | | Merge branch 'tc/missing-http-proxyauth' | Junio C Hamano | 2015-02-26 | 1 | -0/+2 |
|\ \ \ \ \ | |||||
| * | | | | | http: support curl < 7.10.7 | Tom G. Christensen | 2015-02-03 | 1 | -0/+2 |
* | | | | | | Merge branch 'ye/http-accept-language' | Junio C Hamano | 2015-02-18 | 1 | -0/+147 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | http: add Accept-Language header if possible | Yi EungJun | 2015-01-28 | 1 | -0/+147 |
* | | | | | | Merge branch 'jk/dumb-http-idx-fetch-fix' | Junio C Hamano | 2015-02-17 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | dumb-http: do not pass NULL path to parse_pack_index | Jeff King | 2015-01-27 | 1 | -1/+1 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge branch 'jc/unused-symbols' | Junio C Hamano | 2015-02-11 | 1 | -32/+32 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | http.c: make finish_active_slot() and handle_curl_result() static | Junio C Hamano | 2015-01-15 | 1 | -32/+32 |
| | |/ / | |/| | | |||||
* / | | | remote-curl: fall back to Basic auth if Negotiate fails | brian m. carlson | 2015-01-08 | 1 | -0/+10 |
|/ / / | |||||
* | | | Merge branch 'da/include-compat-util-first-in-c' | Junio C Hamano | 2014-10-14 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | cleanups: ensure that git-compat-util.h is included first | David Aguilar | 2014-09-15 | 1 | -0/+1 |
* | | | | Merge branch 'br/http-init-fix' | Junio C Hamano | 2014-09-11 | 1 | -5/+7 |
|\ \ \ \ | |||||
| * | | | | http: style fixes for curl_multi_init error check | Jeff King | 2014-08-21 | 1 | -4/+2 |
| * | | | | http.c: die if curl_*_init fails | Bernhard Reiter | 2014-08-18 | 1 | -1/+5 |
| | |/ / | |/| | | |||||
* | | | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -2/+1 |
| |/ / |/| | | |||||
* | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 1 | -2/+1 |
|\ \ \ | |||||
| * | | | use skip_prefix to avoid repeated calculations | Jeff King | 2014-06-20 | 1 | -2/+1 |
* | | | | http: fix charset detection of extract_content_type() | Yi EungJun | 2014-06-18 | 1 | -2/+2 |
|/ / / | |||||
* | | | http: default text charset to iso-8859-1 | Jeff King | 2014-05-27 | 1 | -0/+3 |
* | | | http: optionally extract charset parameter from content-type | Jeff King | 2014-05-27 | 1 | -4/+50 |
* | | | http: extract type/subtype portion of content-type | Jeff King | 2014-05-27 | 1 | -3/+35 |
|/ / | |||||
* | | Merge branch 'mh/object-code-cleanup' | Junio C Hamano | 2014-03-14 | 1 | -1/+1 |
|\ \ | |||||
| * | | sha1_file_name(): declare to return a const string | Michael Haggerty | 2014-02-24 | 1 | -1/+1 |
* | | | http: never use curl_easy_perform | Jeff King | 2014-02-19 | 1 | -9/+15 |
|/ / | |||||
* | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | 1 | -5/+5 |
|\ \ | |||||
| * | | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 2013-12-05 | 1 | -5/+5 |
* | | | Merge branch 'bc/http-100-continue' | Junio C Hamano | 2013-12-05 | 1 | -0/+6 |
|\ \ \ | |/ / |/| | |