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/07 23:07:25 UTC

[6/7] guacamole-client git commit: GUACAMOLE-567: Merge add specific connection stability test to tunnel implementations.

GUACAMOLE-567: Merge add specific connection stability test to tunnel implementations.


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

Branch: refs/heads/master
Commit: 7640065345cca573300a6e133c9374b6840267e2
Parents: 402ddb5 34bab95
Author: Nick Couchman <vn...@apache.org>
Authored: Fri Sep 7 19:03:49 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri Sep 7 19:03:49 2018 -0400

----------------------------------------------------------------------
 .../src/main/webapp/modules/Tunnel.js           |  82 ++++++++++++-
 .../GuacamoleWebSocketTunnelEndpoint.java       | 121 +++++++++++++++++--
 .../jetty8/GuacamoleWebSocketTunnelServlet.java | 111 ++++++++++++++++-
 .../GuacamoleWebSocketTunnelListener.java       | 121 +++++++++++++++++--
 .../tomcat/GuacamoleWebSocketTunnelServlet.java | 110 ++++++++++++++++-
 .../app/client/controllers/clientController.js  |   2 +-
 .../webapp/app/client/types/ManagedClient.js    |   8 +-
 .../app/client/types/ManagedClientState.js      |  40 ++++--
 8 files changed, 543 insertions(+), 52 deletions(-)
----------------------------------------------------------------------