summaryrefslogtreecommitdiff
path: root/http.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bc/http-keep-memory-given-to-curl'Junio C Hamano2013-06-271-3/+9
|\
| * http.c: don't rewrite the user:passwd string multiple timesBrandon Casey2013-06-191-3/+9
* | Merge branch 'mv/ssl-ftp-curl'Junio C Hamano2013-04-191-0/+10
|\ \
| * | Support FTP-over-SSL/TLS for regular FTPModestas Vainius2013-04-121-0/+10
| |/
* | http: set curl FAILONERROR each time we select a handleJeff King2013-04-161-1/+1
* | http: drop http_error functionJeff King2013-04-061-5/+0
* | http: re-word http error messageJeff King2013-04-061-1/+1
* | http: simplify http_error helper functionJeff King2013-04-061-7/+4
* | http: add HTTP_KEEP_ERROR optionJeff King2013-04-061-0/+37
* | pkt-line: move LARGE_PACKET_MAX definition from sidebandJeff King2013-02-201-0/+1
|/
* http_request: reset "type" strbuf before addingJeff King2013-02-061-0/+1
* Verify Content-Type from smart HTTP serversShawn Pearce2013-02-041-9/+22
* Merge branch 'rb/http-cert-cred-no-username-prompt' into maintJunio C Hamano2013-01-101-0/+1
|\
| * http.c: Avoid username prompt for certifcate credentialsRene Bredlau2012-12-211-0/+1
* | Merge branch 'sz/maint-curl-multi-timeout'Jeff King2012-11-091-0/+12
|\ \ | |/
| * Fix potential hang in https handshakeStefan Zager2012-10-191-0/+12
| * Merge branch 'jk/maint-http-half-auth-push' into maintJunio C Hamano2012-10-171-4/+3
| |\
* | \ Merge branch 'jk/maint-http-init-not-in-result-handler'Jeff King2012-10-291-4/+2
|\ \ \
| * | | http: do not set up curl auth after a 401Jeff King2012-10-121-4/+2
| | |/ | |/|
* | | Merge branch 'jk/maint-http-half-auth-push'Junio C Hamano2012-10-161-4/+3
|\ \ \ | |/ / | | / | |/ |/|
| * http: fix segfault in handle_curl_resultJeff King2012-10-121-4/+3
* | Enable info/refs gzip decompression in HTTP clientShawn O. Pearce2012-09-201-0/+1
* | Merge branch 'maint-1.7.11' into maintJunio C Hamano2012-09-121-25/+30
|\ \
| * \ Merge branch 'jk/maint-http-half-auth-push' into maint-1.7.11Junio C Hamano2012-09-121-23/+28
| |\ \ | | |/
| | * http: factor out http error code handlingJeff King2012-08-271-23/+28
* | | http.c: don't use curl_easy_strerror prior to curl-7.12.0Joachim Schmitz2012-08-231-0/+2
* | | http: get default user-agent from git_user_agentJeff King2012-06-031-1/+2
|/ /
* | remove superfluous newlines in error messagesPete Wyckoff2012-04-301-1/+1
|/
* http: use newer curl options for setting credentialsJeff King2012-04-141-2/+11
* http: clean up leak in init_curl_http_authJeff King2012-04-141-3/+3
* fix http auth with multiple curl handlesJeff King2012-04-101-0/+2
* correct spelling: an URL -> a URLJim Meyering2012-03-281-1/+1
* http: support proxies that require authenticationnl/http-proxy-authNelson Benitez Leon2012-03-021-1/+3
* Merge branch 'jk/maint-push-over-dav'Junio C Hamano2011-12-191-1/+7
|\
| * http-push: enable "proactive auth"jk/maint-push-over-davJeff King2011-12-131-1/+7
* | Merge branch 'jk/credentials'Junio C Hamano2011-12-191-88/+25
|\ \
| * | http: use credential API to get passwordsJeff King2011-12-111-88/+25
| |/
* | Merge branch 'mf/curl-select-fdset'Junio C Hamano2011-12-051-25/+21
|\ \ | |/ |/|
| * http: drop "local" member from request structmf/curl-select-fdsetJeff King2011-11-041-6/+0
| * http.c: Rely on select instead of tracking whether data was receivedMika Fischer2011-11-041-15/+1
| * http.c: Use timeout suggested by curl instead of fixed 50ms timeoutMika Fischer2011-11-041-2/+18
| * http.c: Use curl_multi_fdset to select on curl fds instead of just sleepingMika Fischer2011-11-041-3/+3
* | http: remove unused function hex()Ramkumar Ramachandra2011-11-151-8/+0
* | http: don't always prompt for passwordStefan Naewe2011-11-041-4/+3
* | Merge branch 'jk/http-auth'Junio C Hamano2011-10-171-40/+53
|\ \
| * | http_init: accept separate URL parameterJeff King2011-10-151-4/+4
| * | http: use hostname in credential descriptionMichael J Gruber2011-10-151-8/+35
| * | http: retry authentication failures for all http requestsJeff King2011-07-201-6/+11
| * | url: decode buffers that are not NUL-terminatedJeff King2011-07-201-23/+4
* | | Merge branch 'jn/maint-http-error-message'Junio C Hamano2011-10-101-2/+7
|\ \ \