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