websockify/tests
Joel Martin 86725f9b4c wswrapper: add dup2, fix select w/ NULL timeout.
- add dup2 functionality. This requires adding a ref cnt to the
  _WS_connections structure so that we only free the structure once
  all dup'd referenced are closed. Also, refactor malloc and free of
  connection structure into _WS_alloc and _WS_free.
- allow select to accept a NULL timeout value which means sleep
  forever instead of segfaulting.
- fix some compile warnings related to ppoll definition.
- move some WebSockets related html test pages into utils and symlink
  them from tests.
2011-01-08 21:46:36 -06:00
..
base64.html Make compatible with jQuery. Slight API change. 2010-12-10 08:25:36 -06:00
base64.js wsproxy.js: Fix multi-frame decoding. 2010-11-07 22:28:08 -06:00
canvas.html Make compatible with jQuery. Slight API change. 2010-12-10 08:25:36 -06:00
cursor.html Make compatible with jQuery. Slight API change. 2010-12-10 08:25:36 -06:00
face.png API changes. Client cursor and settings menu. 2010-07-21 20:34:23 -05:00
face.png.js Various cross-browser fixes. 2010-06-23 16:08:36 -05:00
include Add mouse wheel support and input test page. 2010-05-25 11:05:55 -05:00
input.html Make compatible with jQuery. Slight API change. 2010-12-10 08:25:36 -06:00
keyboard.html Expose getKeysym and add keyboard test. 2011-01-03 12:34:41 -06:00
vnc_perf.html Make compatible with jQuery. Slight API change. 2010-12-10 08:25:36 -06:00
vnc_playback.html Make compatible with jQuery. Slight API change. 2010-12-10 08:25:36 -06:00
wsecho.html wswrapper: add dup2, fix select w/ NULL timeout. 2011-01-08 21:46:36 -06:00
wsencoding.html Make compatible with jQuery. Slight API change. 2010-12-10 08:25:36 -06:00
wsencoding.py Add daemonization support to wsproxy.*. 2010-06-17 16:06:18 -05:00
wstest.html wswrapper: add dup2, fix select w/ NULL timeout. 2011-01-08 21:46:36 -06:00
wstest.py Refactor and cleanup websocket.py and deps. 2011-01-08 15:29:01 -06:00