summaryrefslogtreecommitdiff
path: root/http.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-17Merge branch 'cc/starts-n-ends-with'Libravatar Junio C Hamano1-5/+5
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-5/+5
2013-12-05Merge branch 'bc/http-100-continue'Libravatar Junio C Hamano1-0/+6
2013-10-31http: return curl's AUTHAVAIL via slot_resultsLibravatar Jeff King1-0/+6
2013-10-30Merge branch 'jk/http-auth-redirects'Libravatar Junio C Hamano1-29/+108
2013-10-28Merge branch 'ew/keepalive'Libravatar Junio C Hamano1-0/+38
2013-10-24http.c: Spell the null pointer as NULLLibravatar Ramsay Jones1-1/+1
2013-10-16http: use curl's tcp keepalive if availableLibravatar Jeff King1-4/+20
2013-10-14http: update base URLs when we see redirectsLibravatar Jeff King1-0/+60
2013-10-14http: provide effective url to callersLibravatar Jeff King1-0/+4
2013-10-14http: hoist credential request out of handle_curl_resultLibravatar Jeff King1-2/+4
2013-10-14http: enable keepalive on TCP socketsLibravatar Eric Wong1-0/+22
2013-09-30http: refactor options to http_get_*Libravatar Jeff King1-19/+25
2013-09-30http_request: factor out curlinfo_strbufLibravatar Jeff King1-7/+14
2013-09-30http_get_file: style fixesLibravatar Jeff King1-2/+2
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