websockify/include
Joel Martin 16691395e0 websock.js: use iteration to receive binary data
Instead of using apply with the Uint8Array to push the data onto the
receive queue, iterate through the binary data and push it an element
at a time. Apparently, doing an apply with a very large binary array
can blow the stack. Performance-wise this seems equivalent in Chrome
22 and Firefox 16.
2012-10-26 18:01:35 -05:00
..
web-socket-js Pull upstream web-socket-js with IETF 6455 support. 2012-09-17 16:50:46 -05:00
VT100.js fork noVNC, rename to websockify, cleanup. 2011-01-12 18:09:54 -06:00
base64.js Change include/websock.js (and deps) to MPL 2.0 license. 2012-10-15 16:02:38 -05:00
keysym.js fork noVNC, rename to websockify, cleanup. 2011-01-12 18:09:54 -06:00
util.js util.js, websock.js: sync with noVNC - dynamic script loading. 2012-10-17 11:59:03 -05:00
websock.js websock.js: use iteration to receive binary data 2012-10-26 18:01:35 -05:00
webutil.js include/*util.js: update to versions from noVNC. 2012-10-15 16:02:38 -05:00
wsirc.js Use websock.js in latency test. Fixes for Opera. 2011-01-23 19:30:51 -06:00
wstelnet.js Only disable local echo if server is doing echo. 2011-01-13 12:19:47 -06:00