summaryrefslogtreecommitdiffstats
path: root/common/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* First steps towards the W32CE portWerner Koch2010-03-021-7/+8
* Avoid caches to get the most recent copy of the key. This is bug #1061David Shaw2009-05-281-7/+32
* * http.h, http.c (send_request): Pass in srvtag and make its presenceDavid Shaw2009-05-281-10/+13
* * http.c (do_parse_uri): Properly handle IPv6 literal addresses as perDavid Shaw2009-03-131-6/+16
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+2
* W32 related keyserver fixes.Werner Koch2008-04-211-1/+15
* Changed to GPLv3.Werner Koch2007-07-041-4/+2
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-3/+9
* First steps towards supporting W32.Werner Koch2007-06-061-5/+5
* From STABLE-BRANCH-1-4David Shaw2007-03-101-2/+0
* Preparing 2.0.1Werner Koch2006-11-281-0/+1
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-25/+37
* Minor changes and typo fixes.Werner Koch2006-09-061-1/+3
* Support to read response headers. Required for redirection support in theWerner Koch2006-09-041-3/+177
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-3/+4
* Changed HTTP API.Werner Koch2006-08-141-22/+115
* Added http.c from 1.4. Werner Koch2006-08-111-0/+1729