* proto-stream.el (open-protocol-stream): Document the return value.
[gnus] / lisp / proto-stream.el
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...