aboutsummaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAge
* 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
* | | | | Merge branch 'tc/missing-http-proxyauth'Junio C Hamano2015-02-25
|\ \ \ \ \
| * | | | | http: support curl < 7.10.7Tom G. Christensen2015-02-03
* | | | | | Merge branch 'ye/http-accept-language'Junio C Hamano2015-02-18
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | http: add Accept-Language header if possibleYi EungJun2015-01-28
* | | | | | Merge branch 'jk/dumb-http-idx-fetch-fix'Junio C Hamano2015-02-17
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | dumb-http: do not pass NULL path to parse_pack_indexJeff King2015-01-27
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | http.c: make finish_active_slot() and handle_curl_result() staticJunio C Hamano2015-01-15
| | |/ / | |/| |
* | | | remote-curl: fall back to Basic auth if Negotiate failsbrian m. carlson2015-01-07
|/ / /
* | | Merge branch 'da/include-compat-util-first-in-c'Junio C Hamano2014-10-14
|\ \ \
| * | | cleanups: ensure that git-compat-util.h is included firstDavid Aguilar2014-09-15
* | | | Merge branch 'br/http-init-fix'Junio C Hamano2014-09-11
|\ \ \ \
| * | | | http: style fixes for curl_multi_init error checkJeff King2014-08-21
| * | | | http.c: die if curl_*_init failsBernhard Reiter2014-08-18
| | |/ / | |/| |
* | | | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
| |/ / |/| |
* | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-09
|\ \ \
| * | | use skip_prefix to avoid repeated calculationsJeff King2014-06-20
* | | | http: fix charset detection of extract_content_type()Yi EungJun2014-06-17
|/ / /
* | | http: default text charset to iso-8859-1Jeff King2014-05-27
* | | http: optionally extract charset parameter from content-typeJeff King2014-05-27
* | | http: extract type/subtype portion of content-typeJeff King2014-05-27
|/ /
* | Merge branch 'mh/object-code-cleanup'Junio C Hamano2014-03-14
|\ \
| * | sha1_file_name(): declare to return a const stringMichael Haggerty2014-02-24
* | | http: never use curl_easy_performJeff King2014-02-18
|/ /
* | Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\ \
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* | | Merge branch 'bc/http-100-continue'Junio C Hamano2013-12-05
|\ \ \ | |/ / |/| |
| * | http: return curl's AUTHAVAIL via slot_resultsJeff King2013-10-31
* | | Merge branch 'jk/http-auth-redirects'Junio C Hamano2013-10-30
|\ \ \
| * | | http.c: Spell the null pointer as NULLRamsay Jones2013-10-24
| * | | http: update base URLs when we see redirectsJeff King2013-10-14
| * | | http: provide effective url to callersJeff King2013-10-14
| * | | http: hoist credential request out of handle_curl_resultJeff King2013-10-14
| * | | http: refactor options to http_get_*Jeff King2013-09-30
| * | | http_request: factor out curlinfo_strbufJeff King2013-09-30
| * | | http_get_file: style fixesJeff King2013-09-30
| |/ /
* | | Merge branch 'ew/keepalive'Junio C Hamano2013-10-28
|\ \ \
| * | | http: use curl's tcp keepalive if availableJeff King2013-10-16