summaryrefslogtreecommitdiff
path: root/src/gnutls.h
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Remove unused fns/data and make fns staticPaul Eggert2022-03-19
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Update copyright year to 2019Paul Eggert2019-01-01
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Fix version numbers for some GnuTLS featuresPaul Eggert2017-08-03
* Port GnuTLS usage to Ubuntu 16.04.2 LTSPaul Eggert2017-08-03
* Simplify configuration of HAVE_GNUTLS3 etc.Paul Eggert2017-08-02
* Fix the MS-Windows build due to added GnuTLS functionsEli Zaretskii2017-07-14
* GnuTLS HMAC and symmetric cipher supportTed Zlatanov2017-07-14
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Improve --without-x GCC pacificationPaul Eggert2016-06-22
* | Merge from origin/emacs-25John Wiegley2016-03-11
|\|
| * Rework C source files to avoid ^(Paul Eggert2016-03-10
* | Ensure TLS negotiation progressLars Ingebrigtsen2016-03-03
* | Verify the TLS connection asynchronouslyLars Ingebrigtsen2016-02-18
* | Implement asynch TLS negotiationLars Ingebrigtsen2016-02-16
|/
* Initialize GnuTLS before calling gnutls_rndPaul Eggert2016-01-17
* Update copyright year to 2016Paul Eggert2016-01-01
* Make src headers idempotent and standalonePaul Eggert2015-10-16
* Update copyright year to 2015Paul Eggert2015-01-01
* Merge from origin/emacs-24Ted Zlatanov2014-12-12
* 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