aboutsummaryrefslogtreecommitdiffstats
path: root/include/http.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-12-19Remove trailing white space from some filesWerner Koch1-1/+1
--
2012-12-19Fix issue 1446: honor ports given in SRV responses.David Shaw1-3/+10
* common/http.c (send_request, connect_server, http_open): Use a struct srv instead of a single srvtag so we can pass the chosen host and port back to the caller. (connect_server): Use the proper port in the HAVE_GETADDRINFO case. * keyserver/curl-shim.c (curl_easy_perform): Use struct srv and log chosen host and port. * keyserver/gpgkeys_hkp.c (main): Properly take the port given by SRV. Backported from ba9e974f1fd85b3dbbfb5e26d7a14f71d07c7cf2
2009-05-26Avoid caches to get the most recent copy of the key. This is bugDavid Shaw1-2/+2
#1061
2009-04-03* curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): AddDavid Shaw1-6/+7
a CURLOPT_SRVTAG_GPG_HACK (passed through the the http engine). * http.h: Allow passing srvtag to http_open and http_open_document. * http.c (http_open, http_open_document): Allow passing srvtag to http_open and http_open_document.
2007-10-23Switched to GPLv3.Werner Koch1-4/+2
Updated gettext.
2005-06-23* http.h: Fix prototypes for http_open_document and http_open again,David Shaw1-7/+6
to handle the new different auth for regular files and proxies.
2005-06-22* http.h: Fix prototypes for http_open_document and http_open to passDavid Shaw1-4/+6
in auth and proxyauth.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2004-09-10* http.h: Add auth field for a parsed_uri to allow for basic auth.David Shaw1-1/+2
2003-12-28* http.h: Pass the http proxy from outside rather than pulling it from theDavid Shaw1-9/+11
evironment.
2003-03-11* http.h: Add HTTP_FLAG_TRY_SRV.David Shaw1-1/+2
2002-06-29Update head to match stable 1.0David Shaw1-6/+7
2000-07-14See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch1-1/+6
2000-01-27See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch1-3/+3
1999-02-16See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1-1/+1
1999-01-19See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1-2/+15
1999-01-16See ChangeLog: Sat Jan 16 21:25:17 CET 1999 Werner KochWerner Koch1-0/+62