Age | Commit message (Expand) | Author | Files | Lines |
2015-03-24 | http: release the memory of a http pack request as well | Stefan Beller | 1 | -0/+1 |
2015-03-06 | Merge branch 'ye/http-accept-language' | Junio C Hamano | 1 | -26/+1 |
2015-02-26 | gettext.c: move get_preferred_languages() from http.c | Jeff King | 1 | -25/+1 |
2015-02-25 | Merge branch 'tc/missing-http-proxyauth' | Junio C Hamano | 1 | -0/+2 |
2015-02-18 | Merge branch 'ye/http-accept-language' | Junio C Hamano | 1 | -0/+147 |
2015-02-17 | Merge branch 'jk/dumb-http-idx-fetch-fix' | Junio C Hamano | 1 | -1/+1 |
2015-02-11 | Merge branch 'jc/unused-symbols' | Junio C Hamano | 1 | -32/+32 |
2015-02-03 | http: support curl < 7.10.7 | Tom G. Christensen | 1 | -0/+2 |
2015-01-28 | http: add Accept-Language header if possible | Yi EungJun | 1 | -0/+147 |
2015-01-27 | dumb-http: do not pass NULL path to parse_pack_index | Jeff King | 1 | -1/+1 |
2015-01-15 | http.c: make finish_active_slot() and handle_curl_result() static | Junio C Hamano | 1 | -32/+32 |
2015-01-07 | remote-curl: fall back to Basic auth if Negotiate fails | brian m. carlson | 1 | -0/+10 |
2014-10-14 | Merge branch 'da/include-compat-util-first-in-c' | Junio C Hamano | 1 | -0/+1 |
2014-09-15 | cleanups: ensure that git-compat-util.h is included first | David Aguilar | 1 | -0/+1 |
2014-09-11 | Merge branch 'br/http-init-fix' | Junio C Hamano | 1 | -5/+7 |
2014-08-21 | http: style fixes for curl_multi_init error check | Jeff King | 1 | -4/+2 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -2/+1 |
2014-08-18 | http.c: die if curl_*_init fails | Bernhard Reiter | 1 | -1/+5 |
2014-07-09 | Merge branch 'jk/skip-prefix' | Junio C Hamano | 1 | -2/+1 |
2014-06-20 | use skip_prefix to avoid repeated calculations | Jeff King | 1 | -2/+1 |
2014-06-17 | http: fix charset detection of extract_content_type() | Yi EungJun | 1 | -2/+2 |
2014-05-27 | http: default text charset to iso-8859-1 | Jeff King | 1 | -0/+3 |
2014-05-27 | http: optionally extract charset parameter from content-type | Jeff King | 1 | -4/+50 |
2014-05-27 | http: extract type/subtype portion of content-type | Jeff King | 1 | -3/+35 |
2014-03-14 | Merge branch 'mh/object-code-cleanup' | Junio C Hamano | 1 | -1/+1 |
2014-02-24 | sha1_file_name(): declare to return a const string | Michael Haggerty | 1 | -1/+1 |
2014-02-18 | http: never use curl_easy_perform | Jeff King | 1 | -9/+15 |
2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -5/+5 |
2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -5/+5 |
2013-12-05 | Merge branch 'bc/http-100-continue' | Junio C Hamano | 1 | -0/+6 |
2013-10-31 | http: return curl's AUTHAVAIL via slot_results | Jeff King | 1 | -0/+6 |
2013-10-30 | Merge branch 'jk/http-auth-redirects' | Junio C Hamano | 1 | -29/+108 |
2013-10-28 | Merge branch 'ew/keepalive' | Junio C Hamano | 1 | -0/+38 |
2013-10-24 | http.c: Spell the null pointer as NULL | Ramsay Jones | 1 | -1/+1 |
2013-10-16 | http: use curl's tcp keepalive if available | Jeff King | 1 | -4/+20 |
2013-10-14 | http: update base URLs when we see redirects | Jeff King | 1 | -0/+60 |
2013-10-14 | http: provide effective url to callers | Jeff King | 1 | -0/+4 |
2013-10-14 | http: hoist credential request out of handle_curl_result | Jeff King | 1 | -2/+4 |
2013-10-14 | http: enable keepalive on TCP sockets | Eric Wong | 1 | -0/+22 |
2013-09-30 | http: refactor options to http_get_* | Jeff King | 1 | -19/+25 |
2013-09-30 | http_request: factor out curlinfo_strbuf | Jeff King | 1 | -7/+14 |
2013-09-30 | http_get_file: style fixes | Jeff King | 1 | -2/+2 |
2013-09-09 | Merge branch 'jc/url-match' | Junio C Hamano | 1 | -3/+13 |
2013-08-05 | config: parse http.<url>.<variable> using urlmatch | Kyle J. McKay | 1 | -1/+12 |
2013-07-31 | http.c: fix parsing of http.sslCertPasswordProtected variable | Junio C Hamano | 1 | -2/+1 |
2013-07-30 | http: add http.savecookies option to write out HTTP cookies | Dave Borowitz | 1 | -0/+7 |
2013-06-27 | Merge branch 'bc/http-keep-memory-given-to-curl' | Junio C Hamano | 1 | -3/+9 |
2013-06-19 | http.c: don't rewrite the user:passwd string multiple times | Brandon Casey | 1 | -3/+9 |
2013-04-19 | Merge branch 'mv/ssl-ftp-curl' | Junio C Hamano | 1 | -0/+10 |
2013-04-16 | http: set curl FAILONERROR each time we select a handle | Jeff King | 1 | -1/+1 |