This is an automated email from the ASF dual-hosted git repository.
vnick pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
from 89a027b9d Merge changes from patch branch back to main.
add 1454a5dea GUACAMOLE-377: Revert to synchronous flush (asynchronous is
slower).
add 1a57d41a1 GUACAMOLE-377: Use ImageDecoder to decode images while they
are being received (if possible).
add f2958ffb5 GUACAMOLE-377: Set NO_DELAY on guacd socket to avoid
unnecessary latency.
add 38541c63a GUACAMOLE-377: Merge address performance regression related
to migration to guac_display.
add 4b95f5533 Merge 1.6.0 changes to patch branch.
new c276c49fb Merge patch branch changes to main.
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/modules/ArrayBufferReader.js | 26 +++--
.../src/main/webapp/modules/Display.js | 119 ++++++---------------
.../src/main/webapp/modules/InputStream.js | 62 +++++++++++
.../apache/guacamole/net/InetGuacamoleSocket.java | 5 +
4 files changed, 122 insertions(+), 90 deletions(-)