Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-08 | Use new directive "-callback" and prepare version and appup for release | Ingela Anderton Andin | |
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-06-21 | OTP-9386 - Calling ssh_sftp:stop_channel/1 resulted in that the trap_exit ↵ | Niclas Eklund | |
flag was set to true for the invoking process. | |||
2011-05-06 | An unexpected message would crash the ssh_connection_handler and close the ↵ | Niclas Eklund | |
connection. Now an error message is generated instead. | |||
2011-04-27 | OTP-9232: | Niclas Eklund | |
A memory leak has been fixed. I.e. per terminated connection the size of a pid and the length of a user name string was not cleared. | |||
2011-04-18 | Fixed SSH appup, copyright headers SSH vsn and SSH release note. | Niclas Eklund | |
2011-01-17 | OTP-9031 - SSH did not handle the error reason enetunreach when trying to ↵ | Niclas Eklund | |
open a IPv6 connection. | |||
2010-11-01 | The fix regarding OTP-8849 was not included in the previous version as stated. | Niclas Eklund | |
2010-10-28 | Merge branch 'maint-r13' into maint-r14 | Niclas Eklund | |
Conflicts: lib/ssh/doc/src/notes.xml lib/ssh/src/ssh.appup.src lib/ssh/src/ssh_system_sup.erl lib/ssh/vsn.mk | |||
2010-10-25 | Update version numbers | Erlang/OTP | |
2010-10-25 | The fix regarding OTP-8863 was not included in the previous version as stated | Niclas Eklund | |
2010-10-06 | In some cases a crash report was generated when a connection was closing down. | Niclas Eklund | |
This was caused by a race condition between two processes. | |||
2010-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |
2010-08-23 | ssh: Patch 1127 | Niclas Eklund | |
OTP-8735 SSH in some cases generated a crash report when a channel was closed in a normal way. | |||
2010-08-23 | ssh: Patch 1126 | Niclas Eklund | |
OTP-8714 SSH in some cases terminated channels with reason normal when it should have been shutdown. | |||
2010-08-20 | ssh: Patch 1119 | Niclas Eklund | |
OTP-8550 The function ssh:connect/4 was not exported. OTP-8644 Aligned error message with used version (SSH_FX_FAILURE vs SSH_FX_NOT_A_DIRECTORY, the latter introduced in version 6). OTP-8645 Resolved race condition when another connection is started before a channel is opened in the first connection. OTP-8535 The configuration parameter ip_v6_disabled is now available, which makes it possible for the user to alter the IP version SSH shall use. OTP-8534 The ssh_connection:send operation now accepts infinity as timeout. OTP-8524 The connection handler now include stack traces when a channel message is not handled correctly. | |||
2010-08-18 | Remove ticket numbers from all vsn.mk files | Björn Gustavsson | |
Some application's vsn.mk files contained a list of the ticket numbers fixed in each version. Since that information can be obtained from the notes.xml file or from the merge commits in the git repository (provided that the branch name includes the ticket number), there is no reason to manually maintain that information in the vsn.mk files. | |||
2010-05-26 | Preparing for new version. | Niclas Eklund | |
2010-04-22 | OTP-8596 added ticket (removed deprecated modules/functions) | Niclas Eklund | |
2010-04-21 | Removed deprecated functions and module | Niclas Eklund | |
2010-04-21 | Changes after ssh-1.1.8 | Niclas Eklund | |
2010-04-21 | New branch for ssh-2.0 and later | Niclas Eklund | |
2010-03-30 | Exporting ssh:connect/4 | Niclas Eklund | |
2010-03-22 | Fix usage of ip_v6_disabled and publish it | Niclas Eklund | |
2010-03-22 | The send operation now accepts infinity as timeout | Niclas Eklund | |
2010-03-16 | Preparing for new version | Niclas Eklund | |
2010-02-01 | In some cases SSH ceased to collect more data from the transport layer. | Niclas Eklund | |
2009-12-23 | Updated version and release note | Niclas Eklund | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |