aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_cli.erl
AgeCommit message (Expand)Author
2018-01-19ssh: Fix cliHans Nilsson
2017-03-10Update copyright yearRickard Green
2017-02-17ssh: replace byte-only function with element-size agnosticHans Nilsson
2016-09-19Fix SSH custom REPL exit statusSvilen Ivanov
2016-05-04ssh: -spec added for behavioursHans Nilsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-10-20Merge branch 'lukas/erts/non-blocking-shell'Lukas Larsson
2014-10-16kernel,ssh: Add synchronous user_drv protocolLukas Larsson
2014-07-23Fix SSH CLI when using custom "shell" optionMichael K. Schmidt
2014-01-28ssh: The server ssh_cli does not delay tty_geometry requests in case no tty i...Hans Nilsson
2014-01-10fix calculation of variableHenrik Nord
2013-12-03ssh: Fix long cli delays. (Part of OTP-11339, OTP-10953)Hans Nilsson
2013-11-13ssh: Simplify handling of connection attributes (e.i. user and sockname)Ingela Anderton Andin
2013-11-13ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin
2013-05-06Make ssh_cli.erl handle <CTRL>+CStefan Zegenhagen
2013-04-15ssh: unicode adaptionsFredrik Gustafsson
2013-04-05ssh: If not valid expression, rather than generate a error, try to use the cmd.Fredrik Gustafsson
2013-01-25ssh: Fix dialyzer and doc warningsIngela Anderton Andin
2012-10-05Improve interoperability with SSH clientsStefan Zegenhagen
2011-04-27OTP-9232:Niclas Eklund
2011-04-20Added deletion of clients to be used when a session is terminated.Niclas Eklund
2010-09-03Merge branch 'nick/ssh/fix-process-leak/OTP-8807' into devnick
2010-09-02Fix race condition when terminating a connection.nick
2010-08-20ssh: Patch 1119Niclas Eklund
2010-06-02Fixing compiler warnings regarding max/2Niclas Eklund
2010-04-21Changes after ssh-1.1.8Niclas Eklund
2010-04-21New branch for ssh-2.0 and laterNiclas Eklund
2010-04-14Removed call to the deprecated module ssh_cmNiclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP