aboutsummaryrefslogtreecommitdiffstats
path: root/include/http.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing white space from some filesWerner Koch2012-12-191-1/+1
| | | | --
* Fix issue 1446: honor ports given in SRV responses.David Shaw2012-12-191-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
* Avoid caches to get the most recent copy of the key. This is bugDavid Shaw2009-05-261-2/+2
| | | | | #1061
* * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): AddDavid Shaw2009-04-031-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.
* Switched to GPLv3.Werner Koch2007-10-231-4/+2
| | | | | Updated gettext.
* * http.h: Fix prototypes for http_open_document and http_open again,David Shaw2005-06-231-7/+6
| | | | | to handle the new different auth for regular files and proxies.
* * http.h: Fix prototypes for http_open_document and http_open to passDavid Shaw2005-06-221-4/+6
| | | | | in auth and proxyauth.
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
|
* * http.h: Add auth field for a parsed_uri to allow for basic auth.David Shaw2004-09-101-1/+2
|
* * http.h: Pass the http proxy from outside rather than pulling it from theDavid Shaw2003-12-281-9/+11
| | | | | evironment.
* * http.h: Add HTTP_FLAG_TRY_SRV.David Shaw2003-03-111-1/+2
|
* Update head to match stable 1.0David Shaw2002-06-291-6/+7
|
* See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner KochWerner Koch2000-07-141-1/+6
|
* See ChangeLog: Thu Jan 27 18:00:44 CET 2000 Werner KochWerner Koch2000-01-271-3/+3
|
* See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner KochWerner Koch1999-02-161-1/+1
|
* See ChangeLog: Tue Jan 19 19:34:58 CET 1999 Werner KochWerner Koch1999-01-191-2/+15
|
* See ChangeLog: Sat Jan 16 21:25:17 CET 1999 Werner KochWerner Koch1999-01-161-0/+62