summaryrefslogtreecommitdiff
path: root/src/gnutls.h
Commit message (Expand)AuthorAge
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-14
* * gnutls.c, gnutls.h (emacs_gnutls_record_check_pending):Paul Eggert2013-12-12
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-16
* Port to C89.Paul Eggert2013-07-10
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Merge from trunk.Paul Eggert2012-04-09
|\
| * Limit number of GnuTLS handshakes per connection.Ted Zlatanov2012-04-09
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | 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
|/
* src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero2011-05-05
* Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-04
* Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov2011-04-24
* emacs_write: Accept and return EMACS_INT for sizes.Paul Eggert2011-04-15
* emacs_write: Return size_t, not ssize_t, to avoid overflow issues.Paul Eggert2011-04-12
* use ssize_t and size_t for read- and write-like emacs_gnutls_* functionsJim Meyering2011-04-10
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-15
* Rework the gnutls boot interface.Lars Magne Ingebrigtsen2010-10-04
* Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-29
* Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen2010-09-27
* Set up GnuTLS support.Ted Zlatanov2010-09-26