summaryrefslogtreecommitdiffstats
path: root/common/http.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Make proper use of http proxy parameter.Werner Koch2015-04-211-3/+48
* Improve documenation of http_parse_uri.Neal H. Walfield2015-03-231-3/+4
* Add new function uri_query_lookup.Neal H. Walfield2015-03-231-0/+15
* common: Fix syntax error when building with gnutlsWerner Koch2015-03-201-1/+1
* hkps: Fix host name verification when using pools.Werner Koch2015-03-191-2/+4
* http: Improve diagnostic messages.Werner Koch2014-12-081-9/+32
* w32: Fix http access module.Werner Koch2014-11-071-8/+25
* First changes for future use of NTBTLS.Werner Koch2014-10-021-28/+94
* dirmngr: Fix the ks_fetch command for the http scheme.Werner Koch2014-09-101-3/+8
* Switch to the libgpg-error provided estream.Werner Koch2014-08-261-2/+2
* http: Print human readable GNUTLS status.Werner Koch2014-06-131-1/+27
* http: Add callback to help logging of server certificates.Werner Koch2014-05-191-20/+33
* http: Allow overriding of the Host header.Werner Koch2014-05-161-23/+44
* http: Add reference counting to the session object.Werner Koch2014-05-051-40/+80
* http: Add HTTP_FLAG_FORCE_TLS and http_get_tls_info.Werner Koch2014-05-021-31/+75
* http: Revamp TLS API.Werner Koch2014-05-021-209/+402
* common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch2014-05-021-18/+17
* dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch2014-03-141-2/+6
* http: Add a flag to the URL parser indicating a literal v6 address.Werner Koch2014-03-121-0/+2
* w32: Include winsock2.h to silence warnings.Werner Koch2014-03-071-0/+3
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-9/+9
* 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-52/+52
* Port to npth.Marcus Brinkmann2012-01-251-11/+11
* Add finger support to dirmngr.Werner Koch2011-02-081-69/+290
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-40/+40
* Fix for bug#1313. de.po update.Werner Koch2011-01-201-9/+18
* All standard keyserver commands are now using dirmngr.Werner Koch2011-01-201-8/+37
* Initial code checking for backup - not yet working.Werner Koch2011-01-101-16/+33
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-0/+3
* More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch2010-08-061-72/+73
* Simplified http.c.Werner Koch2010-08-051-240/+68
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-58/+115
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-0/+2
* 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