aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/curl-shim.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-04-17* gpgkeys_hkp.c: New hkp handler that uses curl or curl-shim.David Shaw1-67/+54
* Makefile.am: Build new gpgkeys_hkp. * curl-shim.c (curl_easy_perform): Cleanup.
2005-04-17* curl-shim.h, curl-shim.c (handle_error, curl_easy_setopt,David Shaw1-18/+92
curl_easy_perform): Add POST functionality to the curl shim.
2005-04-16* curl-shim.h, curl-shim.c (curl_escape, curl_free): EmulateDavid Shaw1-0/+61
curl_escape and curl_free.
2005-02-12* curl-shim.c (curl_easy_perform): Fix compile warning.David Shaw1-1/+1
* curl-shim.h, gpgkeys_curl.c (main), gpgkeys_ldap.c (main): Add ca-cert-file option, to pass in the SSL cert.
2005-02-11* curl-shim.h, curl-shim.c: New. This is code to fake the curl API inDavid Shaw1-0/+153
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.