| Commit message (Expand) | Author | Age | Files | Lines |
* | Move tls.el and starttls.el to lisp/obsolete/ (Bug#31457) | Noam Postavsky | 2018-06-18 | 1 | -301/+0 |
* | Doc fixes for process functions (Bug#30349) | Noam Postavsky | 2018-02-07 | 1 | -1/+1 |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | * lisp/net/tls.el (tls-program): Fix :version. | Glenn Morris | 2017-09-14 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | ; * lisp/net/tls.el (tls-program): Tweak :version. | Glenn Morris | 2017-05-22 | 1 | -1/+1 |
* | Don't advertise s_client in tls.el docs | Glenn Morris | 2017-04-24 | 1 | -8/+7 |
* | Remove s_client usage from tls.el | Rob Browning | 2017-04-24 | 1 | -11/+6 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Fix doc string of tls-program | Lars Ingebrigtsen | 2016-02-05 | 1 | -1/+2 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Make tls.el use trustfiles by default | Lars Ingebrigtsen | 2015-12-29 | 1 | -14/+14 |
* | Remove --insecure from gnutls-cli invocation | Lars Ingebrigtsen | 2015-12-29 | 1 | -8/+8 |
* | Fix some more docstring etc. quoting problems | Paul Eggert | 2015-09-03 | 1 | -1/+1 |
* | Use defalias at the top level | Katsumi Yamaoka | 2015-09-01 | 1 | -4/+3 |
* | Port tls.el to older Emacs | Katsumi Yamaoka | 2015-08-31 | 1 | -2/+8 |
* | Quoting fixes in lisp mail, mh-e, net, url | Paul Eggert | 2015-08-31 | 1 | -1/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | lisp/net/*.el, lisp/progmodes/*.el: Fix docstring typos. | Juanma Barranquero | 2014-03-14 | 1 | -2/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Misc small custom fixes | Glenn Morris | 2013-12-27 | 1 | -2/+2 |
* | (open-tls-stream): Remove unneeded buffer contents when opening the connection. | Ted Zlatanov | 2013-06-05 | 1 | -1/+4 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | * net/tls.el (tls-program): Update customize type. | Andreas Schwab | 2012-12-13 | 1 | -8/+8 |
|/ |
|
* | lisp/*: Add declarations, remove unused bindings, mark unused args. | Juanma Barranquero | 2012-04-19 | 1 | -2/+1 |
* | net/tls.el (open-tls-stream): Don't set the dont-query-on-exit flag. | Lars Magne Ingebrigtsen | 2012-03-04 | 1 | -4/+0 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Fix case of "GnuTLS" in docs. | Glenn Morris | 2011-11-23 | 1 | -2/+2 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Merge changes made in Gnus trunk. | Gnus developers | 2010-10-13 | 1 | -14/+2 |
* | | Give up on using gnutls-cli for starttls. | Lars Magne Ingebrigtsen | 2010-10-01 | 1 | -4/+3 |
* | | nnimap.el (nnimap-request-accept-article): Get the Message-ID without the \r. | Gnus developers | 2010-10-01 | 1 | -4/+17 |
* | | Merge changes made in Gnus trunk. | Gnus developers | 2010-09-26 | 1 | -0/+4 |
* | | Remove arch-tags from all files, since these are no longer needed. | Lars Magne Ingebrigtsen | 2010-09-02 | 1 | -1/+0 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-05 | 1 | -1/+1 |
* | net/tls.el (open-tls-stream): Show the actual command being executed, | Magnus Henoch | 2008-10-01 | 1 | -9/+11 |
* | (open-tls-stream): Make it work with the 2nd argument BUFFER that is a string | Katsumi Yamaoka | 2008-07-18 | 1 | -1/+5 |
* | Remove unnecessary eval-and-compile. | Glenn Morris | 2008-06-07 | 1 | -5/+4 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -7/+5 |
* | Merge from gnus--devo--0 | Miles Bader | 2008-04-21 | 1 | -6/+6 |
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
* | (open-tls-stream): Reindent. | Reiner Steib | 2008-03-19 | 1 | -9/+9 |
* | (open-tls-stream): Restore the 2007-11-04 change accidentally removed | Glenn Morris | 2008-03-03 | 1 | -28/+45 |
* | (tls-checktrust, tls-untrusted, tls-hostmismatch): | Glenn Morris | 2008-02-29 | 1 | -3/+3 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |