]> git.proxmox.com Git - mirror_novnc.git/commit
Update C proxy to WS protocol version 76.
authorJoel Martin <github@martintribe.org>
Thu, 1 Jul 2010 01:39:41 +0000 (20:39 -0500)
committerJoel Martin <github@martintribe.org>
Thu, 1 Jul 2010 01:39:41 +0000 (20:39 -0500)
commit1eba7b4279494231b379f7855b07c8b72c013339
treee62086840d959b26386cb0101c226e6b6885d434
parent5235b29ddfd67c5e440a86523e332fb5555db31a
Update C proxy to WS protocol version 76.

Pull in LGPL md5.c and md5.h files (written by Ulrich Drepper).

Now both python and C version of the proxy support both protocol 75
and protocol 76 (hybi 00).

Reorganize websocket.py slightly to match websocket.c.
docs/TODO
utils/Makefile
utils/md5.c [new file with mode: 0644]
utils/md5.h [new file with mode: 0644]
utils/md5_test.c [new file with mode: 0644]
utils/websocket.c
utils/websocket.h
utils/websocket.py