aboutsummaryrefslogtreecommitdiffstats
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* use guile-snarf for subr definitionBT Templeton2015-04-181-9/+2
* Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-6/+6
* gnutls.c (Fgnutls_boot): Fix case of :verify-error = t.Ted Zlatanov2014-03-171-4/+13
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * gnutls.c (Fgnutls_boot): Properly check Flistp return value.Andreas Schwab2013-12-161-1/+1
* Fix bug#16161: CHECK_LIST_CONS fails on nilTed Zlatanov2013-12-161-1/+2
* Use bool for boolean (GLYPH_DEBUG case).Paul Eggert2013-12-141-6/+3
* New verify-error GnuTLS interface for certificate validationTed Zlatanov2013-12-141-18/+30
* * gnutls.c, gnutls.h (emacs_gnutls_record_check_pending):Paul Eggert2013-12-121-1/+1
* Merge from trunk.Eli Zaretskii2013-12-071-1/+5
|\
| * * gnutls.c (gnutls_audit_log_function): Only declare and define ifJan Djärv2013-11-301-1/+5
* | Converted image.c and gnutls.c functions that accept file names.Eli Zaretskii2013-12-031-0/+18
|/
* Fix recent gnutls changes.Paul Eggert2013-11-041-1/+1
* Several GnuTLS fixes for log level and initialization.Ted Zlatanov2013-11-041-4/+17
* Port to stricter C99 platforms.Paul Eggert2013-11-031-8/+2
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-0/+4
* Support GnuTLS v3 and set up its audit logging properly.Ted Zlatanov2013-10-111-0/+23
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Assume POSIX 1003.1-1988 or later for errno.h.Paul Eggert2012-11-261-13/+1
|/
* gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-231-12/+11
* Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong2012-09-231-3/+3
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* * process.h (PSET): Remove.Paul Eggert2012-08-171-1/+1
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-061-1/+1
* * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.Andreas Schwab2012-07-111-1/+1
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-4/+4
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-3/+3
* Merge from emacs-24; up to 2012-04-30T11:57:[email protected]Glenn Morris2012-06-281-0/+1
|\
| * * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUITAndreas Schwab2012-06-281-1/+2
| * * gnutls.c (emacs_gnutls_handshake): Only retry ifAndreas Schwab2012-06-261-1/+1
| * Merge 2012-04-09 GnuTLS fix from trunkChong Yidong2012-04-101-2/+26
* | Merge from trunk.Paul Eggert2012-05-251-3/+7
|\ \
| * | src/gnutls.c: Fix previous change.Juanma Barranquero2012-04-241-2/+6
| * | src/gnutls.c (init_gnutls_functions): Fix bug#11311.Juanma Barranquero2012-04-241-2/+2
* | | Merge from trunk.Paul Eggert2012-04-091-2/+26
|\| |
| * | Limit number of GnuTLS handshakes per connection.Ted Zlatanov2012-04-091-2/+26
| |/
* | Merge from trunk.Paul Eggert2012-02-241-7/+22
|\|
| * * gnutls.c (emacs_gnutls_write): Fix last change.Andreas Schwab2012-02-131-14/+17
| * Further GnuTLS EAGAIN write fixupsLars Ingebrigtsen2012-02-131-1/+13
| * * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.Lars Ingebrigtsen2012-02-111-1/+1
* | Merge from trunk.Paul Eggert2012-02-101-1/+4
|\|
| * Minor NEWS cleanup, mainly for "Installation Changes" section.Glenn Morris2012-01-281-1/+4
* | Merge from trunk.Paul Eggert2012-01-091-3/+13
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Allow Emacs on w32 to build against and work with GnuTLS 3.x.Eli Zaretskii2012-01-011-2/+12
* | Merge from trunk.Paul Eggert2011-10-271-184/+138
|\|
| * More gnutls memory fixes.Chong Yidong2011-10-271-144/+96
| * Fix a memory leak in the built-in GnuTLS support.Chong Yidong2011-10-271-45/+44
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-8/+8
|/