]> git.proxmox.com Git - mirror_novnc.git/shortlog
mirror_novnc.git
2010-05-17 Joel MartinDouble Chrome hextile perf again. Add canvas test.
2010-05-17 Joel MartinAdd styling classes for status line state.
2010-05-17 Joel MartinAdd back canvas.html test page to tests subdir.
2010-05-17 Joel MartinCreate FABridge tester. Move wstest into tests subdir.
2010-05-16 Joel MartinChange wstest.html 'cnt' to 'seq'.
2010-05-15 Joel MartinMove canvas.js to include/canvas.js.
2010-05-15 Joel MartinSupport 3.7.
2010-05-15 Joel MartinMove vars into RFB namespace. Extend array in util.js.
2010-05-15 Joel MartinJSLint and "use strict".
2010-05-15 Joel MartinCleanup output, trap exceptions, timing output, fixes.
2010-05-15 Joel MartinDouble hextile rendering performance in Chrome.
2010-05-15 Joel MartinReset client_settings on connect.
2010-05-12 Joel MartinRename HTML5-VNC to noVNC.
2010-05-11 Joel MartinMark include/plain.css as code.
2010-05-11 Joel MartinAdd some links to related project sites.
2010-05-11 Joel MartinPull and modify stylesheet from kevinykchan/vnc-html5.
2010-05-11 Joel MartinIsolate DOM references in load() and connect().
2010-05-11 Joel MartinStyling/integration refactoring.
2010-05-11 Joel MartinAdd and clarify licensing.
2010-05-11 Joel MartinFix wsproxy CPU usage without affecting latency.
2010-05-11 Joel MartinMerge branch 'merge_kevinykchan'
2010-05-11 Kevin ChanAddresses issue where wsproxy utilizes 100% CPU. The...
2010-05-11 Kevin ChanIf no password is provided, defaults to use no auth
2010-05-06 Joel MartinMove controls to vnc.js, make vnc.html very simple.
2010-05-06 Joel MartinIgnore python bytecode files.
2010-05-06 Joel MartinFix same for server side (no expected count complaint).
2010-05-06 Joel MartinDon't complain about expected count on stop.
2010-05-06 Joel MartinEncryption suppport for wstest.
2010-05-06 Joel Martinwebsocket.py: generic code from wsproxy and wstest.
2010-05-05 Joel MartinDES that works with KVM's VNC. RFB 3.8 fixes.
2010-05-02 Joel MartinSupport for RFB 3.8 handshake.
2010-05-01 Joel MartinCleanup. Move note files into docs/.
2010-04-30 Joel MartinSupport for SSL/TLS ('wss://') on both sides.
2010-04-30 Joel MartinAutomatically detect TLS/SSL during handshake.
2010-04-30 Joel MartinImport as3crypto_patch: ffda6e9cd8b1d74f45472c676afda83...
2010-04-19 Joel MartinDon't erase failed state error messages on disconnect.
2010-04-19 Joel MartinAlso send errors to console.error
2010-04-19 Joel Martinwstest*. Fix Opera problems. Flash policy. Misc bugs.
2010-04-19 Joel MartinREADME.md typo and clarify.
2010-04-19 Joel MartinUpdate README.md and TODO.
2010-04-19 Joel MartinSend seq nums and b64 encode based on query string.
2010-04-18 Joel MartinStatus/error refactor. Fix firefox bugs.
2010-04-18 Joel MartinRemove mootools-more references.
2010-04-18 Joel MartinFix firefox '-' key mapping.
2010-04-18 Joel MartinAdd fixing firefox '-' key mapping issue to TODO.
2010-04-17 Joel MartinHandle socket policy response in proxy itself.
2010-04-17 Joel MartinAdd web-socket-js support with packet re-ordering.
2010-04-17 Joel MartinImport web-socket-js: a0fb3933ce5c824bcb882f5a1cf87e46d...
2010-04-16 Joel MartinReassemble partial client packets in wsproxy.py
2010-04-16 Joel MartinAssemble partial received frames.
2010-04-16 Joel MartinAdd WebSockets test frontend and backend.
2010-04-15 Joel MartinRemove uneeded mootools functions and used compressed...
2010-04-15 Joel MartinClarify DES code origination.
2010-04-15 Joel MartinSwitch to MPL/GPL base64 from Mozilla.
2010-04-15 Joel MartinUpdate TODO and small perf cleanups.
2010-04-15 Joel MartinAdd cut and paste support.
2010-04-15 Joel MartinIn TODO: RRE framing bug fixed in prev refactor.
2010-04-15 Joel MartinRefactor FBU.bytes handling to simplify.
2010-04-15 Joel Martinstop routine stops mouseMove events too.
2010-04-14 Joel MartinNote WSS/SSL and C wsproxy in TODO.
2010-04-14 Joel MartinAdd TODO.
2010-04-14 Joel MartinWorking VNC client! Add mouse movement support.
2010-04-14 Joel MartinRename canvas.js routines to not have "rfb" prefix.
2010-04-14 Joel MartinDon't clear canvas if debug mode
2010-04-14 Joel MartinRe-order routines, no functional changes.
2010-04-14 Joel MartinBetter hextile performance: index subrects instead...
2010-04-14 Joel MartinFix some framing bugs. Cleanup console logs.
2010-04-14 Joel MartinRefactor data processing. Ignore other server messages.
2010-04-13 Joel MartinInitial mouse support. Down and Up only.
2010-04-13 Joel MartinHextile working. Improve latency by coallescing sends.
2010-04-13 Joel MartinRemove event handlers on disconnect.
2010-04-13 Joel MartinSwitch to much faster console.log and separate utils...
2010-04-12 Joel MartinRefactor processing to allow hextile processing.
2010-04-12 Joel MartinProcess RRE in chunks instead of 1 at a time.
2010-04-12 Joel MartinChange to RGB ordering.
2010-04-12 Joel MartinWorking RRE implementation.
2010-04-12 Joel MartinFirst pass at RRE encoding
2010-04-10 Joel MartinWebWorkers example with two way messages.
2010-04-10 Joel MartinHandle undefined URL values correctly.
2010-04-10 Joel MartinChange depth to count down correctly. Trim long lines.
2010-04-07 Joel MartinFix Copy-Rect encoding.
2010-04-07 Joel MartinMake web.py match README. Remove unused ws_echo.py.
2010-04-07 Joel MartinList for proxy reasons.
2010-04-07 Joel MartinChange to markdown README.md.
2010-04-07 Joel MartinAdd README.
2010-04-07 Joel MartinRemove old test files.
2010-04-06 Joel MartinCleanup of files and vnc.js namespace.
2010-04-06 Joel MartinCreate getKeysym to lookup keysym from keyCode.
2010-04-06 Joel MartinFix canvas.html.
2010-04-06 Joel MartinBetter interface, support user provided VNC password.
2010-04-06 Joel MartinGot DES encryption of password working and colors corre...
2010-04-06 Joel MartinWorking with Raw rectangles and capital letter keys.
2010-04-04 Joel MartinCleanup canvas and vnc code so they can be used together.
2010-04-04 Joel MartinAdd Canvas and event experiments.
2010-04-03 Joel MartinDo base64 encode/decode of stream. Send SetEncoding...
2010-04-03 Joel MartinBase64 Javascript encode/decode library.
2010-04-03 Joel MartinBase64 encode/decode for client Javascript.
2010-04-01 Joel MartinFirst RFB protocol stub implementation.
2010-04-01 Joel MartinAdd minimal python directory web server.
2010-04-01 Joel MartinAdd RFB specs and move *.js files into include/
next