summaryrefslogtreecommitdiff
path: root/gweb/giognutls.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-18/+18
2012-05-21gweb: Add function to check for TLS supportMarcel Holtmann1-0/+5
2012-04-29gweb: Update copyright informationMarcel Holtmann1-1/+1
2012-04-20gweb: don't use deprecated gnutls_session typedefLucas De Marchi1-1/+1
2011-11-10gweb: Use gcc atomics instead glib's onesDaniel Wagner1-2/+2
2011-07-24gweb: Fix gnutls_priority_set_direct() for various GnuTLS versionsMarcel Holtmann1-3/+5
2011-07-01gweb: Use GnuTLS priority string to provide wide compatibilityLucas De Marchi1-1/+2
2011-07-01gweb: Remove call to deprecated GnuTLS functionLucas De Marchi1-0/+2
2010-11-08Use file descriptor directly instead of GIOChannelMarcel Holtmann1-30/+40
2010-11-07Deal with EAGAIN and GnuTLS channelsMarcel Holtmann1-1/+21
2010-11-07Add support for handling non-blocking GnuTLS channelsMarcel Holtmann1-7/+33
2010-10-30Only disable encoding within GIOGnuTLS channelMarcel Holtmann1-2/+1
2010-10-30Add support for g_io_channel_gnutls_new() functionMarcel Holtmann1-0/+404