Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2012-12-19 | Remove trailing white space from some files | Werner Koch | 1 | -1/+1 | |
-- | |||||
2012-12-19 | Fix issue 1446: honor ports given in SRV responses. | David Shaw | 1 | -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-26 | Avoid caches to get the most recent copy of the key. This is bug | David Shaw | 1 | -2/+2 | |
#1061 | |||||
2009-04-03 | * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): Add | David Shaw | 1 | -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-23 | Switched to GPLv3. | Werner Koch | 1 | -4/+2 | |
Updated gettext. | |||||
2005-06-23 | * http.h: Fix prototypes for http_open_document and http_open again, | David Shaw | 1 | -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 pass | David Shaw | 1 | -4/+6 | |
in auth and proxyauth. | |||||
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 | |
2004-09-10 | * http.h: Add auth field for a parsed_uri to allow for basic auth. | David Shaw | 1 | -1/+2 | |
2003-12-28 | * http.h: Pass the http proxy from outside rather than pulling it from the | David Shaw | 1 | -9/+11 | |
evironment. | |||||
2003-03-11 | * http.h: Add HTTP_FLAG_TRY_SRV. | David Shaw | 1 | -1/+2 | |
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -6/+7 | |
2000-07-14 | See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch | Werner Koch | 1 | -1/+6 | |
2000-01-27 | See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner Koch | Werner Koch | 1 | -3/+3 | |
1999-02-16 | See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch | Werner Koch | 1 | -1/+1 | |
1999-01-19 | See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner Koch | Werner Koch | 1 | -2/+15 | |
1999-01-16 | See ChangeLog: Sat Jan 16 21:25:17 CET 1999 Werner Koch | Werner Koch | 1 | -0/+62 | |