aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/doc/src/ssh_connection.xml
AgeCommit message (Collapse)Author
2015-12-11[ssh] Align documentation to DTDLars Thorsen
2015-11-11ssh: links to crypto and public_key in the ssh app refHans Nilsson
2015-11-11ssh: document function dependencies in ssh_connection.erlHans Nilsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-16ssh: Modernize type definitionsIngela Anderton Andin
2015-05-12ssh: Align "=" sign in type declarations to decided policyIngela Anderton Andin
2015-04-22ssh: Remove extra whitespaceIngela Anderton Andin
2015-04-22Editorial updatestmanevik
SSH application
2014-12-17ssh: Improve errorhandling in ssh_connection.erlIngela Anderton Andin
If a channel is closed by the peer while using a function with call semantics in ssh_connection.erl return {error, closed}. Document that the functions can return {error, timeout | closed} and not only ssh_request_status()
2014-10-22ssh: Add ptty_alloc/[2,3]Ingela Anderton Andin
2013-04-19Convert XML files to UTF-8Hans Bolinder
2013-01-25ssh: Fix dialyzer and doc warningsIngela Anderton Andin
2012-12-13ssh: Document and clean up SSH behavioursIngela Anderton Andin
2012-12-13ssh: Add Users Guide and enhance man pagesIngela Anderton Andin
2012-10-03ssh: ssh_connection:channel_data() and send_eof() now return {error, closed} ↵Daniel Goertzen
for closed or invalid channels. ssh_connection:handle_msg(#ssh_msg_channel_close...) will now cause any send() that was in progress to immediately return {error,closed}.
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP