summaryrefslogtreecommitdiffstats
path: root/http.c
AgeCommit message (Expand)AuthorLines
2015-02-24Merge branch 'jk/dumb-http-idx-fetch-fix' into maintJunio C Hamano-1/+1
2015-01-27dumb-http: do not pass NULL path to parse_pack_indexJeff King-1/+1
2015-01-07remote-curl: fall back to Basic auth if Negotiate failsbrian m. carlson-0/+10
2014-10-14Merge branch 'da/include-compat-util-first-in-c'Junio C Hamano-0/+1
2014-09-15cleanups: ensure that git-compat-util.h is included firstDavid Aguilar-0/+1
2014-09-11Merge branch 'br/http-init-fix'Junio C Hamano-5/+7
2014-08-21http: style fixes for curl_multi_init error checkJeff King-4/+2
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe-2/+1
2014-08-18http.c: die if curl_*_init failsBernhard Reiter-1/+5
2014-07-09Merge branch 'jk/skip-prefix'Junio C Hamano-2/+1
2014-06-20use skip_prefix to avoid repeated calculationsJeff King-2/+1
2014-06-17http: fix charset detection of extract_content_type()Yi EungJun-2/+2
2014-05-27http: default text charset to iso-8859-1Jeff King-0/+3
2014-05-27http: optionally extract charset parameter from content-typeJeff King-4/+50
2014-05-27http: extract type/subtype portion of content-typeJeff King-3/+35
2014-03-14Merge branch 'mh/object-code-cleanup'Junio C Hamano-1/+1
2014-02-24sha1_file_name(): declare to return a const stringMichael Haggerty-1/+1
2014-02-18http: never use curl_easy_performJeff King-9/+15
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano-5/+5
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-5/+5
2013-12-05Merge branch 'bc/http-100-continue'Junio C Hamano-0/+6
2013-10-31http: return curl's AUTHAVAIL via slot_resultsJeff King-0/+6
2013-10-30Merge branch 'jk/http-auth-redirects'Junio C Hamano-29/+108
2013-10-28Merge branch 'ew/keepalive'Junio C Hamano-0/+38
2013-10-24http.c: Spell the null pointer as NULLRamsay Jones-1/+1
2013-10-16http: use curl's tcp keepalive if availableJeff King-4/+20
2013-10-14http: update base URLs when we see redirectsJeff King-0/+60
2013-10-14http: provide effective url to callersJeff King-0/+4
2013-10-14http: hoist credential request out of handle_curl_resultJeff King-2/+4
2013-10-14http: enable keepalive on TCP socketsEric Wong-0/+22
2013-09-30http: refactor options to http_get_*Jeff King-19/+25
2013-09-30http_request: factor out curlinfo_strbufJeff King-7/+14
2013-09-30http_get_file: style fixesJeff King-2/+2
2013-09-09Merge branch 'jc/url-match'Junio C Hamano-3/+13
2013-08-05config: parse http.<url>.<variable> using urlmatchKyle J. McKay-1/+12
2013-07-31http.c: fix parsing of http.sslCertPasswordProtected variableJunio C Hamano-2/+1
2013-07-30http: add http.savecookies option to write out HTTP cookiesDave Borowitz-0/+7
2013-06-27Merge branch 'bc/http-keep-memory-given-to-curl'Junio C Hamano-3/+9
2013-06-19http.c: don't rewrite the user:passwd string multiple timesBrandon Casey-3/+9
2013-04-19Merge branch 'mv/ssl-ftp-curl'Junio C Hamano-0/+10
2013-04-16http: set curl FAILONERROR each time we select a handleJeff King-1/+1
2013-04-12Support FTP-over-SSL/TLS for regular FTPModestas Vainius-0/+10
2013-04-06http: drop http_error functionJeff King-5/+0
2013-04-06http: re-word http error messageJeff King-1/+1
2013-04-06http: simplify http_error helper functionJeff King-7/+4
2013-04-06http: add HTTP_KEEP_ERROR optionJeff King-0/+37
2013-02-20pkt-line: move LARGE_PACKET_MAX definition from sidebandJeff King-0/+1
2013-02-06http_request: reset "type" strbuf before addingJeff King-0/+1
2013-02-04Verify Content-Type from smart HTTP serversShawn Pearce-9/+22
2013-01-10Merge branch 'rb/http-cert-cred-no-username-prompt' into maintJunio C Hamano-0/+1