summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Merge branch 'jc/url-match'Libravatar Junio C Hamano1-3/+13
2013-08-05config: parse http.<url>.<variable> using urlmatchLibravatar Kyle J. McKay1-1/+12
2013-07-31http.c: fix parsing of http.sslCertPasswordProtected variableLibravatar Junio C Hamano1-2/+1
2013-07-30http: add http.savecookies option to write out HTTP cookiesLibravatar Dave Borowitz1-0/+7
2013-06-27Merge branch 'bc/http-keep-memory-given-to-curl'Libravatar Junio C Hamano1-3/+9
2013-06-19http.c: don't rewrite the user:passwd string multiple timesLibravatar Brandon Casey1-3/+9
2013-04-19Merge branch 'mv/ssl-ftp-curl'Libravatar Junio C Hamano1-0/+10
2013-04-16http: set curl FAILONERROR each time we select a handleLibravatar Jeff King1-1/+1
2013-04-12Support FTP-over-SSL/TLS for regular FTPLibravatar Modestas Vainius1-0/+10
2013-04-06http: drop http_error functionLibravatar Jeff King1-5/+0
2013-04-06http: re-word http error messageLibravatar Jeff King1-1/+1
2013-04-06http: simplify http_error helper functionLibravatar Jeff King1-7/+4
2013-04-06http: add HTTP_KEEP_ERROR optionLibravatar Jeff King1-0/+37
2013-02-20pkt-line: move LARGE_PACKET_MAX definition from sidebandLibravatar Jeff King1-0/+1
2013-02-06http_request: reset "type" strbuf before addingLibravatar Jeff King1-0/+1
2013-02-04Verify Content-Type from smart HTTP serversLibravatar Shawn Pearce1-9/+22
2013-01-10Merge branch 'rb/http-cert-cred-no-username-prompt' into maintLibravatar Junio C Hamano1-0/+1
2012-12-21http.c: Avoid username prompt for certifcate credentialsLibravatar Rene Bredlau1-0/+1
2012-11-09Merge branch 'sz/maint-curl-multi-timeout'Libravatar Jeff King1-0/+12
2012-10-29Merge branch 'jk/maint-http-init-not-in-result-handler'Libravatar Jeff King1-4/+2
2012-10-19Fix potential hang in https handshakeLibravatar Stefan Zager1-0/+12
2012-10-17Merge branch 'jk/maint-http-half-auth-push' into maintLibravatar Junio C Hamano1-4/+3
2012-10-16Merge branch 'jk/maint-http-half-auth-push'Libravatar Junio C Hamano1-4/+3
2012-10-12http: do not set up curl auth after a 401Libravatar Jeff King1-4/+2
2012-10-12http: fix segfault in handle_curl_resultLibravatar Jeff King1-4/+3
2012-09-20Enable info/refs gzip decompression in HTTP clientLibravatar Shawn O. Pearce1-0/+1
2012-09-12Merge branch 'maint-1.7.11' into maintLibravatar Junio C Hamano1-25/+30
2012-09-12Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11Libravatar Junio C Hamano1-23/+28
2012-08-27http: factor out http error code handlingLibravatar Jeff King1-23/+28
2012-08-23http.c: don't use curl_easy_strerror prior to curl-7.12.0Libravatar Joachim Schmitz1-0/+2
2012-06-03http: get default user-agent from git_user_agentLibravatar Jeff King1-1/+2
2012-04-30remove superfluous newlines in error messagesLibravatar Pete Wyckoff1-1/+1
2012-04-14http: use newer curl options for setting credentialsLibravatar Jeff King1-2/+11
2012-04-14http: clean up leak in init_curl_http_authLibravatar Jeff King1-3/+3
2012-04-10fix http auth with multiple curl handlesLibravatar Jeff King1-0/+2
2012-03-28correct spelling: an URL -> a URLLibravatar Jim Meyering1-1/+1
2012-03-02http: support proxies that require authenticationLibravatar Nelson Benitez Leon1-1/+3
2011-12-19Merge branch 'jk/maint-push-over-dav'Libravatar Junio C Hamano1-1/+7
2011-12-19Merge branch 'jk/credentials'Libravatar Junio C Hamano1-88/+25
2011-12-13http-push: enable "proactive auth"Libravatar Jeff King1-1/+7
2011-12-11http: use credential API to get passwordsLibravatar Jeff King1-88/+25
2011-12-05Merge branch 'mf/curl-select-fdset'Libravatar Junio C Hamano1-25/+21
2011-11-15http: remove unused function hex()Libravatar Ramkumar Ramachandra1-8/+0
2011-11-04http: drop "local" member from request structLibravatar Jeff King1-6/+0
2011-11-04http.c: Rely on select instead of tracking whether data was receivedLibravatar Mika Fischer1-15/+1
2011-11-04http.c: Use timeout suggested by curl instead of fixed 50ms timeoutLibravatar Mika Fischer1-2/+18
2011-11-04http.c: Use curl_multi_fdset to select on curl fds instead of just sleepingLibravatar Mika Fischer1-3/+3
2011-11-04http: don't always prompt for passwordLibravatar Stefan Naewe1-4/+3
2011-10-17Merge branch 'jk/http-auth'Libravatar Junio C Hamano1-40/+53
2011-10-15http_init: accept separate URL parameterLibravatar Jeff King1-4/+4