summaryrefslogtreecommitdiff
path: root/lisp/net/network-stream.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/net/*.el: Use lexical-bindingStefan Monnier2021-03-081-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Allow open-network-stream to use different TLS capability commandsLars Ingebrigtsen2020-07-191-19/+45
* Fix and extend format-spec (bug#41758)Basil L. Contovounesios2020-06-181-9/+4
* Add :coding support to open-network-stream and open-gnutls-streamRobert Pluim2020-04-071-4/+20
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix auth-source password lookupAlex Murray2019-11-261-1/+1
* Handle auth-source-search failures in open-network-streamRobert Pluim2019-11-251-4/+9
* Default network-stream-use-client-certificates to nilRobert Pluim2019-11-231-6/+6
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-2/+2
* Always check for client-certificatesRobert Pluim2019-11-051-2/+24
* Avoid byte-compiler warning in starttls.elEli Zaretskii2019-01-241-0/+1
* Check for client certificates when using GnuTLSRobert Pluim2019-01-241-2/+2
* Avoid using obsolete accept-process-output argPaul Eggert2019-01-151-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Move tls.el and starttls.el to lisp/obsolete/ (Bug#31457)Noam Postavsky2018-06-181-4/+18
* | Make Unicode domain names work again in URL after recent changesLars Ingebrigtsen2018-04-131-1/+2
|/
* 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