aboutsummaryrefslogtreecommitdiffstats
path: root/keyserver/curl-shim.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* curl-shim: clean up varargsDaniel Kahn Gillmor2015-02-231-0/+2
* Emulate curl_easy_getinfo and CURLINFO_RESPONSE_CODE in curl-shim.David Shaw2013-03-031-1/+23
* Fix issue 1446: honor ports given in SRV responses.David Shaw2012-12-191-3/+23
* Restructured the compat functions and changed its license.Werner Koch2009-08-251-1/+1
* Avoid caches to get the most recent copy of the key. This is bugDavid Shaw2009-05-261-2/+30
* * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): AddDavid Shaw2009-04-031-3/+8
* * gpgkeys_curl.c (main), gpgkeys_hkp.c (main): Make sure all libcurlDavid Shaw2008-04-141-1/+1
* * curl-shim.c (curl_easy_setopt): Minor tweak to match the real curlDavid Shaw2008-04-141-3/+3
* Switched to GPLv3.Werner Koch2007-10-231-4/+2
* * gpgkeys_curl.c (main): Use curl_version_info to verify that theDavid Shaw2007-03-131-3/+8
* * gpgkeys_ldap.c (send_key): Missing a free().David Shaw2007-02-111-1/+8
* * curl-shim.h, curl-shim.c, gpgkeys_hkp.c: Rename curl_escape() toDavid Shaw2007-01-161-2/+2
* * curl-shim.c (curl_easy_perform): Minor cleanup of proxy code.David Shaw2006-07-211-5/+3
* * gpgkeys_ldap.c (printquoted), curl-shim.c (curl_escape): Fix badDavid Shaw2006-07-121-1/+1
* * curl-shim.h, curl-shim.c (curl_easy_init, curl_easy_setopt,David Shaw2006-02-221-3/+3
* * curl-shim.h, curl-shim.c (curl_easy_init, curl_easy_setopt,David Shaw2006-02-211-2/+17
* * curl-shim.c (curl_easy_perform): Fix build warning (code beforeDavid Shaw2005-12-061-1/+2
* Converted all m_free to xfree etc.Werner Koch2005-07-271-1/+1
* * gpgkeys_curl.c (get_key, main): Don't try and be smart about whatDavid Shaw2005-07-201-6/+20
* * gpgkeys_mailto.in, gpgkeys_test.in: Use @VERSION@ so version stringDavid Shaw2005-06-231-2/+17
* * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): AddDavid Shaw2005-06-231-2/+5
* Updated FSF street address and preparations for a release candidate.Werner Koch2005-05-311-1/+2
* * gpgkeys_hkp.c: New hkp handler that uses curl or curl-shim.David Shaw2005-04-171-67/+54
* * curl-shim.h, curl-shim.c (handle_error, curl_easy_setopt,David Shaw2005-04-171-18/+92
* * curl-shim.h, curl-shim.c (curl_escape, curl_free): EmulateDavid Shaw2005-04-161-0/+61
* * curl-shim.c (curl_easy_perform): Fix compile warning.David Shaw2005-02-121-1/+1
* * curl-shim.h, curl-shim.c: New. This is code to fake the curl API inDavid Shaw2005-02-111-0/+153