summaryrefslogtreecommitdiff
path: root/src/gnutls.c
Commit message (Expand)AuthorAge
* Update copyright notices for 2013.Paul Eggert2013-01-01
* gnutls.c, gtkutil.c: Use bool for boolean.Paul Eggert2012-09-23
* Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong2012-09-23
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * process.h (PSET): Remove.Paul Eggert2012-08-17
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-06
* * gnutls.c (Fgnutls_boot): Properly parse :keylist argument.Andreas Schwab2012-07-11
* * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-11
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-10
* Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.comGlenn Morris2012-06-28
|\
| * * gnutls.c (emacs_gnutls_handshake): Revert last change. Add QUITAndreas Schwab2012-06-28
| * * gnutls.c (emacs_gnutls_handshake): Only retry ifAndreas Schwab2012-06-26
| * Merge 2012-04-09 GnuTLS fix from trunkChong Yidong2012-04-10
* | Merge from trunk.Paul Eggert2012-05-25
|\ \
| * | src/gnutls.c: Fix previous change.Juanma Barranquero2012-04-24
| * | src/gnutls.c (init_gnutls_functions): Fix bug#11311.Juanma Barranquero2012-04-24
* | | Merge from trunk.Paul Eggert2012-04-09
|\| |
| * | Limit number of GnuTLS handshakes per connection.Ted Zlatanov2012-04-09
| |/
* | Merge from trunk.Paul Eggert2012-02-24
|\|
| * * gnutls.c (emacs_gnutls_write): Fix last change.Andreas Schwab2012-02-13
| * Further GnuTLS EAGAIN write fixupsLars Ingebrigtsen2012-02-13
| * * gnutls.c (emacs_gnutls_write): Don't infloop if sendto fails.Lars Ingebrigtsen2012-02-11
* | Merge from trunk.Paul Eggert2012-02-10
|\|
| * Minor NEWS cleanup, mainly for "Installation Changes" section.Glenn Morris2012-01-28
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * Allow Emacs on w32 to build against and work with GnuTLS 3.x.Eli Zaretskii2012-01-01
* | Merge from trunk.Paul Eggert2011-10-27
|\|
| * More gnutls memory fixes.Chong Yidong2011-10-27
| * Fix a memory leak in the built-in GnuTLS support.Chong Yidong2011-10-27
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Follow variable naming conventionAndreas Schwab2011-08-14
* Whitespace cleanupAndreas Schwab2011-08-14
* Silence error message we get in gnutls when the peer hangs upLars Magne Ingebrigtsen2011-07-27
* * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQStefan Monnier2011-07-17
* Move the defintion of `gnutls-log-level' to the C level to avoid loading prob...Lars Magne Ingebrigtsen2011-07-17
* Allow controlling how many prime bits to use during TLS negotiationLawrence Mitchell2011-07-15
* src/gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).Juanma Barranquero2011-07-13
* Fix typos.Juanma Barranquero2011-07-05
* src/gnutls.c: Remove bogus references to :verify-error.Juanma Barranquero2011-07-04
* * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.Paul Eggert2011-06-28
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.Ted Zlatanov2011-06-24
* * gnutls.c: Use Emacs's memory allocators.Paul Eggert2011-05-30
* * gnutls.c: Remove unused macros.Paul Eggert2011-05-22
* src/gnutls.c, src/image.c: Make function pointers static.Juanma Barranquero2011-05-06
* src/gnutls.c: Keep list of function aliases in alphabetical order.Juanma Barranquero2011-05-05
* Add fn_NAME alias for `gnutls_certificate_set_x509_key_file'.Ted Zlatanov2011-05-04
* src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero2011-05-05
* Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-04