aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/curl-shim.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
|
* * curl-shim.h, curl-shim.c (handle_error, curl_easy_setopt,David Shaw2005-04-171-4/+15
| | | | | curl_easy_perform): Add POST functionality to the curl shim.
* * curl-shim.h, curl-shim.c (curl_escape, curl_free): EmulateDavid Shaw2005-04-161-0/+2
| | | | | curl_escape and curl_free.
* * curl-shim.c (curl_easy_perform): Fix compile warning.David Shaw2005-02-121-1/+2
| | | | | | * curl-shim.h, gpgkeys_curl.c (main), gpgkeys_ldap.c (main): Add ca-cert-file option, to pass in the SSL cert.
* * curl-shim.h, curl-shim.c: New. This is code to fake the curl API inDavid Shaw2005-02-111-0/+71
terms of the current HTTP iobuf API. * gpgkeys_curl.c [FAKE_CURL], Makefile.am: If FAKE_CURL is set, link with the iobuf code rather than libcurl.