Update copyright year to 2016
[gnus] / lisp / proto-stream.el
2016-01-01 Paul EggertUpdate copyright year to 2016
2015-01-02 Paul EggertUpdate copyright year to 2015
2014-01-01 Paul EggertUpdate copyright year to 2014
2013-01-03 Paul EggertUpdate copyright notices for 2013
2012-01-27 Lars IngebrigtsenFix problem with nnimap on Emacs 23.
2012-01-26 Lars IngebrigtsenWait for :end-of-capability, not :end-of-command.
2012-01-05 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files.
2011-07-03 Lars Magne Ingebri... Backport :end-of-capability fixes from Emacs 24 open...
2011-06-22 Lars Magne Ingebri... Default to using the built-in gnutls support, if available.
2011-05-05 Glenn Morrisproto-stream.el (gnutls-negotiate): Fix declarations.
2011-05-04 Teodor Zlatanovproto-stream.el (network-stream-open-starttls): Adjust...
2011-04-25 Teodor ZlatanovSynch with Emacs trunk.
2011-04-12 Lars Magne Ingebri... Only do opportunistic STARTTLS upgrades if we have...
2011-04-06 Ted Zlatanovregistry.el and gnus-registry.el ERT compatibility...
2011-04-04 Ted Zlatanovgnus-registry.el major rewrite
2011-04-03 Katsumi YamaokaFix previous commits.
2011-04-03 Chong Yidongproto-stream.el: Rename it to network-stream.el.
2011-03-30 Chong YidongMerge Emacs' changes.
2011-03-27 Chong YidongMerge changes made in Emacs trunk.
2011-02-12 Ted ZlatanovRewrite of auth-source.el and change all the API calls.
2011-02-12 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus...
2011-02-09 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus...
2011-02-08 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus...
2011-02-07 Ted ZlatanovMerge branch 'master' of https://git.gnus.org/gnus...
2011-02-06 Ted ZlatanovMerge branch 'tzz-auth-source-rewrite' of https://git...
2011-02-06 Ted ZlatanovMerge remote branch 'origin/master' into tzz-auth-sourc...
2011-02-06 Lars Ingebrigtsen* proto-stream.el (open-protocol-stream): Document...
2011-01-25 Lars Magne Ingebri... Alter the interface functions to also return the actual...
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-11 Lars Magne Ingebri... (open-protocol-stream): Protect against the low-level...
2010-12-13 Lars Magne Ingebri... Fix the calling convention of the network-only option.
2010-12-10 Lars Magne Ingebri... Create a way to make a non-STARTTLS network connection.
2010-12-06 Lars Magne Ingebri... (proto-stream-open-tls): Return nil if we don't get...
2010-12-03 Glenn Morrismm-extern.el (message-goto-body): Update declaration.
2010-11-30 Lars Magne Ingebri... (open-protocol-stream): All starttls connections are...
2010-11-28 Lars Magne Ingebri... Actually mention the STARTTLS upgrade.
2010-11-28 Lars Magne Ingebri... Fix example.
2010-11-28 Lars Magne Ingebri... (proto-stream-open-network): Add some comments.
2010-11-28 Lars Magne Ingebri... See what the response to the STARTTLS command is.
2010-11-28 Lars Magne Ingebri... (proto-stream-open-network): Wait until the greeting...
2010-11-28 Lars Magne Ingebri... If STARTTLS failed, then just open a normal connection.
2010-11-28 Lars Magne Ingebri... Only do opportunistic STARTTLS upgrades if we have...
2010-11-28 Lars Magne Ingebri... Force starttls.el to use gnutls-cli, since that what...
2010-11-28 Lars Magne Ingebri... When doing opportunistic TLS upgrades we don't really...
2010-11-28 Lars Magne Ingebri... (open-protocol-stream): Renamed from open-proto-stream.
2010-11-27 Lars Magne Ingebri... Fix typo.
2010-11-27 Lars Magne Ingebri... Clean up the code slightly.
2010-11-27 Lars Magne Ingebri... (proto-stream-open-network): Fix typo in the gnutls...
2010-11-27 Lars Magne Ingebri... (proto-stream-open-starttls): De-duplicate the starttls...
2010-11-27 Lars Magne Ingebri... * proto-stream.el (proto-stream-always-use-starttls...
2010-11-27 Lars Magne Ingebri... (proto-stream-open-starttls): Actually implement the...
2010-11-27 Lars Magne Ingebri... Fix the syntax in the comment.
2010-11-27 Lars Magne Ingebri... If we don't have gnutls-cli or gnutls built in, then...
2010-11-27 Lars Magne Ingebri... Delete output from openssl if we're using tls.el.
2010-11-27 Lars Magne Ingebri... Switch on STARTTLS on NNTP servers that support it.
2010-11-27 Lars Magne Ingebri... nntp.el: Use proto-streams for the relevant connections...
2010-11-27 Lars Magne Ingebri... (proto-stream-open-network): Fix some typos.
2010-11-27 Lars Magne Ingebri... Complete the proto-stream documentation and fix some...
2010-11-27 Lars Magne Ingebri... proto-stream.el: New library to provide protocol-specif...