aboutsummaryrefslogtreecommitdiffstats
path: root/common/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-23w32: Almost everywhere include winsock2.h before windows.h.Werner Koch1-0/+3
2013-02-28Bring the fix for bug 739 on 1.4 over to 2.0 (bug 1479)David Shaw1-5/+2
2012-12-19Fixed indentation and indented cpp directivesWerner Koch1-41/+43
2012-12-15Part of issue 1447: Pass proper Host header when SRV is used.David Shaw1-3/+4
2012-12-15Fix issue 1446: honor ports given in SRV responses.David Shaw1-24/+35
2009-05-28Avoid caches to get the most recent copy of the key. This is bug #1061David Shaw1-7/+32
2009-05-28* http.h, http.c (send_request): Pass in srvtag and make its presenceDavid Shaw1-10/+13
2009-03-13* http.c (do_parse_uri): Properly handle IPv6 literal addresses as perDavid Shaw1-6/+16
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+2
2008-04-21W32 related keyserver fixes.Werner Koch1-1/+15
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-3/+9
2007-06-06First steps towards supporting W32.Werner Koch1-5/+5
2007-03-10From STABLE-BRANCH-1-4David Shaw1-2/+0
2006-11-28Preparing 2.0.1Werner Koch1-0/+1
2006-09-14Take advantage of newer gpg-error features.Werner Koch1-25/+37
2006-09-06Minor changes and typo fixes.Werner Koch1-1/+3
2006-09-04Support to read response headers. Required for redirection support in theWerner Koch1-3/+177
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch1-3/+4
2006-08-14Changed HTTP API.Werner Koch1-22/+115
2006-08-11Added http.c from 1.4. Werner Koch1-0/+1729