summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
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
2012-10-19Fix potential hang in https handshakeStefan Zager
2012-10-17Merge branch 'jk/maint-http-half-auth-push' into maintJunio C Hamano
2012-10-16Merge branch 'jk/maint-http-half-auth-push'Junio C Hamano
2012-10-12http: do not set up curl auth after a 401Jeff King
2012-10-12http: fix segfault in handle_curl_resultJeff King
2012-09-20Enable info/refs gzip decompression in HTTP clientShawn O. Pearce
2012-09-12Merge branch 'maint-1.7.11' into maintJunio C Hamano
2012-09-12Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11Junio C Hamano
2012-08-27http: factor out http error code handlingJeff King
2012-08-23http.c: don't use curl_easy_strerror prior to curl-7.12.0Joachim Schmitz
2012-06-03http: get default user-agent from git_user_agentJeff King
2012-04-30remove superfluous newlines in error messagesPete Wyckoff
2012-04-14http: use newer curl options for setting credentialsJeff King
2012-04-14http: clean up leak in init_curl_http_authJeff King
2012-04-10fix http auth with multiple curl handlesJeff King
2012-03-28correct spelling: an URL -> a URLJim Meyering
2012-03-02http: support proxies that require authenticationNelson Benitez Leon
2011-12-20Merge branch 'jk/maint-push-over-dav'Junio C Hamano
2011-12-20Merge branch 'jk/credentials'Junio C Hamano