aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/http.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-11dirmngr: New function http_status2string.Werner Koch1-0/+2
2018-11-23dirmngr: Avoid possible CSRF attacks via http redirects.Werner Koch1-0/+21
2018-04-25dirmngr: Implement CRL fetching via https.Werner Koch1-2/+4
2017-07-18dirmngr: Honor http keyserver URLs.Justus Winter1-0/+1
2017-06-08dirmngr: Allow a timeout for HTTP and other TCP connects.Werner Koch1-1/+3
2017-02-21dirmngr: Add special treatment for the standard hkps pool to ntbtls.Werner Koch1-1/+1
2017-02-21dirmngr: New Assuan option "http-crl".Werner Koch1-1/+2
2017-02-18dirmngr: Add per-session verify callback to http.cWerner Koch1-2/+10
2017-01-11dirmngr: Add debug code to http.c.Werner Koch1-0/+2
2017-01-09dirmngr: Do not use a SRV record for HKP if a port was specified.Werner Koch1-0/+1
2016-11-11dirmngr: Prepare to trigger jobs by network activity.Werner Koch1-0/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-04-26http: Allow to request system defined CAs for TLS.Werner Koch1-3/+6
2016-01-22dirmngr: Use sks-keyservers CA by default for the hkps pool.Daniel Kahn Gillmor1-1/+2
2015-12-02http: Enhance parser to detect .onion addresses.Werner Koch1-0/+1
2015-10-18Move http module from common/ to dirmngr/.Werner Koch1-0/+0
2015-09-18http: Add flag to force use of TOR (part 1)Werner Koch1-1/+2
2015-03-31gpg: Remove gratuitous extern qualifier from declaration.Neal H. Walfield1-1/+1
2015-03-23Add new function uri_query_lookup.Neal H. Walfield1-0/+3
2014-08-26Switch to the libgpg-error provided estream.Werner Koch1-1/+0
2014-05-19http: Add callback to help logging of server certificates.Werner Koch1-0/+5
2014-05-16http: Allow overriding of the Host header.Werner Koch1-0/+1
2014-05-05http: Add reference counting to the session object.Werner Koch1-0/+1
2014-05-02http: Add HTTP_FLAG_FORCE_TLS and http_get_tls_info.Werner Koch1-0/+2
2014-05-02http: Revamp TLS API.Werner Koch1-3/+15
2014-03-14dirmngr: Make use of IPv4 and IPV6 more explicit.Werner Koch1-4/+6
2014-03-12http: Add a flag to the URL parser indicating a literal v6 address.Werner Koch1-0/+1
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-36/+23
2011-02-08Add finger support to dirmngr.Werner Koch1-2/+11
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-7/+7
2011-01-20All standard keyserver commands are now using dirmngr.Werner Koch1-0/+1
2011-01-10Initial code checking for backup - not yet working.Werner Koch1-6/+8
2010-08-06More work on the dirmngr. It now builds for W32 and W32CE and quickWerner Koch1-18/+29
2010-08-05Simplified http.c.Werner Koch1-7/+0
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-5/+5
2010-03-10Merged jnlib into common.Werner Koch1-1/+1
2009-05-28Avoid caches to get the most recent copy of the key. This is bug #1061David Shaw1-2/+4
2009-05-28* http.h, http.c (send_request): Pass in srvtag and make its presenceDavid Shaw1-5/+6
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
2006-09-04Support to read response headers. Required for redirection support in theWerner Koch1-1/+3
2006-08-14Changed HTTP API.Werner Koch1-26/+18
2006-08-11Added http.c from 1.4. Werner Koch1-0/+121