You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
KasmVNC/kasmweb/core
Jesper Alf Dam b0896c8859 When compacting the receive buffer don't copy unused buffer space
When compacting the receive buffer, we should only copy the bytes
between _rQi and _rQlen (the index of the first unread byte, and the
next write position).

Previously, we copied everything for _rQi up untill the end of the
buffer.
5 years ago
..
decoders Consume data properly in Hextile decoder 5 years ago
input Avoid recursion in Alt check on Firefox 5 years ago
util Replace unnecessary function supportsCursorURIs by a constant variable 5 years ago
base64.js Use default argument for base64 5 years ago
des.js Convert DES into a class 5 years ago
display.js Allow autoscale() with zero height or width 5 years ago
encodings.js Initial commit 5 years ago
inflator.js Initial commit 5 years ago
rfb.js Remove the default value of wsProtocols 5 years ago
websock.js When compacting the receive buffer don't copy unused buffer space 5 years ago