summaryrefslogtreecommitdiff
path: root/guile
Commit message (Expand)AuthorAgeFilesLines
* guile: Arrange to make 'gnutls.scm' architecture-independent.Ludovic Courtès2019-12-262-3/+8
* guile: Silence auto-compilation warning for 'guild'.Ludovic Courtès2019-11-111-1/+1
* guile: Do not attempt to load shared object when cross-compiling.Ludovic Courtès2019-11-112-2/+10
* guile: Update the list of certificate status values.Ludovic Courtès2019-08-313-1/+30
* guile: Add support for post-handshake reauthentication.Ludovic Courtès2019-06-125-9/+199
* guile: Loop or poll upon GNUTLS_E_AGAIN and GNUTLS_E_INTERRUPTED.Ludovic Courtès2019-06-121-5/+50
* guile: Add bindings for 'gnutls_error_is_fatal'.Ludovic Courtès2019-06-123-12/+28
* guile: Update list of error values.Ludovic Courtès2019-06-122-3/+131
* Merge branch 'guile-deprecate-openpgp' into 'master'Nikos Mavrogiannopoulos2019-06-122-13/+82
|\
| * guile: Deprecate OpenPGP bindings.Ludovic Courtès2019-06-122-14/+83
* | guile: Remove unbounded uses of 'alloca'.Ludovic Courtès2019-06-072-20/+26
* | guile: Always provide 'scm_gc_malloc_pointerless'.Ludovic Courtès2019-06-071-7/+7
|/
* build: rename guile variables to match upstream namesAlon Bar-Lev2019-04-091-8/+8
* build: allow override guile system locationAlon Bar-Lev2019-04-091-2/+1
* Use https:// for arbitrary files #1Tim Rühsen2019-03-134-6/+6
* 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-142-4/+0
* tests: guile: don't use VERS-TLS-ALLNikos Mavrogiannopoulos2018-02-193-5/+5
* guile: removed openpgp related testsNikos Mavrogiannopoulos2017-06-1610-415/+0
* <alloca.h> only if HAVE_ALLOCA_HMarcin Cieślak2017-02-092-0/+4
* guile: do not use +COMP-DEFLATE in priorities testNikos Mavrogiannopoulos2016-11-291-1/+1
* guile: Implement session record ports using the Guile 2.2 API.tmp-guile2.2Ludovic Courtès2016-10-051-5/+82
* guile: Test 'set-session-transport-fd!'.Ludovic Courtès2016-10-051-1/+1
* guile: Guile 2.x 'uniform-vector-read!' replacement returns 0 upon EOF.Ludovic Courtès2016-10-051-3/+6
* doc updateNikos Mavrogiannopoulos2016-09-111-1/+1
* guile: Fix out-of-tree builds.Ludovic Courtès2016-02-221-1/+1
* guile: Work around lack of 'eval-when' on 1.8.Ludovic Courtès2016-02-151-1/+7
* guile: build: Make silent rules actually quiet.Ludovic Courtès2016-02-152-12/+13
* guile: Build and install .go files on Guile 2.x.Ludovic Courtès2016-02-153-82/+117
* guile: tests: Add Guile 2.2 compatibility layer.Ludovic Courtès2016-02-151-2/+27
* guile: tests: Make sure no processes are left behind.Ludovic Courtès2016-02-154-3/+7
* guile: tests: Add 'with-child-process'.Ludovic Courtès2016-02-157-210/+255
* guile: Call 'load-extension' both during expansion and at run time.Ludovic Courtès2015-01-081-6/+7
* guile: Open binary file in binary mode, for the sake of MinGW.Ludovic Courtès2014-12-111-2/+2
* guile: Link with '-no-undefined'.Ludovic Courtès2014-12-111-1/+5
* guile: Build with warnings.Ludovic Courtès2014-12-041-1/+7
* guile: Remove the deprecated priority API.Ludovic Courtès2014-12-048-223/+16
* guile: Remove RSA parameters and related procedures.Ludovic Courtès2014-12-045-147/+3
* 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-224-6/+46
* do not override gnutls' allocation functionsNikos Mavrogiannopoulos2014-04-191-5/+0
* guile: Fix possible stack overflows.Ludovic Courtès2013-10-092-3/+3
* guile: Use intermediary files when generating code.Ludovic Courtès2013-09-151-5/+10
* guile: Make builds parallel-safe.Ludovic Courtès2013-09-151-2/+5
* guile: Keep a weak reference on objects aggregated by other objects.Ludovic Courtès2013-06-281-1/+27
* guile: tests: Use `port->fdes' rather than `fileno'.Ludovic Courtès2013-06-283-9/+9
* corrected priority stringsNikos Mavrogiannopoulos2013-06-061-2/+2
* guile: Use `LOG_COMPILER', as required by Automake 1.12+.Ludovic Courtès2013-06-061-3/+4
* guile: Fix dependencies to be parallel-safe.Ludovic Courtès2012-12-011-4/+9