]> git.proxmox.com Git - mirror_novnc.git/history - include/websock.js
Use Typed Arrays for the Websock receive queue
[mirror_novnc.git] / include / websock.js
2015-08-06 Solly RossUse Typed Arrays for the Websock receive queue
2015-04-07 SollyMerge pull request #415 from jimdigriz/fixes
2015-02-17 SollyMerge pull request #432 from nbibler/getPositionUpdate
2015-02-17 Solly RossMerge branch 'bug/fix-input-html'
2015-02-04 SollyMerge pull request #427 from jswanner/register-listeners
2015-01-08 Jacob SwannerUnregister event listeners from websock.
2014-09-15 SollyMerge pull request #368 from DirectXMan12/refactor...
2014-09-15 Solly RossCleanup: RFB Client
2014-09-15 Solly RossCleanup: WebSocket Helper
2014-08-19 samhedfixes an error that was made in the merge with the...
2014-04-14 samhedSync with websockify
2014-03-26 SollyMerge pull request #347 from dol/fix/better-ws-binaryty...
2014-03-11 Dominic LuechingerImproved websocket binary support detection
2014-02-17 SollyMerge pull request #242 from Medical-Insight/use-wss...
2013-04-05 jalfUse wss when creating localhost connection to detect...
2012-11-14 Joel MartinSync with websockify.
2012-10-26 Joel Martinsync with websockify
2012-10-18 Joel MartinMerge remote branch 'Medical-Insight/non-square-cursor...
2012-10-17 Joel MartinMerge pull request #195 from moobyfr/keyboard-altgr
2012-10-17 Joel MartinAdd binary/base64 data mode to perf/playback tests.
2012-10-17 Joel MartinRefactor dynamic script loading. Add util.js:load_scripts()
2012-10-16 Joel MartinMerge pull request #191 from takaha/altgr
2012-10-15 Joel MartinChange noVNC license to from LGPLv3 to MPL 2.0
2012-09-17 Joel MartinUpdate websockify/websock.js.
2012-09-14 Joel MartinMerge branch 'binary', fix encode_message
2012-08-16 Joel Martinwebsock.js: simpler binary support, protocols param.
2012-08-15 Joel MartinRevert "Pull in latest websockify."
2012-08-14 Joel MartinPull in latest websockify.
2012-06-26 Joel Martinwebsock.js: comment out debug options.
2012-06-24 Joel MartinLicense clarification: HTML,CSS,images,fonts under...
2012-06-23 Joel MartinMerge remote branch 'kassah/master'
2012-06-08 Joel MartinFix forcing of web-socket-js even when native available.
2012-01-12 Joel MartinMerge remote branch 'origin/issue-70'
2012-01-12 Joel MartinLinting.
2011-12-15 Joel MartinMerge branch 'master' of github.com:kanaka/noVNC
2011-12-15 Joel Martinwebsockify: better multi-python version support.
2011-12-15 Joel MartinShow close code and reason.
2011-08-02 Joel MartinCatch Mozilla prefixing of WebSocket.
2011-06-28 Joel MartinRemove extraneous question mark.
2011-06-28 Joel MartinMerge branch 'master' of git@github.com:kanaka/noVNC
2011-06-28 Joel MartinOnly append random string to swf path in IE.
2011-06-26 Joel MartinFix playback of recorded VNC.
2011-05-11 Joel MartinAPI changes/cleanup.
2011-05-09 Joel MartinMerge branch 'master' of git@github.com:kanaka/noVNC
2011-05-09 Joel MartinStop sending empty frames.
2011-03-16 Joel MartinUpdate web-socket-js to bb5797cad.
2011-02-19 Joel MartinSome JSLint'ing
2011-01-31 Joel MartinIE9 fixes. Works but slow. API change.
2011-01-24 Joel MartinOpera 11 WebSockets and Opera '-' key mapping fix.
2011-01-24 Joel Martinwebsock.send returns true/false.
2011-01-24 Joel MartinTolerate some bufferedAmount.
2011-01-13 Joel MartinConvert to Websock library.