]> git.proxmox.com Git - mirror_novnc.git/history - include/rfb.js
Some JSLint'ing
[mirror_novnc.git] / include / rfb.js
2011-02-19 Joel MartinSome JSLint'ing
2011-02-03 Joel MartinAdd logo, favicon.
2011-01-13 Joel MartinConvert to Websock library.
2011-01-07 Joel MartinMerge branch 'master' of git@github.com:kanaka/noVNC
2011-01-04 Joel Martininclude/rfb.js: show Flash version in console.
2010-12-25 Joel MartinFix to "Tolerate fragmented ServerInit".
2010-12-24 Joel MartinTolerate fragmented ServerInit.
2010-12-10 Joel MartinMake compatible with jQuery. Slight API change.
2010-11-15 Joel Martinrfb.js: avoid multiple b64 sequences per frame.
2010-10-28 Joel MartinIssue #34: fix RFB 3.3/3.7 with no auth scheme.
2010-10-24 Joel MartinExpose VNC shared mode setting in UIs.
2010-10-14 Joel MartinFix reason_len not defined bug.
2010-10-14 Joel Martinrfb.js: fail() wrapper for common failed pattern.
2010-10-01 Joel Martinrfb.js: rQwait, cuttext simplification.
2010-09-30 Joel Martininclude/des.js: trim some fat.
2010-09-29 Joel MartinMerge branch 'master' of git@github.com:kanaka/noVNC
2010-09-29 Joel Martindes.js: remove decrypt and simplify.
2010-09-25 Joel MartinShow rect/enc counts, add vnc_perf.html test.
2010-09-24 Joel Martinrfb.js, canvas.js: status feedback on Canvas functionality.
2010-09-23 Joel MartinRefactor settings object, add connectTimeout setting.
2010-09-23 Joel Martinrfb.js: wait for SecurityResult failure reason bytes.
2010-09-22 Joel Martinlogging: add Util.get_logging(), canvas clearing.
2010-09-20 Joel MartinNo local cursor by default due to issues #27, #29.
2010-09-15 Joel MartinAPI change: add sendKey() to manually send key code.
2010-09-11 Joel Martinrfb.js: state refactor, add 'disconnect' state.
2010-09-08 Joel MartinLicense header cleanup.
2010-09-08 Joel MartinJSLint.
2010-09-01 Joel MartinIssue #15 - rfb.js: wait for security type list.
2010-08-31 Joel MartinRename tightpng img queue variable to imgQ.
2010-08-30 Joel MartinMore timing "history" purge.
2010-08-30 Joel Martinrfb.js: JSLint'ing
2010-08-30 Joel MartinMerge init() into the constructor.
2010-08-27 Joel MartinRemove psuedo-UTF8 encoding.
2010-08-27 Joel Martinrfb.js: remove timing history.
2010-08-27 Joel Martinrfb.js/tight_png: fix indexed receive queue handling.
2010-08-26 Joel MartinIndexed receive queue. Up to 2X speedup in Chrome.
2010-08-11 Joel MartinTreat RFB 3.6 as 3.3.
2010-08-06 Joel MartinScroll render test and perf speedup.
2010-08-04 primalmotion* take care of kanaka's suggestions
2010-08-04 primalmotion* Adding a way to set the DOM document to use.
2010-08-04 Joel MartinJSLint: use ===.
2010-08-02 Joel MartinNew API. Refactor Canvas and RFB objects.
2010-07-29 Joel MartinGive other events chance to fire.
2010-07-23 Joel MartinIssue #15: noVNC falls behind.
2010-07-22 Joel MartinJSLint. RFB obj to rfb.js; vnc.js the 'loader'.