summaryrefslogtreecommitdiff
path: root/guile/src/core.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unused var warning in guile/src/core.ctmp-fix-guile-unused-varTim Rühsen2019-01-251-4/+4
* Skip sc_prohibit_always_true_header_testsTim Rühsen2018-06-141-2/+0
* <alloca.h> only if HAVE_ALLOCA_HMarcin Cieślak2017-02-091-0/+2
* guile: Implement session record ports using the Guile 2.2 API.tmp-guile2.2Ludovic Courtès2016-10-051-5/+82
* doc updateNikos Mavrogiannopoulos2016-09-111-1/+1
* guile: Remove the deprecated priority API.Ludovic Courtès2014-12-041-17/+0
* guile: Remove RSA parameters and related procedures.Ludovic Courtès2014-12-041-122/+0
* guile: Remove trailing zero in 'gnutls_server_name_set' call.Ludovic Courtès2014-10-141-1/+1
* guile: Restore cross-reference in 'set-session-priorities!' docstring.Ludovic Courtès2014-09-221-5/+6
* guile: Add bindings for 'gnutls_server_name_set'.Ludovic Courtès2014-09-221-1/+33
* do not override gnutls' allocation functionsNikos Mavrogiannopoulos2014-04-191-5/+0
* guile: Fix possible stack overflows.Ludovic Courtès2013-10-091-1/+1
* guile: Keep a weak reference on objects aggregated by other objects.Ludovic Courtès2013-06-281-1/+27
* guile: Don't cast return value of `alloca'.Ludovic Courtès2012-01-201-17/+17
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* guile: Merge the (gnutls extra) module in (gnutls); deprecate it.Ludovic Courtès2011-11-031-0/+490
* guile bindings added as a separate document.Nikos Mavrogiannopoulos2011-05-271-2/+2
* avoid using a freed pointer.Nikos Mavrogiannopoulos2011-04-061-2/+4
* Add nodes for the subsections of "The TLS Handshake Protocol".Ludovic Courtès2011-02-271-2/+2
* guile: Wrap `gnutls_priority_set_direct'; deprecate the old method.Ludovic Courtès2011-02-271-1/+43
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-444/+444
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-1/+1
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-4/+4
* Update copyright years.Simon Josefsson2010-01-271-1/+1
* Indent code.Simon Josefsson2009-11-051-5/+5
* guile: Adjust for Guile 1.9.3+.Ludovic Courtès2009-09-281-2/+18
* guile: Syntactic nitpicking.Ludovic Courtès2009-09-281-2/+2
* guile: Use Guile's malloc routines.Ludovic Courtès2009-09-281-3/+6
* Fix integer/pointer cast warnings in the Guile bindings on x86_64.Ludovic Courtès2009-09-231-4/+5
* Fix inclusion of <config.h> in Guile bindings.Ludovic Courtès2009-09-231-1/+5
* Indent code.Simon Josefsson2008-07-021-147/+181
* libgnutls: Compile if SRP is disabled.Simon Josefsson2008-05-071-0/+4
* guile: Don't declare `inline' functions that use `alloca ()'.Ludovic Courtès2008-03-191-3/+3
* Guile: Fix `x509-certificate-dn-oid' and related functions.Ludovic Courtès2007-09-111-1/+2
* Usage "old-fashion" make suffix rules rather than GNU Make patterns.Ludovic Courtes2007-06-011-1/+1
* Started Guile integration.Ludovic Courtès2007-05-301-0/+2759