Commit Graph

  • 5b0bbd5c12 wswrapper: wrap existing server using LD_PRELOAD. Joel Martin 2010-12-02 22:11:02 -0600
  • 79f0a095b6 rfb.js: avoid multiple b64 sequences per frame. Joel Martin 2010-11-15 13:43:26 -0500
  • f7ec5b2cb6 Rename default_controls.js to ui.js. Joel Martin 2010-11-10 16:02:19 -0600
  • e66f3f89f2 Add Chrome Frame support. Close requests in web.py. Joel Martin 2010-11-09 12:06:03 -0600
  • 1ee2d93e94 wsproxy.js: Fix multi-frame decoding. Joel Martin 2010-11-07 22:28:08 -0600
  • fd758dd335 First pass at wsproxy using node (node.js). Joel Martin 2010-11-07 19:06:20 -0600
  • 58b4c9408f wsproxy: Fix --key parameter use. Joel Martin 2010-11-06 14:12:37 -0500
  • c1d008f1ee Fix flush with strict DOCTYPE. Joel Martin 2010-11-06 14:11:30 -0500
  • cdb55d26e5 canvas.js: workaround WebKit bug, issue #28. Joel Martin 2010-11-06 12:23:23 -0500
  • 455e4657f6 default_controls.js: canvas fail fix. Misc cleanup. Joel Martin 2010-11-06 12:15:08 -0500
  • 3205a3dee8 Add --key option for separate cert and key file. Joel Martin 2010-11-06 10:55:09 -0500
  • e70f1d947e Remove left over record code. Squelch compile warnings Joel Martin 2010-11-06 10:53:32 -0500
  • f61274c827 wsproxy: Mac OS X build fixes François Revol 2010-11-06 14:49:59 +0100
  • 1f758e87d3 Issue #34: fix RFB 3.3/3.7 with no auth scheme. Joel Martin 2010-10-28 16:30:41 -0500
  • 3dc3135b21 utils/README.md: second try on cmd formatting. Joel Martin 2010-10-28 10:53:08 -0500
  • 6502293f21 utils/README.md: Fix command formatting. Joel Martin 2010-10-28 10:52:27 -0500
  • e5d60a8ba2 Issue #32, wsproxy README, update webkit bug info, Joel Martin 2010-10-28 10:45:26 -0500
  • f1a9971c82 Expose VNC shared mode setting in UIs. Joel Martin 2010-10-24 18:34:50 -0500
  • 65bca0c904 Fix style caching. Canvas cleanup from Diet-noVNC. Joel Martin 2010-10-18 14:30:50 -0500
  • 028b26f14b Fix reason_len not defined bug. Joel Martin 2010-10-14 11:07:54 -0500
  • ce2b6909cd rfb.js: fail() wrapper for common failed pattern. Joel Martin 2010-10-14 10:09:33 -0500
  • 8b17ac27f0 Add manual flash policy socat server info. Joel Martin 2010-10-10 18:59:02 -0500
  • c084c396ba utils/Makefile: clean up md5.o too. Joel Martin 2010-10-04 13:30:53 -0400
  • 60440cee15 rfb.js: rQwait, cuttext simplification. Joel Martin 2010-10-01 11:50:22 -0500
  • a99959719d include/des.js: trim some fat. Joel Martin 2010-09-30 11:17:52 -0500
  • a59f1cd269 webutil.js, util.js: split cleanup. Joel Martin 2010-09-29 15:05:27 -0500
  • 5a00c9d18a Merge branch 'master' of git@github.com:kanaka/noVNC Joel Martin 2010-09-29 15:01:01 -0500
  • 8d5d2c8230 Split util into two file: - util.js that contains essential functions - webutils.js that contains the GUI utility function.js Antoine Mercadal 2010-09-30 03:11:23 +0800
  • 12d2e7c192 des.js: remove decrypt and simplify. Joel Martin 2010-09-29 14:48:19 -0500
  • a679a97d1b Show rect/enc counts, add vnc_perf.html test. Joel Martin 2010-09-25 15:50:43 -0500
  • 3b20e7a90f rfb.js, canvas.js: status feedback on Canvas functionality. Joel Martin 2010-09-24 10:47:39 -0500
  • 562beccf18 docs/browsers.md: noVNC webkit bug link format. Joel Martin 2010-09-24 10:46:59 -0500
  • d4139a9b06 README.md: move browser page link. Joel Martin 2010-09-24 10:45:33 -0500
  • 6de07adb71 README.md: add link to browsers.md, update requirements. Joel Martin 2010-09-24 10:29:42 -0500
  • f01e917ecc docs/browsers.md: Separate browser support page. Joel Martin 2010-09-24 09:59:54 -0500
  • ff36b1270b Refactor settings object, add connectTimeout setting. Joel Martin 2010-09-23 09:39:24 -0500
  • aa78706983 rfb.js: wait for SecurityResult failure reason bytes. Joel Martin 2010-09-23 09:17:09 -0500
  • 005d9ee999 Misc cleanup: debug logging, record filename, etc. Joel Martin 2010-09-23 08:17:00 -0500
  • 8787e49b92 util.js: detect firefox 4.X correctly. Joel Martin 2010-09-23 08:08:08 -0500
  • c1eba48f79 logging: add Util.get_logging(), canvas clearing. Joel Martin 2010-09-22 17:11:57 -0500
  • 57c7903f60 playback.js: move to include/ for easier reference. Joel Martin 2010-09-22 16:55:06 -0500
  • 31a837d55e No local cursor by default due to issues #27, #29. Joel Martin 2010-09-20 16:15:40 -0500
  • 02889945cb C proxy: Issue #14: wss:// from Safari Joel Martin 2010-09-15 18:21:42 -0500
  • 0a1184bde8 API change: add sendKey() to manually send key code. Joel Martin 2010-09-15 18:14:27 -0500
  • 7e63919e6d proxy: Issue #14: detect and allow wss:// from Safari. Joel Martin 2010-09-15 12:09:17 -0500
  • e3efeb32a7 rfb.js: state refactor, add 'disconnect' state. Joel Martin 2010-09-11 15:31:50 -0500
  • cc374cd61a proxy: always multiprocess and add --verbose. Joel Martin 2010-09-11 15:10:54 -0500
  • ac7bdbc22f web-socket-js (issue #37): close() when connecting Joel Martin 2010-09-11 13:52:49 -0500
  • 071f2818a8 gimite/web-socket-js issue #35: async onclose. Joel Martin 2010-09-11 12:44:39 -0500
  • edc4725260 proxy: do handshake in forked process too. Joel Martin 2010-09-10 14:31:34 -0500
  • a0315ab1dc wsproxy: multiprocess capable. Joel Martin 2010-09-10 13:05:48 -0500
  • 465faf19db Remove record option from C wsproxy. Joel Martin 2010-09-10 09:58:26 -0500
  • 5f409eeeeb License header cleanup. Joel Martin 2010-09-08 15:06:34 -0500
  • 2a6018df9f web-socket-js: 9e7663771 build and remove source. Joel Martin 2010-09-08 14:57:32 -0500
  • b5087acc24 default_controls.js: Fix cursor setting init. Joel Martin 2010-09-08 13:46:41 -0500
  • c0f3c66489 TODO and .gitignore: updates. Joel Martin 2010-09-08 10:15:07 -0500
  • d595e65685 JSLint. Joel Martin 2010-09-08 10:11:11 -0500
  • 2f6a1c2bda vnc_playback.html: print frame_idx on error. Joel Martin 2010-09-07 16:22:28 -0500
  • 673118fb21 Encrypt default to 'false' in vnc_auto.html also. Joel Martin 2010-09-07 09:57:37 -0500
  • b8bd88d085 playback.js: realtime playback and split out code. Joel Martin 2010-09-01 12:31:54 -0500
  • 975aa8c01c TODO: move long-term features to github issues. Joel Martin 2010-08-31 22:48:11 -0500
  • 3afc7a2b89 Issue #15 - rfb.js: wait for security type list. Joel Martin 2010-08-31 22:22:22 -0500
  • 3cc74720f0 canvas.js: Fix ignore for scrolled window. Joel Martin 2010-08-31 13:36:14 -0500
  • d67de76770 Rename tightpng img queue variable to imgQ. Joel Martin 2010-08-31 12:08:47 -0500
  • 3e7a7cefc6 More timing "history" purge. Joel Martin 2010-08-30 15:59:53 -0500
  • 9c57ac3985 rfb.js: JSLint'ing Joel Martin 2010-08-30 15:57:58 -0500
  • 0d1e1b7281 Merge init() into the constructor. Joel Martin 2010-08-30 15:16:07 -0500
  • 55dee43279 Remove psuedo-UTF8 encoding. Joel Martin 2010-08-27 12:10:09 -0500
  • e8c1698995 rfb.js: remove timing history. Joel Martin 2010-08-27 11:29:22 -0500
  • eabf4670fb rfb.js/tight_png: fix indexed receive queue handling. Joel Martin 2010-08-27 11:21:30 -0500
  • 4ff85f496c Test both builtin and base64.js functions. Joel Martin 2010-08-26 11:34:44 -0500
  • 67b4e9879a Indexed receive queue. Up to 2X speedup in Chrome. Joel Martin 2010-08-26 10:22:29 -0500
  • fb007628d6 Add Javascript variable container to record data. Joel Martin 2010-08-12 09:50:49 -0500
  • 1a5dd77d37 Treat RFB 3.6 as 3.3. Joel Martin 2010-08-11 11:21:15 -0500
  • 4ed717ad31 Scroll render test and perf speedup. Joel Martin 2010-08-06 15:53:13 -0500
  • b7155950d3 * take care of kanaka's suggestions (cherry picked from commit 11f3271a52) primalmotion 2010-08-04 15:20:53 -0500
  • 6425f611d8 * Adding a way to set the DOM document to use. This is very usefull when you need to open a new window (with a new document) from javascript, without having to reload the script.js. (cherry picked from commit 8ded53c1de) primalmotion 2010-08-04 17:47:08 +0200
  • b925c96781 JSLint: use ===. Joel Martin 2010-08-04 15:14:40 -0500
  • a6a1ad3d0a Remove unused imports (sys, ssl) in wsproxy.py Joel Martin 2010-08-04 14:33:32 -0500
  • 5958fb4996 Python 2.4 compatible imports. Joel Martin 2010-08-04 14:32:10 -0500
  • c95c24e743 Fix #19: python2.4 support. Joel Martin 2010-08-04 14:18:55 -0500
  • 11f3271a52 * take care of kanaka's suggestions primalmotion/master primalmotion 2010-08-04 18:10:36 +0200
  • 8ded53c1de * Adding a way to set the DOM document to use. This is very usefull when you need to open a new window (with a new document) from javascript, without having to reload the script.js. primalmotion 2010-08-04 17:47:08 +0200
  • 801482be6a WebSockets orderly/clean close frame. Joel Martin 2010-08-03 13:21:00 -0500
  • 208c832b28 Encrypt default to off, TODO updates. Joel Martin 2010-08-03 13:20:44 -0500
  • 434699bf23 * Port to be Cappuccino compatible (need to use GLOBAL() in fiture) * Reverting to my zoom method primalmotion 2010-08-03 13:52:56 +0200
  • 5e5d81dd86 Merge remote branch 'upstream/master' primalmotion 2010-08-03 10:11:03 +0200
  • 8db09746b7 New API. Refactor Canvas and RFB objects. Joel Martin 2010-08-02 17:07:27 -0500
  • 8171f4d818 Catch exceptions in cursor detection. Joel Martin 2010-08-02 10:11:47 -0500
  • 125d8bbb8f Preliminary scaling code (deactivated). Joel Martin 2010-07-30 09:53:33 -0500
  • f8f5c923dd * removing auto stylesheet loading primalmotion 2010-07-29 18:04:24 +0200
  • 93c860e8e5 * removing the automatic init_logging based on page location primalmotion 2010-07-29 17:59:56 +0200
  • 78223532ce * adding a 'none' logging level and setit by default primalmotion 2010-07-29 17:55:33 +0200
  • 29ad96c526 Give other events chance to fire. Joel Martin 2010-07-29 10:47:32 -0500
  • a867de1652 Update TODO. Joel Martin 2010-07-29 10:46:58 -0500
  • 9fc59562a1 * removing use strict * apply kanaka's patch for letting other events to have a chance to run when RFB is heavy loaded primalmotion 2010-07-29 13:52:56 +0200
  • 045c117dbb Merge remote branch 'upstream/master' primalmotion 2010-07-29 11:21:21 +0200
  • 0af07711ec README.md: fix command formatting. Joel Martin 2010-07-26 17:41:19 -0500
  • eb7b25ae17 Merge remote branch 'upstream/master' primalmotion 2010-07-24 11:23:40 +0200
  • edd9a72c0e * adding customizable default size * Removing useless test. * Ready to merge upstream primalmotion 2010-07-24 11:18:22 +0200