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 2022/02/13 01:54:38 UTC

[guacamole-client] 01/01: GUACAMOLE-896: Merge allow playback of session recordings that cannot fit in memory.

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit e2af997967c5eb2432e8b6d118c7c9c2d94f1804
Merge: f82b7e8 b8da132
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sat Feb 12 20:54:31 2022 -0500

    GUACAMOLE-896: Merge allow playback of session recordings that cannot fit in memory.

 .../src/main/webapp/playback.js                    |   6 +-
 .../src/main/webapp/modules/SessionRecording.js    | 669 +++++++++++++++------
 .../src/main/webapp/modules/StringReader.js        |  99 +--
 .../src/main/webapp/modules/Tunnel.js              | 109 ++--
 .../modules/{StringReader.js => UTF8Parser.js}     |  96 +--
 5 files changed, 566 insertions(+), 413 deletions(-)