aboutsummaryrefslogtreecommitdiffstats
path: root/common/http.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add finger support to dirmngr.Werner Koch2011-02-081-2/+11
| | | | | | | | | | | | | The basic network code from http.c is used for finger. This keeps the network related code at one place and we are able to use the somewhat matured code form http.c. Unfortunately I had to enhance the http code for more robustness and probably introduced new bugs. Test this code using gpg --fetch-key finger:[email protected] (I might be the last user of finger ;-)
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-7/+7
| | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
* All standard keyserver commands are now using dirmngr.Werner Koch2011-01-201-0/+1
|
* Initial code checking for backup - not yet working.Werner Koch2011-01-101-6/+8
|
* More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch2010-08-061-18/+29
| | | | | tests show that it works on W32.
* Simplified http.c.Werner Koch2010-08-051-7/+0
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-5/+5
| | | | | Ported gpgtar to W32.
* Merged jnlib into common.Werner Koch2010-03-101-1/+1
|
* Avoid caches to get the most recent copy of the key. This is bug #1061David Shaw2009-05-281-2/+4
|
* * http.h, http.c (send_request): Pass in srvtag and make its presenceDavid Shaw2009-05-281-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).
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
| | | | | Removed intl/.
* Support to read response headers. Required for redirection support in theWerner Koch2006-09-041-1/+3
| | | | | dirmngr package.
* Changed HTTP API.Werner Koch2006-08-141-26/+18
|
* Added http.c from 1.4. Werner Koch2006-08-111-0/+121
Added support for estream and gnutls.