This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.
from f82b7e8 GUACAMOLE-1322: Merge Docker image support for SAML.
add a97404b GUACAMOLE-896: Update session recording player to support
efficient reading from Blobs.
add f559f5c GUACAMOLE-896: Add JavaScript UTF-8 parser implementation.
add 2c8bc58 GUACAMOLE-896: Avoid XHR-related memory limitations by using
Fetch API.
add b8da132 GUACAMOLE-896: Ensure "seeking" class not erroneously
assigned if seek() finishes immediately.
new e2af997 GUACAMOLE-896: Merge allow playback of session recordings
that cannot fit in memory.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../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(-)
copy guacamole-common-js/src/main/webapp/modules/{StringReader.js =>
UTF8Parser.js} (56%)