summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)Author
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
2011-12-14http-push: enable "proactive auth"Jeff King
2011-12-12http: use credential API to get passwordsJeff King
2011-12-05Merge branch 'mf/curl-select-fdset'Junio C Hamano
2011-11-16http: remove unused function hex()Ramkumar Ramachandra
2011-11-04http: drop "local" member from request structJeff King
2011-11-04http.c: Rely on select instead of tracking whether data was receivedMika Fischer
2011-11-04http.c: Use timeout suggested by curl instead of fixed 50ms timeoutMika Fischer
2011-11-04http.c: Use curl_multi_fdset to select on curl fds instead of just sleepingMika Fischer
2011-11-04http: don't always prompt for passwordStefan Naewe
2011-10-18Merge branch 'jk/http-auth'Junio C Hamano
2011-10-16http_init: accept separate URL parameterJeff King