Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-01-20 | All standard keyserver commands are now using dirmngr. | Werner Koch | 1 | -0/+1 | |
2011-01-10 | Initial code checking for backup - not yet working. | Werner Koch | 1 | -6/+8 | |
2010-08-06 | More work on the dirmngr. It now builds for W32 and W32CE and quick | Werner Koch | 1 | -18/+29 | |
tests show that it works on W32. | |||||
2010-08-05 | Simplified http.c. | Werner Koch | 1 | -7/+0 | |
2010-07-16 | Some work on porting dirmngr (unfinished) | Werner Koch | 1 | -5/+5 | |
Ported gpgtar to W32. | |||||
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -1/+1 | |
2009-05-28 | Avoid caches to get the most recent copy of the key. This is bug #1061 | David Shaw | 1 | -2/+4 | |
2009-05-28 | * http.h, http.c (send_request): Pass in srvtag and make its presence | David Shaw | 1 | -5/+6 | |
sufficient to turn the feature on. (http_open): From here. (http_document): And here. * gpgkeys_hkp.c (srv_replace): New function to transform a SRV hostname to a real hostname. (main): Call it from here for the HAVE_LIBCURL case (without libcurl is handled via the curl-shim). * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): Add a CURLOPT_SRVTAG_GPG_HACK (passed through the the http engine). | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2006-09-04 | Support to read response headers. Required for redirection support in the | Werner Koch | 1 | -1/+3 | |
dirmngr package. | |||||
2006-08-14 | Changed HTTP API. | Werner Koch | 1 | -26/+18 | |
2006-08-11 | Added http.c from 1.4. | Werner Koch | 1 | -0/+121 | |
Added support for estream and gnutls. |