| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \
| |/ /
|/| | |
|
| * | | http: add support for specifying an SSL cipher listls/http-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-24 | 1 | -1/+1 |
| |\ \ |
|
* | | | | http: release the memory of a http pack request as wellsb/leaks | Stefan Beller | 2015-03-24 | 1 | -0/+1 |
* | | | | Merge branch 'ye/http-accept-language' | Junio C Hamano | 2015-03-06 | 1 | -26/+1 |
|\ \ \ \ |
|
| * | | | | gettext.c: move get_preferred_languages() from http.cye/http-accept-language | Jeff King | 2015-02-26 | 1 | -25/+1 |
* | | | | | Merge branch 'tc/missing-http-proxyauth' | Junio C Hamano | 2015-02-25 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | http: support curl < 7.10.7tc/missing-http-proxyauth | 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_indexjk/dumb-http-idx-fetch-fix | 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 failsbc/http-fallback-to-password-after-krb-fails | brian m. carlson | 2015-01-07 | 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 firstda/include-compat-util-first-in-c | 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 checkbr/http-init-fix | 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()ye/http-extract-charset | Yi EungJun | 2014-06-17 | 1 | -2/+2 |
|/ / / |
|
* | | | http: default text charset to iso-8859-1jk/http-errors | 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_performjk/http-no-curl-easy | Jeff King | 2014-02-18 | 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()cc/starts-n-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 |
|\ \ \
| |/ /
|/| | |
|
| * | | http: return curl's AUTHAVAIL via slot_results | Jeff King | 2013-10-31 | 1 | -0/+6 |
* | | | Merge branch 'jk/http-auth-redirects' | Junio C Hamano | 2013-10-30 | 1 | -29/+108 |
|\ \ \ |
|
| * | | | http.c: Spell the null pointer as NULLjk/http-auth-redirects | Ramsay Jones | 2013-10-24 | 1 | -1/+1 |
| * | | | http: update base URLs when we see redirects | Jeff King | 2013-10-14 | 1 | -0/+60 |
| * | | | http: provide effective url to callers | Jeff King | 2013-10-14 | 1 | -0/+4 |
| * | | | http: hoist credential request out of handle_curl_result | Jeff King | 2013-10-14 | 1 | -2/+4 |
| * | | | http: refactor options to http_get_* | Jeff King | 2013-09-30 | 1 | -19/+25 |
| * | | | http_request: factor out curlinfo_strbuf | Jeff King | 2013-09-30 | 1 | -7/+14 |
| * | | | http_get_file: style fixes | Jeff King | 2013-09-30 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge branch 'ew/keepalive' | Junio C Hamano | 2013-10-28 | 1 | -0/+38 |
|\ \ \ |
|
| * | | | http: use curl's tcp keepalive if availableew/keepalive | Jeff King | 2013-10-16 | 1 | -4/+20 |