summaryrefslogtreecommitdiffstats
path: root/common/http.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Switch to the libgpg-error provided estream.Werner Koch2014-08-261-1/+0
* http: Add callback to help logging of server certificates.Werner Koch2014-05-191-0/+5
* http: Allow overriding of the Host header.Werner Koch2014-05-161-0/+1
* http: Add reference counting to the session object.Werner Koch2014-05-051-0/+1
* http: Add HTTP_FLAG_FORCE_TLS and http_get_tls_info.Werner Koch2014-05-021-0/+2
* http: Revamp TLS API.Werner Koch2014-05-021-3/+15
* dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch2014-03-141-4/+6
* http: Add a flag to the URL parser indicating a literal v6 address.Werner Koch2014-03-121-0/+1
* Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch2012-04-201-5/+15
* common: Replace macro based function calls by using DEFAULT_ERRSOURCE.Werner Koch2012-02-071-36/+23
* Add finger support to dirmngr.Werner Koch2011-02-081-2/+11
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-7/+7
* 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
* Simplified http.c.Werner Koch2010-08-051-7/+0
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-5/+5
* 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
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* Support to read response headers. Required for redirection support in theWerner Koch2006-09-041-1/+3
* Changed HTTP API.Werner Koch2006-08-141-26/+18
* Added http.c from 1.4. Werner Koch2006-08-111-0/+121