]> git.proxmox.com Git - mirror_novnc.git/shortlog
mirror_novnc.git
2010-09-23 Joel MartinMisc cleanup: debug logging, record filename, etc.
2010-09-23 Joel Martinutil.js: detect firefox 4.X correctly.
2010-09-22 Joel Martinlogging: add Util.get_logging(), canvas clearing.
2010-09-22 Joel Martinplayback.js: move to include/ for easier reference.
2010-09-20 Joel MartinNo local cursor by default due to issues #27, #29.
2010-09-15 Joel MartinC proxy: Issue #14: wss:// from Safari
2010-09-15 Joel MartinAPI change: add sendKey() to manually send key code.
2010-09-15 Joel Martinproxy: Issue #14: detect and allow wss:// from Safari.
2010-09-11 Joel Martinrfb.js: state refactor, add 'disconnect' state.
2010-09-11 Joel Martinproxy: always multiprocess and add --verbose.
2010-09-11 Joel Martinweb-socket-js (issue #37): close() when connecting
2010-09-11 Joel Martingimite/web-socket-js issue #35: async onclose.
2010-09-10 Joel Martinproxy: do handshake in forked process too.
2010-09-10 Joel Martinwsproxy: multiprocess capable.
2010-09-10 Joel MartinRemove record option from C wsproxy.
2010-09-08 Joel MartinLicense header cleanup.
2010-09-08 Joel Martinweb-socket-js: 9e7663771 build and remove source.
2010-09-08 Joel Martindefault_controls.js: Fix cursor setting init.
2010-09-08 Joel MartinTODO and .gitignore: updates.
2010-09-08 Joel MartinJSLint.
2010-09-07 Joel Martinvnc_playback.html: print frame_idx on error.
2010-09-07 Joel MartinEncrypt default to 'false' in vnc_auto.html also.
2010-09-01 Joel Martinplayback.js: realtime playback and split out code.
2010-09-01 Joel MartinTODO: move long-term features to github issues.
2010-09-01 Joel MartinIssue #15 - rfb.js: wait for security type list.
2010-08-31 Joel Martincanvas.js: Fix ignore for scrolled window.
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 MartinTest both builtin and base64.js functions.
2010-08-26 Joel MartinIndexed receive queue. Up to 2X speedup in Chrome.
2010-08-12 Joel MartinAdd Javascript variable container to record data.
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-04 Joel MartinRemove unused imports (sys, ssl) in wsproxy.py
2010-08-04 Joel MartinPython 2.4 compatible imports.
2010-08-04 Joel MartinFix #19: python2.4 support.
2010-08-03 Joel MartinWebSockets orderly/clean close frame.
2010-08-03 Joel MartinEncrypt default to off, TODO updates.
2010-08-02 Joel MartinNew API. Refactor Canvas and RFB objects.
2010-08-02 Joel MartinCatch exceptions in cursor detection.
2010-07-30 Joel MartinPreliminary scaling code (deactivated).
2010-07-29 Joel MartinGive other events chance to fire.
2010-07-29 Joel MartinUpdate TODO.
2010-07-26 Joel MartinREADME.md: fix command formatting.
2010-07-23 Joel MartinREADME.md: correction about VNC_uri_prefix.
2010-07-23 Joel MartinAdd twitter link to follow @noVNC for commits/news.
2010-07-23 Joel MartinIssue #15: noVNC falls behind.
2010-07-23 Joel MartinREADME.md: Add more bug/issue suggested info.
2010-07-22 Joel MartinTurn off firebug-lite in canvas test page.
2010-07-22 Joel MartinQuery string cleanup and move it to util.js
2010-07-22 Joel MartinJSLint. RFB obj to rfb.js; vnc.js the 'loader'.
2010-07-22 Joel MartinFix logging init on first page load (not in cookie).
2010-07-22 Joel MartinFix error when cursor Data URI scheme not supported.
2010-07-22 Joel MartinAPI changes. Client cursor and settings menu.
2010-07-20 Joel MartinFail if initial server connection fails.
2010-07-20 Joel MartinAdd Cursor pseudo-encoding support (disabled for now).
2010-07-17 Joel MartinFix listen_port check.
2010-07-17 Joel MartinIssue #11: daemonize after opening listen port.
2010-07-16 Joel MartinTypos and formatting.
2010-07-16 Joel MartinLaunch script and reworked usage in README.md.
2010-07-16 Joel MartinMake black.css an alternate stylesheet.
2010-07-16 Joel MartinState machine refactoring.
2010-07-16 Joel MartinAdd info on firefox 3.0.17.
2010-07-15 Joel MartinClean up top level: move license files to docs/
2010-07-14 Joel MartinUTF-8: send 0 as 256 during encoding too.
2010-07-13 Joel MartinAdd native base64 test (atob and btoa).
2010-07-13 Joel MartinTightPng fixups and thanks to Sentry Data Systems.
2010-07-09 Joel MartinScreenshots section, link to more.
2010-07-09 Joel MartinREADME.md: caption formatting.
2010-07-09 Joel MartinREADME.md: image caption and bigger dimensions.
2010-07-09 Joel MartinAdd screenshots to README.md.
2010-07-07 Joel MartinMarkdown links in README.md.
2010-07-07 Joel MartinLinks related to Tight PNG encoding work.
2010-07-07 Joel MartinRemoved missed mootools include in ws.html test.
2010-07-06 Joel MartinAdd troubleshooting section.
2010-07-06 Joel MartinRemove unneeded mootools and FABridge test.
2010-07-06 Joel MartinRefactor console logging code.
2010-07-05 Joel MartinInit updated web-socket-js correctly. TODO updates.
2010-07-02 Joel MartinDisable excanvas experiment.
2010-07-02 Joel MartinA little more cleanup of browser table.
2010-07-02 Joel MartinMore browser table cleanup.
2010-07-02 Joel MartinRemove unsupported table colors. Cleanup table.
2010-07-02 Joel MartinREADME.md: try browser tests in table.
2010-07-02 Joel MartinTest table in markdown.
2010-07-02 Joel MartinREADME/TODO: Windows browser testing results.
2010-07-02 Joel MartinRebuild web-socket-js swf with gimite updates.
2010-07-02 Joel MartinAdd global variable option for swf location.
2010-07-02 Joel MartinImport/merge gimite/web-socket-js up to da7caff96496c7d...
2010-07-01 Joel MartinClarify browser results in README.md
2010-07-01 Joel MartinRemove sequence code in client and proxies.
2010-07-01 Joel MartinUpdate web-socket-js binary build and README.md
2010-07-01 Joel MartinOpera fixes and big Opera performance boost.
next