aboutsummaryrefslogtreecommitdiffstats
path: root/src/gnutls.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-3/+3
* * gnutls.c, gnutls.h (emacs_gnutls_record_check_pending):Paul Eggert2013-12-121-6/+19
* Make some functions static in non-Microsoft builds.Paul Eggert2013-10-161-0/+2
* Port to C89.Paul Eggert2013-07-101-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Merge from trunk.Paul Eggert2012-04-091-0/+5
|\
| * Limit number of GnuTLS handshakes per connection.Ted Zlatanov2012-04-091-0/+5
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-10-271-2/+3
|\|
| * More gnutls memory fixes.Chong Yidong2011-10-271-2/+2
| * Fix a memory leak in the built-in GnuTLS support.Chong Yidong2011-10-271-0/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-4/+4
|/
* src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero2011-05-051-4/+2
* Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-041-2/+6
* Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov2011-04-241-0/+2
* emacs_write: Accept and return EMACS_INT for sizes.Paul Eggert2011-04-151-4/+4
* emacs_write: Return size_t, not ssize_t, to avoid overflow issues.Paul Eggert2011-04-121-1/+1
* use ssize_t and size_t for read- and write-like emacs_gnutls_* functionsJim Meyering2011-04-101-6/+6
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Add 2011 to remaining FSF/AIST copyright years.Glenn Morris2011-01-151-1/+1
* Rework the gnutls boot interface.Lars Magne Ingebrigtsen2010-10-041-0/+2
* Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-291-2/+2
* Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen2010-09-271-0/+2
* Set up GnuTLS support.Ted Zlatanov2010-09-261-0/+60