noVNC/utils
Joel Martin 4ed717ad31 Scroll render test and perf speedup.
Turns out when Windows is running in QEMU and a window scroll happens,
there are lots of little hextile rects sent. This is slow in noVNC.

- Some recording/playback improvement.
- Add test harness to drive playback of recordings.
- By pulling off the rect header in one chunk we get a 3X speedup in
  Chrome and a 20% speedup in firefox (specifically for the scroll
  test).
- Also, get rid of some noise from creating timers for handle_message.
  Check to make sure there isn't already a pending timer first.
2010-08-06 16:43:24 -05:00
..
Makefile Update C proxy to WS protocol version 76. 2010-06-30 20:39:41 -05:00
launch.sh Launch script and reworked usage in README.md. 2010-07-15 20:18:39 -05:00
md5.c Update C proxy to WS protocol version 76. 2010-06-30 20:39:41 -05:00
md5.h Update C proxy to WS protocol version 76. 2010-06-30 20:39:41 -05:00
md5_test.c Update C proxy to WS protocol version 76. 2010-06-30 20:39:41 -05:00
web.py Move wsproxy and web utils into utils/ subdir. 2010-06-07 12:49:57 -05:00
websocket.c Issue #11: daemonize after opening listen port. 2010-07-17 12:05:58 -05:00
websocket.h Remove sequence code in client and proxies. 2010-07-01 12:13:17 -05:00
websocket.py Python 2.4 compatible imports. 2010-08-04 14:32:10 -05:00
wsproxy.c WebSockets orderly/clean close frame. 2010-08-03 13:23:59 -05:00
wsproxy.py Scroll render test and perf speedup. 2010-08-06 16:43:24 -05:00