aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-02build: Require at least Libassuan 2.4.1.Werner Koch1-4/+0
2015-12-02http: Enhance parser to detect .onion addresses.Werner Koch1-33/+39
2015-11-27Avoid incompatible pointer assignment warnings on Windows.Werner Koch1-6/+7
2015-11-26dirmngr: Let Libassuan employ nPth wrappers for connect.Werner Koch1-9/+0
2015-11-18dirmngr: Gracefully handle premature termination of TLS streams.fix-1950Justus Winter1-11/+29
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-10-26dirmngr: Support Tor hidden services.Werner Koch1-0/+26
2015-10-26dirmngr,w32: Remove gethostbyname hack and make it build again.Werner Koch1-36/+2
2015-10-22dirmngr: Do not use MAXDNAME.Werner Koch1-7/+17
2015-10-22Move SRV RR code from common/ to dirmngr/.Werner Koch1-17/+0
2015-10-21dirmngr: Use the new DNS wrapper for the HTTP module.Werner Koch1-78/+18
2015-10-21dirmngr: Allow use of http.c if USE_NPTH is not defined.Werner Koch1-8/+14
2015-10-21Change capitalization of TOR to Tor.Werner Koch1-2/+2
2015-10-21dirmngr: Allow building with libassuan < 2.3.Neal H. Walfield1-0/+2
2015-10-20w32: Allow building again.Werner Koch1-1/+1
2015-10-19dirmngr: Allow building with libassuan < 2.3.Werner Koch1-0/+2
2015-10-19dirmngr: Make --use-tor work - still leaks DNS.Werner Koch1-4/+14
2015-10-19dirmngr: Use Assuan socket wrappers for http.cWerner Koch1-55/+73
2015-10-18Move http module from common/ to dirmngr/.Werner Koch1-0/+0
2015-10-08dirmngr: Default to http protocol for http-proxyAndre Heinecke1-1/+1
2015-09-18http: Add flag to force use of TOR (part 1)Werner Koch1-0/+12
2015-04-21common: Make proper use of http proxy parameter.Werner Koch1-3/+48
2015-03-23Improve documenation of http_parse_uri.Neal H. Walfield1-3/+4
2015-03-23Add new function uri_query_lookup.Neal H. Walfield1-0/+15
2015-03-20common: Fix syntax error when building with gnutlsWerner Koch1-1/+1
2015-03-19hkps: Fix host name verification when using pools.Werner Koch1-2/+4
2014-12-08http: Improve diagnostic messages.Werner Koch1-9/+32
2014-11-07w32: Fix http access module.Werner Koch1-8/+25
2014-10-02First changes for future use of NTBTLS.Werner Koch1-28/+94
2014-09-10dirmngr: Fix the ks_fetch command for the http scheme.Werner Koch1-3/+8
2014-08-26Switch to the libgpg-error provided estream.Werner Koch1-2/+2
2014-06-13http: Print human readable GNUTLS status.Werner Koch1-1/+27
2014-05-19http: Add callback to help logging of server certificates.Werner Koch1-20/+33
2014-05-16http: Allow overriding of the Host header.Werner Koch1-23/+44
2014-05-05http: Add reference counting to the session object.Werner Koch1-40/+80
2014-05-02http: Add HTTP_FLAG_FORCE_TLS and http_get_tls_info.Werner Koch1-31/+75
2014-05-02http: Revamp TLS API.Werner Koch1-209/+402
2014-05-02common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch1-18/+17
2014-03-14dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch1-2/+6
2014-03-12http: Add a flag to the URL parser indicating a literal v6 address.Werner Koch1-0/+2
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-0/+3
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-9/+9
2012-04-20Change license for some files in common to LGPLv3+/GPLv2+.Werner Koch1-5/+15
2012-02-07common: Replace macro based function calls by using DEFAULT_ERRSOURCE.Werner Koch1-52/+52
2012-01-25Port to npth.Marcus Brinkmann1-11/+11
2011-02-08Add finger support to dirmngr.Werner Koch1-69/+290
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-40/+40
2011-01-20Fix for bug#1313. de.po update.Werner Koch1-9/+18
2011-01-20All standard keyserver commands are now using dirmngr.Werner Koch1-8/+37
2011-01-10Initial code checking for backup - not yet working.Werner Koch1-16/+33