You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/09/22 00:27:32 UTC

[8/8] guacamole-server git commit: GUACAMOLE-622: Merge withold first terminal frame until connection is verified.

GUACAMOLE-622: Merge withold first terminal frame until connection is verified.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-server/commit/54fda213
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-server/tree/54fda213
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-server/diff/54fda213

Branch: refs/heads/master
Commit: 54fda213666fce23db474b899512341358915fcf
Parents: d7cfff3 462d494
Author: Nick Couchman <vn...@apache.org>
Authored: Fri Sep 21 20:26:47 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Sep 21 20:26:47 2018 -0400

----------------------------------------------------------------------
 src/protocols/ssh/ssh.c              |   4 +
 src/protocols/telnet/settings.c      |  87 +++++++++--
 src/protocols/telnet/settings.h      |  24 ++++
 src/protocols/telnet/telnet.c        | 230 +++++++++++++++++++++---------
 src/terminal/terminal-stdin-stream.c |  16 +++
 src/terminal/terminal.c              |  32 ++++-
 src/terminal/terminal/terminal.h     |  33 ++++-
 7 files changed, 339 insertions(+), 87 deletions(-)
----------------------------------------------------------------------