summaryrefslogtreecommitdiff
path: root/lisp/net/network-stream.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document :shell-command in `make-network-process'Lars Ingebrigtsen2017-01-261-0/+4
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | ; Replace "25.2" with "26.1" where appropriate, which is almost everywhereGlenn Morris2016-11-171-1/+1
* | Turn on lexical-binding in some net libsMark Oteiza2016-10-311-1/+1
* | Make STARTTLS error messages betterLars Magne Ingebrigtsen2016-04-241-0/+3
* | Assume getaddrinfo in C codePaul Eggert2016-03-071-2/+2
* | Fix merge conflicts in network-stream-tests.elLars Ingebrigtsen2016-02-221-28/+38
|\ \
| * | Call the network security manager after doing TLS negotiationLars Ingebrigtsen2016-02-151-21/+23
| * | Remove some #ifdefs and update documentationLars Ingebrigtsen2016-02-151-5/+1
| * | Only do async DNS if requested with :nowait 'dnsLars Ingebrigtsen2016-02-051-2/+6
| * | Doc fixes and refactorings based on comments from Eli ZaretskiiLars Ingebrigtsen2016-02-031-3/+4
| * | Make network connections work again on non-glibc systemsLars Ingebrigtsen2016-02-011-2/+9
| * | Implement asynchronous GnuTLS connectionsLars Ingebrigtsen2016-01-311-4/+4
* | | Use open-network-stream instead of open-protocol-streamLars Ingebrigtsen2016-02-141-0/+2
|/ /
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\ \ | |/
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | IDNA-encode all domain names in `open-network-stream'Lars Ingebrigtsen2015-12-291-4/+8
|/
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* Respect the :end-of-capability settingWolfgang Jenkner2015-02-061-2/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Remove more (fboundp 'gnutls-available-p)Lars Magne Ingebrigtsen2014-12-121-11/+7
* Implement a Network Security ManagerLars Magne Ingebrigtsen2014-11-231-1/+16
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * net/network-stream.el (network-stream-open-starttls): Don't addDato Simó2013-10-061-1/+2
* Allow talking to STARTTLS servers that have no greetingLars Magne Ingebrigtsen2013-07-301-1/+5
* * lisp/net/network-stream.el (network-stream-open-starttls):Didier Verna2013-02-151-2/+3
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* More process-related doc and manual small editsGlenn Morris2012-04-171-3/+2
* Fix starttls-related error message under WindowsLars Magne Ingebrigtsen2012-03-221-5/+10
* Fix an error message glitch in network-stream.el.Chong Yidong2012-01-101-1/+2
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-051-1/+1
* * net/network-stream.el (network-stream-open-starttls): Improve failure detec...Chong Yidong2011-10-151-7/+12
* (network-stream-open-starttls): Support using starttls.el without using gnutl...Lars Magne Ingebrigtsen2011-08-171-3/+7
* Merge from trunk.Paul Eggert2011-08-021-1/+1
* Work around gnutls failuresLars Magne Ingebrigtsen2011-07-071-2/+10
* * net/network-stream.el (network-stream-open-starttls): Try usingLars Magne Ingebrigtsen2011-07-061-9/+5
* Add :end-of-capability keyword for use by pop3.el.Lars Magne Ingebrigtsen2011-07-031-4/+13
* Fix stupid typo with gnutls-clii.Lars Magne Ingebrigtsen2011-06-271-6/+6
* If the SMTP server supports STARTTLS, but Emacs has no built-in orLars Magne Ingebrigtsen2011-06-261-11/+25
* Use built-in TLS support if `gnutls-available-p' is true.Lars Magne Ingebrigtsen2011-06-261-6/+11
* Set :use-starttls-if-possible so that we always use STARTTLS if the server su...Lars Magne Ingebrigtsen2011-06-221-1/+10
* (network-stream-certificate): Change cert-cert to cert and cert-key to key.Lars Magne Ingebrigtsen2011-06-211-4/+4
* Add support for client certificates for built-in and external STARTTLS.Lars Magne Ingebrigtsen2011-06-211-4/+38
* (open-network-stream): Add the keyword :always-query-capabilities.Lars Magne Ingebrigtsen2011-06-151-3/+10
* Declaration fixes.Glenn Morris2011-05-041-1/+1