index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
net
/
network-stream.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
* lisp/net/*.el: Use lexical-binding
Stefan Monnier
2021-03-08
1
-2
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Allow open-network-stream to use different TLS capability commands
Lars Ingebrigtsen
2020-07-19
1
-19
/
+45
*
Fix and extend format-spec (bug#41758)
Basil L. Contovounesios
2020-06-18
1
-9
/
+4
*
Add :coding support to open-network-stream and open-gnutls-stream
Robert Pluim
2020-04-07
1
-4
/
+20
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix auth-source password lookup
Alex Murray
2019-11-26
1
-1
/
+1
*
Handle auth-source-search failures in open-network-stream
Robert Pluim
2019-11-25
1
-4
/
+9
*
Default network-stream-use-client-certificates to nil
Robert Pluim
2019-11-23
1
-6
/
+6
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-11
1
-2
/
+2
*
Always check for client-certificates
Robert Pluim
2019-11-05
1
-2
/
+24
*
Avoid byte-compiler warning in starttls.el
Eli Zaretskii
2019-01-24
1
-0
/
+1
*
Check for client certificates when using GnuTLS
Robert Pluim
2019-01-24
1
-2
/
+2
*
Avoid using obsolete accept-process-output arg
Paul Eggert
2019-01-15
1
-1
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Move tls.el and starttls.el to lisp/obsolete/ (Bug#31457)
Noam Postavsky
2018-06-18
1
-4
/
+18
*
|
Make Unicode domain names work again in URL after recent changes
Lars Ingebrigtsen
2018-04-13
1
-1
/
+2
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Document :shell-command in `make-network-process'
Lars Ingebrigtsen
2017-01-26
1
-0
/
+4
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
; Replace "25.2" with "26.1" where appropriate, which is almost everywhere
Glenn Morris
2016-11-17
1
-1
/
+1
*
|
Turn on lexical-binding in some net libs
Mark Oteiza
2016-10-31
1
-1
/
+1
*
|
Make STARTTLS error messages better
Lars Magne Ingebrigtsen
2016-04-24
1
-0
/
+3
*
|
Assume getaddrinfo in C code
Paul Eggert
2016-03-07
1
-2
/
+2
*
|
Fix merge conflicts in network-stream-tests.el
Lars Ingebrigtsen
2016-02-22
1
-28
/
+38
|
\
\
|
*
|
Call the network security manager after doing TLS negotiation
Lars Ingebrigtsen
2016-02-15
1
-21
/
+23
|
*
|
Remove some #ifdefs and update documentation
Lars Ingebrigtsen
2016-02-15
1
-5
/
+1
|
*
|
Only do async DNS if requested with :nowait 'dns
Lars Ingebrigtsen
2016-02-05
1
-2
/
+6
|
*
|
Doc fixes and refactorings based on comments from Eli Zaretskii
Lars Ingebrigtsen
2016-02-03
1
-3
/
+4
|
*
|
Make network connections work again on non-glibc systems
Lars Ingebrigtsen
2016-02-01
1
-2
/
+9
|
*
|
Implement asynchronous GnuTLS connections
Lars Ingebrigtsen
2016-01-31
1
-4
/
+4
*
|
|
Use open-network-stream instead of open-protocol-stream
Lars Ingebrigtsen
2016-02-14
1
-0
/
+2
|
/
/
*
|
Merge from origin/emacs-25
John Wiegley
2016-01-11
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
|
IDNA-encode all domain names in `open-network-stream'
Lars Ingebrigtsen
2015-12-29
1
-4
/
+8
|
/
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-1
/
+1
*
Respect the :end-of-capability setting
Wolfgang Jenkner
2015-02-06
1
-2
/
+4
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Remove more (fboundp 'gnutls-available-p)
Lars Magne Ingebrigtsen
2014-12-12
1
-11
/
+7
*
Implement a Network Security Manager
Lars Magne Ingebrigtsen
2014-11-23
1
-1
/
+16
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
* net/network-stream.el (network-stream-open-starttls): Don't add
Dato Simó
2013-10-06
1
-1
/
+2
*
Allow talking to STARTTLS servers that have no greeting
Lars Magne Ingebrigtsen
2013-07-30
1
-1
/
+5
*
* lisp/net/network-stream.el (network-stream-open-starttls):
Didier Verna
2013-02-15
1
-2
/
+3
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
More process-related doc and manual small edits
Glenn Morris
2012-04-17
1
-3
/
+2
[next]