summaryrefslogtreecommitdiff
path: root/src/gnutls.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+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:47Z!sdl.web@gmail.comGlenn 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
|/
* Follow variable naming conventionAndreas Schwab2011-08-141-33/+33
* Whitespace cleanupAndreas Schwab2011-08-141-175/+175
* Silence error message we get in gnutls when the peer hangs upLars Magne Ingebrigtsen2011-07-271-0/+3
* * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQStefan Monnier2011-07-171-7/+5
* Move the defintion of `gnutls-log-level' to the C level to avoid loading prob...Lars Magne Ingebrigtsen2011-07-171-8/+8
* Allow controlling how many prime bits to use during TLS negotiationLawrence Mitchell2011-07-151-0/+16
* src/gnutls.c (init_gnutls_functions): Honor gnutls_log_level (bug#9059).Juanma Barranquero2011-07-131-2/+7
* Fix typos.Juanma Barranquero2011-07-051-1/+1
* src/gnutls.c: Remove bogus references to :verify-error.Juanma Barranquero2011-07-041-24/+20
* * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.Paul Eggert2011-06-281-1/+0
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-1/+0
* * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.Ted Zlatanov2011-06-241-57/+22
* * gnutls.c: Use Emacs's memory allocators.Paul Eggert2011-05-301-5/+13
* * gnutls.c: Remove unused macros.Paul Eggert2011-05-221-3/+0
* src/gnutls.c, src/image.c: Make function pointers static.Juanma Barranquero2011-05-061-1/+1
* src/gnutls.c: Keep list of function aliases in alphabetical order.Juanma Barranquero2011-05-051-1/+1
* Add fn_NAME alias for `gnutls_certificate_set_x509_key_file'.Ted Zlatanov2011-05-041-0/+1
* src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero2011-05-051-4/+2
* Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-041-52/+270