summaryrefslogtreecommitdiff
path: root/lisp/net/network-stream.el
AgeCommit message (Expand)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-05-12Require key and cert when searching for client certJens Schmidt
2025-01-01Update copyright year to 2025Paul Eggert
2024-11-05Improve 'open-network-stream' documentation.Robert Pluim
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-02Add the parameter :noquery to open-network-stream (bug#58948)Juri Linkov
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-03-08* lisp/net/*.el: Use lexical-bindingStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-07-19Allow open-network-stream to use different TLS capability commandsLars Ingebrigtsen
2020-06-18Fix and extend format-spec (bug#41758)Basil L. Contovounesios
2020-04-07Add :coding support to open-network-stream and open-gnutls-streamRobert Pluim
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-26Fix auth-source password lookupAlex Murray
2019-11-25Handle auth-source-search failures in open-network-streamRobert Pluim
2019-11-23Default network-stream-use-client-certificates to nilRobert Pluim
2019-11-11Fix some quoting glitches in doc stringsPaul Eggert
2019-11-05Always check for client-certificatesRobert Pluim
2019-01-24Avoid byte-compiler warning in starttls.elEli Zaretskii
2019-01-24Check for client certificates when using GnuTLSRobert Pluim
2019-01-15Avoid using obsolete accept-process-output argPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-06-18Move tls.el and starttls.el to lisp/obsolete/ (Bug#31457)Noam Postavsky
2018-04-13Make Unicode domain names work again in URL after recent changesLars Ingebrigtsen
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-26Document :shell-command in `make-network-process'Lars Ingebrigtsen
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-17; Replace "25.2" with "26.1" where appropriate, which is almost everywhereGlenn Morris
2016-10-31Turn on lexical-binding in some net libsMark Oteiza
2016-04-24Make STARTTLS error messages betterLars Magne Ingebrigtsen
2016-03-07Assume getaddrinfo in C codePaul Eggert
2016-02-22Fix merge conflicts in network-stream-tests.elLars Ingebrigtsen
2016-02-15Call the network security manager after doing TLS negotiationLars Ingebrigtsen
2016-02-15Remove some #ifdefs and update documentationLars Ingebrigtsen
2016-02-14Use open-network-stream instead of open-protocol-streamLars Ingebrigtsen
2016-02-05Only do async DNS if requested with :nowait 'dnsLars Ingebrigtsen
2016-02-03Doc fixes and refactorings based on comments from Eli ZaretskiiLars Ingebrigtsen
2016-02-01Make network connections work again on non-glibc systemsLars Ingebrigtsen
2016-01-31Implement asynchronous GnuTLS connectionsLars Ingebrigtsen
2016-01-11Merge from origin/emacs-25John Wiegley
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-29IDNA-encode all domain names in `open-network-stream'Lars Ingebrigtsen
2015-05-21Don't quote nil and t in doc stringsPaul Eggert
2015-02-06Respect the :end-of-capability settingWolfgang Jenkner
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-12Remove more (fboundp 'gnutls-available-p)Lars Magne Ingebrigtsen