- 01 Jul, 2010 2 commits
-
-
Joel Martin authored
Instead of relying on FABridge AS -> JS event delivery, we just use the events to notify JS of pending data. The message handler then calls the AS readSocketData routine which sends back an array of the pending WebSocket frames. There is still a minor bug somewhere that happens after the first connect where the web-socket-js throws an "INVALID_STATE_ERR: Web Socket connection has not been established". But, Opera is now usable and we should be able to drop the packet sequence numbering and re-ordering code. Another minor issue to better support Opera is to move JS script includes to the <head> of the page instead of after the body.
-
Joel Martin authored
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.
-
- 29 Jun, 2010 1 commit
-
-
Joel Martin authored
Interesting. Enough has changed in the Canvas tile operations, that Canvas.prefer_js=true is better for firefox/gecko too. Approximately 2X improvement in firefox for large hextile renders.
-
- 26 Jun, 2010 1 commit
-
-
Joel Martin authored
Also, lower connect timeout to 2 seconds.
-
- 24 Jun, 2010 14 commits
-
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
Looks like disabling web-socket-js debug messages by default that we get a minor speedup. Python proxy should support both 75 and 76 (00) modes. Also, update ws test to more reliably hit the WebSockets ordering/drop issue.
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
-
- 23 Jun, 2010 1 commit
-
-
Joel Martin authored
Now working under Arora 0.5. But not Konqueror 4.2.2 (WebSockets never connects). IE support with excanvas still pending.
-
- 21 Jun, 2010 2 commits
-
-
Joel Martin authored
-
Joel Martin authored
-
- 20 Jun, 2010 1 commit
-
-
Joel Martin authored
-
- 18 Jun, 2010 1 commit
-
-
Joel Martin authored
-
- 17 Jun, 2010 5 commits
-
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
Refactor how settings are passed around.
-
Joel Martin authored
-
- 16 Jun, 2010 5 commits
-
-
Joel Martin authored
-
Joel Martin authored
-
Joel Martin authored
Use getaddrinfo instead of gethostbyname.
-
Joel Martin authored
This allows forwarding from an external port to the same port on localhost (loopback). I.e. ./utils/wsproxy `hostname -f`:5901 localhost:5901
-
Joel Martin authored
-
- 15 Jun, 2010 5 commits
-
-
Joel Martin authored
-
Joel Martin authored
Some default_controls.js jslinting. Needs to be some modularity between controls you probably always want (like sending CtrlAltDel) and how the interface is presented and controlled.
-
Joel Martin authored
Some basic functions from mootools implemented in util.js. Also, some more DOM separation. Move clipboard focus logic into default_controls and canvas and out of vnc.js. JSLint cleanup.
-
Joel Martin authored
On path towards removing dependency on mootools in non-UI code.
-
Joel Martin authored
-
- 14 Jun, 2010 2 commits
-
-
Joel Martin authored
Also, allow 'include/' to be overridden in VNC_uri_prefix.
-
Joel Martin authored
Also, move Frame Buffer Update code out of normal_msg into separate function.
-