summaryrefslogtreecommitdiff
path: root/guile
Commit message (Collapse)AuthorAgeFilesLines
* guile: Don't cast return value of `alloca'.Ludovic Courtès2012-01-202-20/+19
|
* guile: Update the list of error codes.Ludovic Courtès2012-01-202-19/+98
|
* Print detailed guile warnings (for obsolete functions).Simon Josefsson2012-01-191-0/+1
|
* Fix builddir != srcdir builds.Simon Josefsson2012-01-181-1/+1
|
* Fix $(srcdir) != $(builddir) for Guile.Ludovic Courtès2012-01-171-0/+1
| | | | | Now that modules/gnutls.scm is generated, $(builddir) must be in the search path.
* Collapse and cleanup copyright information.Simon Josefsson2012-01-1623-23/+23
|
* Run 'make update-copyright'.Simon Josefsson2012-01-1635-35/+35
|
* guile: Fix the (unused) `output-procedure-texi-documentation-from-c-file'.Ludovic Courtès2011-11-251-2/+2
| | | | Reported by Mike Gran <spk121@yahoo.com>.
* guile: Rename `libguile-gnutls-v-2.la' to `guile-gnutls-v-2.la'.Ludovic Courtès2011-11-043-6/+7
|
* guile: Install libguile-gnutls under $(libdir)/guile/X.Y.Ludovic Courtès2011-11-044-4/+21
|
* guile: Rename to `libguile-gnutls-v-2'.Ludovic Courtès2011-11-033-6/+6
|
* guile: Remove uses of (gnutls extra) from the tests.Ludovic Courtès2011-11-033-3/+1
|
* guile: Merge the (gnutls extra) module in (gnutls); deprecate it.Ludovic Courtès2011-11-0312-630/+547
|
* Reverting "Drop guile libgnutls-extra stuff."Ludovic Courtès2011-11-032-4/+32
|
* removed enumerations that don't existNikos Mavrogiannopoulos2011-11-021-2/+0
|
* Drop guile libgnutls-extra stuff.Simon Josefsson2011-10-282-32/+4
|
* removed extra.h header from guile code.Nikos Mavrogiannopoulos2011-10-232-3/+0
|
* removed more extra.h leftovers.Nikos Mavrogiannopoulos2011-10-211-1/+0
|
* libgnutls-extra is no more.Nikos Mavrogiannopoulos2011-10-201-3/+2
|
* guile: Fix `priorities' test to use `run-test'.Ludovic Courtès2011-08-221-26/+20
| | | | | | This is a followup to commit cd7b8102316cd4151356c4b2b7909c7435593890 ("guile: Fix tests to match the `exit' behavior introduced in Guile 2.0.1.").
* guile bindings added as a separate document.Nikos Mavrogiannopoulos2011-05-271-2/+2
|
* guile: Fix tests to match the `exit' behavior introduced in Guile 2.0.1.Ludovic Courtès2011-04-2812-152/+137
| | | | | This fix makes tests behave correctly wrt. to the Guile bug fix at <http://git.sv.gnu.org/cgit/guile.git/commit/?id=e309f3bf9ee910c4772353ca3ff95f6f4ef466b5>.
* Purged all references of LZO.Nikos Mavrogiannopoulos2011-04-111-2/+1
|
* Use a single configure.ac. This speed ups compilation andNikos Mavrogiannopoulos2011-04-081-2/+2
| | | | | reduces duplication of code (multiple gl/ libraries etc.). This saves about 2mb in distributed size (compressed).
* avoid using a freed pointer.Nikos Mavrogiannopoulos2011-04-061-2/+4
|
* added missing files.Nikos Mavrogiannopoulos2011-03-241-0/+1
|
* enabled RSA and removed debugging.Nikos Mavrogiannopoulos2011-03-161-4/+4
|
* split the pgp keys to elgamal and dsa.Nikos Mavrogiannopoulos2011-03-166-55/+117
|
* guile: Change tests to use priority strings.Ludovic Courtès2011-03-013-39/+11
|
* guile: Fix docstring extraction with CPP 4.5+.Ludovic Courtès2011-02-271-18/+38
|
* 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-278-19/+152
|
* guile: Remove GNUTLS_A_INNER_APPLICATION_FAILURE and ↵Ludovic Courtès2011-02-221-3/+2
| | | | GNUTLS_A_INNER_APPLICATION_VERIFICATION.
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ↵Nikos Mavrogiannopoulos2010-12-163-535/+535
| | | | several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
* Fix dependencies, fixes parallel builds.Simon Josefsson2010-11-231-1/+1
| | | | Tiny patch from Graham Gower <graham.gower@gmail.com>.
* Don't generate DH primes in Guile self checks (for speed).Simon Josefsson2010-10-147-6/+52
|
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-145-8/+8
|
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-2231-125/+125
|
* More indentation.Simon Josefsson2010-04-142-11/+13
|
* Update gnulib files, fix syntax-check warnings.Simon Josefsson2010-04-133-3/+0
|
* Update copyright years.Simon Josefsson2010-01-2734-34/+34
|
* Fix FSF copyright notices.Simon Josefsson2010-01-2728-28/+28
|
* Indent code.Simon Josefsson2009-11-051-5/+5
|
* guile: Adjust for Guile 1.9.3+.Ludovic Courtès2009-09-281-2/+18
| | | | | | | | * guile/src/core.c (mark_session_record_port, free_session_record_port): Conditionalize on `SCM_MAJOR_VERSION == 1 && SCM_MINOR_VERSION <= 8'. (scm_init_gnutls_session_record_port_type): Adjust accordingly. (make_session_record_port): Use `scm_gc_malloc_pointerless ()' when available.
* guile: Syntactic nitpicking.Ludovic Courtès2009-09-281-2/+2
| | | | | * guile/src/core.c (SCM_GNUTLS_MAKE_SESSION_DATA, SCM_GNUTLS_SET_SESSION_RECORD_PORT): Remove extraneous semicolon.
* guile: Use Guile's malloc routines.Ludovic Courtès2009-09-281-3/+6
| | | | * guile/src/core.c (scm_init_gnutls): Use Guile's malloc routines.
* Fix integer/pointer cast warnings in the Guile bindings on x86_64.Ludovic Courtès2009-09-231-4/+5
| | | | | | * guile/src/core.c (do_fill_port, fill_session_record_port_input, scm_gnutls_set_session_transport_fd_x): Make sure pointer/integer casts use integers of the right size.
* Update Guile bindings to the current OpenPGP API.Ludovic Courtès2009-09-231-2/+2
| | | | | | * guile/src/extra.c (scm_gnutls_openpgp_certificate_id, scm_gnutls_openpgp_certificate_id_x): Use the newer `gnutls_openpgp_crt_get_key_id ()'.
* Turn off auto-compilation when using Guile 1.9+.Ludovic Courtès2009-09-232-4/+7
| | | | | | | | | * guile/src/Makefile.am (GUILE_FOR_BUILD): Turn off auto-compilation with Guile 1.9+. * guile/tests/Makefile.am (TESTS_ENVIRONMENT): Likewise. * doc/Makefile.am (GUILE_FOR_BUILD): Likewise.
* Fix inclusion of <config.h> in Guile bindings.Ludovic Courtès2009-09-235-9/+20
| | | | | | | | * guile/src/core.c, guile/src/errors.c, guile/src/extra.c, guile/src/utils.c: Include <config.h> first, as suggested by Simon Josefsson. * guile/src/utils.h: Don't include <config.h>.