aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_connection.erl
AgeCommit message (Expand)Author
2012-10-05Improve interoperability with SSH clientsStefan Zegenhagen
2012-10-03ssh: Make test case platform independantIngela Anderton Andin
2012-10-03ssh: ssh_connection:channel_data() and send_eof() now return {error, closed} ...Daniel Goertzen
2012-10-03ssh: Ensure that all data is sent before ssh:send returns.Daniel Goertzen
2012-09-24ssh: Will not hang if you attempt to send empty binaryIngela Anderton Andin
2012-08-28ssh: Use the correct channel id when adjusting the channel windowIngela Anderton Andin
2012-05-04The channel id in a channel failure message, sent to the peer, is now in all ...Ingela Anderton Andin
2012-02-28Prevent client hanging. (OTP-8111)Ingela Anderton Andin
2012-02-10Removed no longer needed codeIngela Anderton Andin
2010-05-26Fix race condition when an other connection is started before a channel is op...Niclas Eklund
2010-04-21Changes after ssh-1.1.8Niclas Eklund
2010-04-21New branch for ssh-2.0 and laterNiclas Eklund
2010-03-22The send operation now accepts infinity as timeoutNiclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP