summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* http: always use any proxy auth method availableet/http-proxyauthEnrique Tobis2015-06-291-2/+2
* 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
|\ \ \ \
| * | | | http.c: make finish_active_slot() and handle_curl_result() staticJunio C Hamano2015-01-151-32/+32
| | |/ / | |/| |
* | | | remote-curl: fall back to Basic auth if Negotiate failsbc/http-fallback-to-password-after-krb-failsbrian m. carlson2015-01-071-0/+10
|/ / /
* | | Merge branch 'da/include-compat-util-first-in-c'Junio C Hamano2014-10-141-0/+1
|\ \ \
| * | | cleanups: ensure that git-compat-util.h is included firstda/include-compat-util-first-in-cDavid Aguilar2014-09-151-0/+1
* | | | Merge branch 'br/http-init-fix'Junio C Hamano2014-09-111-5/+7
|\ \ \ \
| * | | | http: style fixes for curl_multi_init error checkbr/http-init-fixJeff King2014-08-211-4/+2
| * | | | http.c: die if curl_*_init failsBernhard Reiter2014-08-181-1/+5
| | |/ / | |/| |
* | | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
| |/ / |/| |
* | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-091-2/+1
|\ \ \
| * | | use skip_prefix to avoid repeated calculationsJeff King2014-06-201-2/+1
* | | | http: fix charset detection of extract_content_type()ye/http-extract-charsetYi EungJun2014-06-171-2/+2
|/ / /
* | | http: default text charset to iso-8859-1jk/http-errorsJeff King2014-05-271-0/+3
* | | http: optionally extract charset parameter from content-typeJeff King2014-05-271-4/+50
* | | http: extract type/subtype portion of content-typeJeff King2014-05-271-3/+35
|/ /
* | Merge branch 'mh/object-code-cleanup'Junio C Hamano2014-03-141-1/+1
|\ \
| * | sha1_file_name(): declare to return a const stringMichael Haggerty2014-02-241-1/+1
* | | http: never use curl_easy_performjk/http-no-curl-easyJeff King2014-02-181-9/+15
|/ /
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-5/+5
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-5/+5
* | | Merge branch 'bc/http-100-continue'Junio C Hamano2013-12-051-0/+6
|\ \ \ | |/ / |/| |
| * | http: return curl's AUTHAVAIL via slot_resultsJeff King2013-10-311-0/+6
* | | Merge branch 'jk/http-auth-redirects'Junio C Hamano2013-10-301-29/+108
|\ \ \
| * | | http.c: Spell the null pointer as NULLjk/http-auth-redirectsRamsay Jones2013-10-241-1/+1
| * | | http: update base URLs when we see redirectsJeff King2013-10-141-0/+60
| * | | http: provide effective url to callersJeff King2013-10-141-0/+4
| * | | http: hoist credential request out of handle_curl_resultJeff King2013-10-141-2/+4
| * | | http: refactor options to http_get_*Jeff King2013-09-301-19/+25
| * | | http_request: factor out curlinfo_strbufJeff King2013-09-301-7/+14
| * | | http_get_file: style fixesJeff King2013-09-301-2/+2
| |/ /
* | | Merge branch 'ew/keepalive'Junio C Hamano2013-10-281-0/+38
|\ \ \
| * | | http: use curl's tcp keepalive if availableew/keepaliveJeff King2013-10-161-4/+20
| * | | http: enable keepalive on TCP socketsEric Wong2013-10-141-0/+22
* | | | Merge branch 'jc/url-match'Junio C Hamano2013-09-091-3/+13
|\ \ \ \
| * | | | config: parse http.<url>.<variable> using urlmatchKyle J. McKay2013-08-051-1/+12
| * | | | http.c: fix parsing of http.sslCertPasswordProtected variableJunio C Hamano2013-07-311-2/+1
* | | | | http: add http.savecookies option to write out HTTP cookiesDave Borowitz2013-07-301-0/+7
| |_|/ / |/| | |
* | | | Merge branch 'bc/http-keep-memory-given-to-curl'Junio C Hamano2013-06-271-3/+9
|\ \ \ \ | |/ / / |/| | |
| * | | http.c: don't rewrite the user:passwd string multiple timesBrandon Casey2013-06-191-3/+9
* | | | Merge branch 'mv/ssl-ftp-curl'Junio C Hamano2013-04-191-0/+10
|\ \ \ \