]> git.proxmox.com Git - mirror_novnc.git/history - utils/websocket.py
Merge pull request #444 from samhed/extdesktop
[mirror_novnc.git] / utils / websocket.py
2014-04-14 samhedSync with websockify
2014-02-17 SollyMerge pull request #242 from Medical-Insight/use-wss...
2013-10-29 Joel MartinMerge pull request #317 from dosaboy/bugs/add_secure_pr...
2013-10-11 Joel MartinMerge branch 'master' of github.com:kanaka/noVNC
2013-04-25 Joel MartinSync with websockify.
2012-11-14 Joel MartinSync with websockify.
2012-10-26 Joel Martinsync with websockify
2012-10-17 Joel MartinMerge pull request #195 from moobyfr/keyboard-altgr
2012-09-17 Joel MartinUpdate websockify/websock.js.
2012-09-14 Joel MartinMerge branch 'binary', fix encode_message
2012-08-15 Joel MartinRevert "Pull in latest websockify."
2012-08-14 Joel MartinPull in latest websockify.
2012-05-11 Joel MartinPull from websockify. Fix close code.
2012-05-10 Joel MartinPull from websockify.
2012-04-25 Joel MartinUpdate websockify to pull in close code/reason fixes.
2012-03-11 Joel MartinMerge commit 'd38db74abd0efa34f7297dc19bf603b7f765e0f5'
2012-02-20 Joel MartinDon't swallow SSL EOF errors.
2012-01-12 Joel MartinMerge remote branch 'origin/issue-70'
2011-12-15 Joel MartinMerge branch 'master' of github.com:kanaka/noVNC
2011-12-15 Joel Martinwebsockify: better multi-python version support.
2011-12-15 Joel MartinFix python3 wss (TLS/SSL) connection detection.
2011-09-29 Joel Martinwebsockify --run-once, --timeout, numpy fallback
2011-09-13 Joel MartinMerge branch 'master' into mobile
2011-09-10 Joel MartinPull websockify: python3 numpy buffer/string fix.
2011-09-08 Joel MartinMerge remote branch 'kanaka/master' into mobile
2011-08-31 Joel Martinutils/websocket.py: add HyBi 13 support.
2011-08-31 Joel Martinutils/websocket.py: silence partial unmask debug.
2011-08-31 Joel Martinwebsocket.py: fix payload length calculation.
2011-08-24 Joel Martinwebsockify: pull HyBi fixes.
2011-07-14 Joel MartinVersion 0.1, debian packaging, license text.
2011-07-09 Joel MartinPull websockify socket() static method.
2011-07-07 Joel MartinPull IPv6 and HyBi fixes from websockify.
2011-07-07 Joel MartinPull IPv6 support from websockify.
2011-06-26 Joel MartinPull fix of recording from websockify.
2011-05-12 Joel Martinutils/websocket.py: disable debug output.
2011-05-12 Joel MartinPull websockify 284ef3cc1a54
2011-04-19 Joel MartinSync with websockify. Save handshake headers.
2011-03-29 Joel MartinMerge branch 'master' of git@github.com:kanaka/noVNC
2011-03-26 Phil PhillipsMake scripts more compatible across OSes
2011-02-01 Joel MartinBetter reaper, catch occasional bad WS header line.
2011-01-31 Joel MartinPull websockify: zombie reap, ignore unready clients.
2011-01-31 Joel MartinAdd DOCTYPE. Misc cleanup.
2011-01-13 Joel Martinwsproxy.py: python2.4 fixes.
2011-01-12 Joel Martinwsproxy, wstelnet: wrap command, WS telnet client.
2011-01-08 Joel MartinRefactor and cleanup websocket.py and deps.
2011-01-07 Joel MartinMerge branch 'master' of git@github.com:kanaka/noVNC
2011-01-07 Joel MartinMerge branch 'master' of git@github.com:kanaka/noVNC
2011-01-07 Joel Martinwsproxy.py: add web serving capability.
2011-01-04 Joel Martinwsproxy: warn when no cert. C sock close cleanup.
2010-11-06 Joel MartinAdd --key option for separate cert and key file.
2010-09-15 Joel Martinproxy: Issue #14: detect and allow wss:// from Safari.
2010-09-11 Joel Martinproxy: always multiprocess and add --verbose.
2010-09-10 Joel Martinproxy: do handshake in forked process too.
2010-09-10 Joel Martinwsproxy: multiprocess capable.
2010-08-27 Joel MartinRemove psuedo-UTF8 encoding.
2010-08-04 Joel MartinPython 2.4 compatible imports.
2010-08-04 Joel MartinFix #19: python2.4 support.
2010-07-17 Joel MartinIssue #11: daemonize after opening listen port.
2010-07-01 Joel MartinRemove sequence code in client and proxies.
2010-07-01 Joel MartinUpdate C proxy to WS protocol version 76.
2010-06-24 Joel MartinRemove proxy handshake debug.
2010-06-24 Joel MartinSupport WebSockets 76 (hixie-76, hybi-00).
2010-06-17 Joel MartinAdd daemonization support to wsproxy.*.
2010-06-16 Joel MartinForce SSL option to proxies. Use getopt_long.
2010-06-16 Joel MartinAdd listen address to proxy (C and python).
2010-06-07 Joel MartinMove wsproxy and web utils into utils/ subdir.