src/gnutls.c: Remove bogus references to :verify-error.
[bpt/emacs.git] / src / gnutls.c
2011-07-04 Juanma Barranquerosrc/gnutls.c: Remove bogus references to :verify-error.
2011-06-28 Paul Eggert* gnutls.c (Qgnutls_bootprop_verify_error): Remove...
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-24 Juanma BarranqueroMove DEFSYM to lisp.h and use everywhere.
2011-06-24 Ted Zlatanov* gnutls.c (syms_of_gnutls): Use the DEFSYM macro from...
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-06-03 Paul Eggert* lisp.h (WIDE_EMACS_INT): Now defaults to 1.
2011-06-03 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-03 Paul Eggert* dired.c (Ffile_attributes): Don't assume EMACS_INT...
2011-06-03 Paul Eggert* lisp.h: Include <intprops.h>, as it'll useful in...
2011-06-03 Paul EggertDon't assume time_t can fit into int.
2011-06-03 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-02 Paul EggertMerge: memory_full, gnutls improvements
2011-06-02 Paul EggertMerge from trunk.
2011-05-31 Paul EggertMerge from trunk.
2011-05-30 Paul EggertMerge from trunk.
2011-05-30 Paul Eggert* gnutls.c: Use Emacs's memory allocators.
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-23 Paul EggertMerge from trunk.
2011-05-23 Paul Eggert* gnutls.c: Remove unused macros.
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-06 Paul EggertMerge from mainline.
2011-05-06 Juanma Barranquerosrc/gnutls.c, src/image.c: Make function pointers static.
2011-05-05 Paul EggertMerge from mainline.
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-05-05 Juanma Barranquerosrc/gnutls.c: Keep list of function aliases in alphabet...
2011-05-05 Ted ZlatanovAdd fn_NAME alias for `gnutls_certificate_set_x509_key_...
2011-05-04 Juanma Barranquerosrc/gnutls.c: Remove unused parameter `fildes'.
2011-05-04 Juanma BarranqueroImplement dynamic loading of GnuTLS on Windows.
2011-05-04 Paul EggertMerge from mainline.
2011-05-04 Ted ZlatanovSupport :keylist and :crlfiles options to `gnutls-boot...
2011-05-03 Paul EggertMerge from mainline.
2011-05-02 Juanma Barranquerosrc/gnutls.c: Make static a bunch of variables.
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Ted ZlatanovDon't return in emacs_gnutls_handshake without an expli...
2011-04-26 Paul Eggert* gnutls.c (emacs_gnutls_write): Don't use uninitialize...
2011-04-26 Paul Eggert* gnutls.c: Remove unused local.
2011-04-26 Paul Eggert* gnutls.c (Fgnutls_boot): gnutls_certificate_verify_pe...
2011-04-26 Paul Eggert* gnutls.c (emacs_gnutls_handle_error): Remove unused...
2011-04-26 Paul Eggert* gnutls.c (emacs_gnutls_handshake): Don't return a...
2011-04-26 Paul EggertMerge from mainline.
2011-04-25 Eli ZaretskiiAvoid compilation warnings in gnutls.c on 64-bit hosts.
2011-04-25 Ted ZlatanovAdd GnuTLS support for W32 and certificate and hostname...
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-20 Paul EggertMerge from mainline.
2011-04-20 Paul EggertMerge: Make the Lisp reader and string-to-float more...
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul Eggert* gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu...
2011-04-16 Paul EggertMerge from mainline.
2011-04-16 Eli ZaretskiiFix argument to `error' in `gnutls-boot'.
2011-04-15 Paul Eggertemacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 Paul Eggertemacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 Paul EggertMerge from mainline.
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-13 Paul Eggertemacs_write: Return size_t, not ssize_t, to avoid overf...
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-10 Paul EggertMerge from mainline.
2011-04-10 Jim Meyeringuse ssize_t and size_t for read- and write-like emacs_g...
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-02-01 Stefan MonnierMerge from trunk
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-23 Paul EggertPromote SSDATA macro from gtkutil.c and xsmfns.c to...
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-17 Paul EggertMerge from mainline.
2011-01-15 Glenn MorrisAdd 2011 to remaining FSF/AIST copyright years.
2011-01-15 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T21:33...
2011-01-15 Glenn MorrisMerge from emacs-23 branch.
2011-01-14 Stefan MonnierMerge from emacs-23
2011-01-02 Chong YidongMerge changes from emacs-23 branch
2010-12-13 Stefan MonnierMerge from emacs-23
2010-12-11 Stefan MonnierMerge from trunk
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-18 Stefan MonnierMerge from emacs-23
2010-11-09 Stefan MonnierMerge from emacs-23
2010-10-31 Chong YidongMerge changes from emacs-23 branch
2010-10-24 Chong YidongMerge changes from emacs-23
2010-10-23 Eli ZaretskiiImplement mouse highlight for bidi-reordered lines.
2010-10-19 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-18 Lars Magne Ingebri... (emacs_gnutls_read): Return 0 if we get a non-"EAGAIN...
2010-10-15 Stefan MonnierMerge from trunk
2010-10-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-11 Juanma BarranqueroMerge changes from emacs-23 branch.
next