- 15 Apr, 2013 1 commit
-
-
Joel Martin authored
Also, update nova-novncproxy to import websockify instead of wsproxy.
-
- 08 Apr, 2013 1 commit
-
-
Nikola Dipanov authored
Upstram OpenStack Nova package has moved the config engine into a separate package. Mirror that change in the novnc script.
-
- 30 Nov, 2012 1 commit
-
-
Nikhil Komawar authored
currently CONF was attempted of being imported from nova config.py rather than openstack/common/cfg.py. this commit fixes that.
-
- 14 Nov, 2012 1 commit
-
-
Joel Martin authored
Pull c33f0b52e7 from websockify. - Fix for python2.4 with URL parsing. - Set binaryType earlier in Opera 12.10 to avoid receiving a blob. - Re-order client and target processing so that pending client data has an opportunity to be sent when the target closes.
-
- 08 Nov, 2012 1 commit
-
-
Terry Wilson authored
Nova recently removed parse_args from flags.py. This updates the nova proxy to properly use CONF instead of FLAGS.
-
- 01 Nov, 2012 1 commit
-
-
Joel Martin authored
-
- 26 Oct, 2012 1 commit
-
-
Joel Martin authored
Pull in websockify 1669139
-
- 15 Oct, 2012 1 commit
-
-
Joel Martin authored
The MPL 2.0 license is a "file-level" copyleft license vs the "project-level" nature of the L/GPL. The intention of noVNC has always been that it should be easy to incorporate into existing projects and sites whether free/open or proprietary/commercial. The MPL 2.0 is designed for this sort of combination project but still requires that any distributed modifications to noVNC source files must also be published under the same license. In addition, the MPL 2.0 allows the code to be used in L/GPL projects (the secondary license clause). This means that any projects that are already incorporating noVNC should not be impacted by this change and in fact it should clarify the licensing situation (the exact application of the L/GPL to web applications and interpreted code is somewhat ambiguous). The HTML, CSS, image and font files continue to be under more permissive licenses (see LICENSE.txt). The included websockify python code remains under a LGPLv3 license although the include/websock.js file from the websockify component is now under MPL 2.0 as well. Permission was received from other noVNC authors to make this change to their code license on the following dates: - Chris Gordon (UI): Jun 24, 2012 - Antoine Mercadal (DOM,*util.js): Oct 10, 2012 - William Lightning (UltraVNC repeater): Oct 10, 2012 - Mike Tinglof (tight encoding): Oct 15, 2012
-
- 21 Sep, 2012 1 commit
-
-
Joel Martin authored
Update to websockify febaeee85c Gracefully handle errors when popping kwargs: https://github.com/kanaka/websockify/pull/53
-
- 17 Sep, 2012 1 commit
-
-
Joel Martin authored
This change pulls websockify 6d9deda9c5. Most note worthy changes: - Pulls in web-socket-js 7677e7a954 which updates to IETF 6455 (from Hixie) - Binary support detection and use in include/websock.js - Add ssl and unix target support - Add multiple target support via config file/dir. - Idle timeout exit
-
- 28 Aug, 2012 1 commit
-
-
Marco Leogrande authored
The current grep pattern matches also port numbers that match only partially the given $PORT number; e.g., if $PORT is 6080, 60800 will match as well. While TCP listening sockets in the 60000-65535 range are rare, they need to be handled as well. The problem is also present if the user selects a shorter PORT value with the --listen command line argument. By adding a space, the pattern is fixed.
-
- 15 Aug, 2012 1 commit
-
-
Joel Martin authored
This reverts commit 4dd1bb1e.
-
- 14 Aug, 2012 1 commit
-
-
Joel Martin authored
Pull in version 376872d99. Several changes including: - binary/typed array support in websock.js - unix socket support - multiple target support via config file(s) - prefer IPv6 option
-
- 22 Jun, 2012 1 commit
-
-
Soheil Hassas Yeganeh authored
-
- 07 Jun, 2012 1 commit
-
-
Soheil Hassas Yeganeh authored
-
- 17 May, 2012 1 commit
-
-
Mohammed Naser authored
default_flagfile has been removed from the nova trunk in favour of .ini files (https://github.com/openstack/nova/commit/7e3e9b8e9cea4f1bf78d127ffb915b79c854fdbe)
-
- 11 May, 2012 1 commit
-
-
Joel Martin authored
-
- 10 May, 2012 1 commit
-
-
Joel Martin authored
Fix python 2.4 CClose exception handling.
-
- 30 Apr, 2012 2 commits
-
-
Anthony Young authored
-
Anthony Young authored
* rpc flags now must be manually initialized.
-
- 25 Apr, 2012 1 commit
-
-
Joel Martin authored
-
- 03 Apr, 2012 1 commit
-
-
Anthony Young authored
* Adds the nova-novncproxy binary, to provide support for vnc + OpensStack nova * Adds the ability to pass an auth token in via url, which is subsequently passed back to the proxy as a cookie.
-
- 20 Feb, 2012 1 commit
-
-
Joel Martin authored
-
- 05 Jan, 2012 1 commit
-
-
Joel Martin authored
-
- 15 Dec, 2011 2 commits
-
-
Joel Martin authored
Pull from websockify: 008a5118e728. Should address issue https://github.com/kanaka/noVNC/issues/107 - Also add ability to force use of web-socket-js using window.WEB_SOCKET_FORCE_FLASH - in websock.js, for rQshift*, assume length is the full length if not specified.
-
Joel Martin authored
Compare the first byte of the handshake against numbers (character code) as well as string characters.
-
- 29 Sep, 2011 1 commit
-
-
Joel Martin authored
Pull websockify 724aa3a. - Use array module for unmasking HyBi when no numpy module is available. - Detect client close properly when using python 3. - Print request URL path is specified. - New option --run-once will exit after handling a single WebSocket connection (but not ater flash policy or normal web requests). - New option --timeout TIME will stop listening for new connections after exit after TIME seconds (the master process shuts down). Existing WebSocket connections will continue but once all connections are closed all processes will terminate.
-
- 10 Sep, 2011 1 commit
-
-
Joel Martin authored
Pull from websockify 1c39c7f1f001.
-
- 31 Aug, 2011 3 commits
-
-
Joel Martin authored
Pull from websockify 6e26306.
-
Joel Martin authored
Pull from websockify ada02f2.
-
Joel Martin authored
Pull from websockify 0da91c7.
-
- 24 Aug, 2011 1 commit
-
-
Joel Martin authored
Pull 86af0b614d and 7b496ce5b from websockify. Fix HyBi support on 64-bit systems. https://github.com/kanaka/noVNC/issues/76 - cleanup/update TODO. - remove explicit check for ctypes module for HyBi. Clarify that we support HyBi 07-10. HyBi 07 reports version 7 in the handshake. HyBi 08-10 report version 8 in the handshake. Remove version 9 since that is not yet actually defined.
-
- 10 Aug, 2011 1 commit
-
-
Joel Martin authored
https://github.com/kanaka/noVNC/issues/72 Pull from websockify 2e00f9643.
-
- 14 Jul, 2011 1 commit
-
-
Joel Martin authored
noVNC version 0.1 Add debian packaging directory loosely based on http://trac.zentyal.org/browser/trunk/extra/novnc/debian Show web root directory on startup (pulled from websockify f1c8223). Lintian fixups: - Some license text clarifications. - remove executable permission on utils/launch.sh and include/web-socket-js/web_socket.js - Add executable permission to utils/launch.sh
-
- 09 Jul, 2011 1 commit
-
-
Joel Martin authored
Pull websockify 46e2fbe. WebSocketServer.socket() is a static method takes a host and port and an optional connect parameter. If connect is not set then it returns a socket listening on host and port. If connect is set then a connection will be made host and port and the socket returned. This has IPv6 support like the addrinfo method it replaces. Also, prefer IPv4 resolutions if they are in the list. This can be overriden to prefer IPv6 resolutions for the same host using the optional prefer_ipv6 parameter.
-
- 07 Jul, 2011 2 commits
-
-
Joel Martin authored
Pull 7ae8711 from websockify.
-
Joel Martin authored
Pull from websockify 247b74950d.
-
- 26 Jun, 2011 1 commit
-
-
Joel Martin authored
Pull websockify 7f487fdbd. The reocrd parameter will turn on recording of all messages sent to and from the client. The record parameter is a file prefix. The full file-name will be the prefix with an extension '.HANDLER_ID' based on the handler ID.
-
- 19 May, 2011 1 commit
-
-
Sam Mussmann authored
s/to to/to/
-
- 12 May, 2011 1 commit
-
-
Joel Martin authored
-