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