aboutsummaryrefslogtreecommitdiffstats
path: root/common/http.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Removed intl/.
* A whole bunch of changes to allow building for Windows.Werner Koch2007-06-141-3/+9
| | | | | See the ChangeLogs for details.
* First steps towards supporting W32.Werner Koch2007-06-061-5/+5
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* From STABLE-BRANCH-1-4David Shaw2007-03-101-2/+0
| | | | | | | * http.c (do_parse_uri): Remove the hkp port 11371 detection. We implement hkp in the keyserver handler, and the support here makes it appear like a bad hkp request actually succeeded.
* 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
| | | | | dirmngr package.
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-3/+4
| | | | | shows no prblems. Needs more testing of course.
* Changed HTTP API.Werner Koch2006-08-141-22/+115
|
* Added http.c from 1.4. Werner Koch2006-08-111-0/+1729
Added support for estream and gnutls.