- 17 Sep, 2012 10 commits
-
-
Joel Martin authored
After a read completes it's possible more data is pending so issue an immediate read again to pick this up quickly.
-
Joel Martin authored
Instead of using document.write to load scripts, use createElement to create and append script tags. document.write is problematic in a lot of situation and in particular is not allowed in a Chrome extension/packaged app. Also, in webutil.js, instead of calling init_logging during parsing of include/webutil.js, rely on the caller to do this. The problem is that calling init_logging on parse tries to call Util logging functions and the new model of dynamic load may not having Util loaded by the time webutil is parsed.
-
Joel Martin authored
Move all the inline Javascript event handlers from vnc.html to include/ui.js except the load handler which is moved to include/start.js). This is on the path towards a Chrome extension/packaged app since inline Javascript is prohibited in that situation.
-
Joel Martin authored
Switch from using cookies to store setting to using localStorage (or chrome.storage.sync if available in extension/app mode) for the settings. Also refactor to make the initializing of the setting and and loading of the UI to be more asynchronous.
-
Joel Martin authored
Add routines to store/read settings in either localStorage or in chrome.storage.sync (which is synchronized between browsers for extensions/apps). Before using chrome.storage.sync the initSettings routine must to called setup the intermediate cache which speeds up access and allows multiple setting changes to be coallesced to avoid hitting storage change frequency limits/quotas.
-
Joel Martin authored
-
Joel Martin authored
Also, include Apache-2.0 license text.
-
Joel Martin authored
- enable sending and receiving of raw array buffers in addition to strings. - add a read poll interval and set it to 15ms by default to detect and handle quickly when a message is pending. - also, detect a disconnected state and add call registration for disconnect events.
-
Joel Martin authored
Import upstream code from Chrome extension telnet demo: https://raw.github.com/GoogleChrome/chrome-app-samples/0ce28768087863c08aa04a2b9b27bd50796a77ec/telnet/tcp-client.js
-
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
-
- 14 Sep, 2012 3 commits
-
-
Joel Martin authored
Conflicts: include/websock.js For some reason encode_message was missed. But I'm just punting and doing the fixup in the merge. Yeah, tsk, tsk.
-
Joel Martin authored
Push master and version tag separately.
-
Joel Martin authored
-
- 28 Aug, 2012 4 commits
-
-
Joel Martin authored
Instead of continuing to maintain the full list of project/companies that use noVNC in multiple places (README, wiki, web page) just link to the wiki page. Link to noVNC discussion group page. Link to issues page. Link to Amazon wishlist and non-profits for appreciation.
-
Joel Martin authored
Instead of continuing to maintain the full list of project/companies that use noVNC in multiple places (README, wiki, web page) just link to the wiki page. Link to noVNC discussion group page. Link to issues page. Link to Amazon wishlist and non-profits for appreciation.
-
Joel Martin authored
Fix grep pattern when matching netstat output
-
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.
-
- 21 Aug, 2012 1 commit
-
-
Joel Martin authored
-
- 16 Aug, 2012 1 commit
-
-
Joel Martin authored
Use a simpler method of enabling binary transfer over WebSockets. This still presents the user of websock.js with a plain javascript array for the receive queue data. However, if binary support is supported and requested then the transfer will be raw frames instead of base64 encoded. Lots of room for optimization here but for now correct is better than fast. Pull from websockify 17175afd7311c55abd8d
-
- 15 Aug, 2012 3 commits
-
-
Joel Martin authored
This reverts commit 4dd1bb1e.
-
Joel Martin authored
This reverts commit 14717eb4.
-
Joel Martin authored
-
- 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
-
- 28 Jun, 2012 1 commit
-
-
Joel Martin authored
With tight we can't ever use FBU.rects being 0 as an indication of a full frame having been drawn.
-
- 26 Jun, 2012 1 commit
-
-
Joel Martin authored
-
- 24 Jun, 2012 1 commit
-
-
Joel Martin authored
Clarify in LICENSE.txt that the noVNC core library is the part that is LGPLv3 licensed. The HTML, CSS, images and fonts are separate from the core library and can be modified and distributed with the noVNC core but under their own license conditions. HTML and CSS: 2-Clause BSD Fonts: SIL OFL 1.1 Images: CC BY SA 3.0 In other words, you can modify the layout and appearance of of noVNC to integrate with an existing or new web site or application without having to publish the source for those modifications under the LGPLv3. However, use of and modification of the noVNC core library (i.e. the core Javascript that makes up noVNC) must still be according to the LGPLv3. Chris Gordon was the other contributor to the HTML, CSS, and images included with noVNC and gave permission for this license clarification on June 23, 2012.
-
- 23 Jun, 2012 7 commits
-
-
Joel Martin authored
-
Joel Martin authored
-
-
William Lightning authored
-
William Lightning authored
-
William Lightning authored
-
- 22 Jun, 2012 2 commits
-
-
Joel Martin authored
Fixes nova rpc package.
-
Soheil Hassas Yeganeh authored
-
- 08 Jun, 2012 3 commits
-
-
Joel Martin authored
-
Joel Martin authored
Fix nova flag API change
-
Soheil Hassas Yeganeh authored
-
- 07 Jun, 2012 2 commits
-
-
William Lightning authored
-
Soheil Hassas Yeganeh authored
-