summaryrefslogtreecommitdiff
path: root/lisp/net/network-stream.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use CL-style keyword arguments for `gnutls-negotiate' and allow :keylist and ...Ted Zlatanov2011-05-031-4/+2
* (open-network-stream): Take a :nowait parameter and pass it on to `make-netwo...Lars Magne Ingebrigtsen2011-05-011-4/+9
* Bug fixes and certificate and hostname verification for the Emacs GnuTLS supp...Ted Zlatanov2011-04-241-2/+3
* Merge changes made in Gnus trunk.Gnus developers2011-04-121-2/+4
* Merge open-protocol-stream into open-network-stream.Chong Yidong2011-04-021-0/+286