]> git.proxmox.com Git - mirror_novnc.git/history - utils/wsproxy.py
Merge pull request #444 from samhed/extdesktop
[mirror_novnc.git] / utils / wsproxy.py
2011-01-13 Joel MartinRemove files that are now in websockify.
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 Martinwsproxy: Fix --key parameter use.
2010-11-06 Joel MartinAdd --key option for separate cert and key file.
2010-09-25 Joel MartinShow rect/enc counts, add vnc_perf.html test.
2010-09-23 Joel MartinMisc cleanup: debug logging, record filename, etc.
2010-09-11 Joel Martinproxy: always multiprocess and add --verbose.
2010-09-10 Joel Martinwsproxy: multiprocess capable.
2010-08-12 Joel MartinAdd Javascript variable container to record data.
2010-08-06 Joel MartinScroll render test and perf speedup.
2010-08-04 Joel MartinRemove unused imports (sys, ssl) in wsproxy.py
2010-08-03 Joel MartinWebSockets orderly/clean close frame.
2010-07-17 Joel MartinIssue #11: daemonize after opening listen port.
2010-06-17 Joel MartinMore arg processing fixes.
2010-06-17 Joel MartinArgument processing fixes. Misc proxy fixes.
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.