aboutsummaryrefslogtreecommitdiffstats
path: root/common/http.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-0/+3
2010-08-06More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch1-72/+73
2010-08-05Simplified http.c.Werner Koch1-240/+68
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-58/+115
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-0/+2
2010-03-02First steps towards the W32CE portWerner Koch1-7/+8
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