index
:
delta/novnc.git
api
app
baserock/v0.5.1
binary
browser_test
bug/auth-errors-not-displayed
bug/dynamic-rq-resize
bug/fix-test-playback
bug/follow-symlinks-for-here
bug/gc-spikes
bug/ie11-tests-slice
bug/misc-fixes
bug/pako-issue
bug/throw-error-from-constructor
bug/tight-buffer-overread
combinemousewheel
compressionlevel
continuousupdates
disabledragwhilescale
docs/fix-copyright
dontgrabinviewonly
feature/ikvm-support
feature/local-pseudo-cursor
feature/more-perf-improvements
feature/new-zlib-impl
feature/realvnc5-version-number
gh-pages
html5-test
infra/fix-travis-sauce
infra/publish
issue-70
issue_templates
limitmouse
localStorage
master
mobile
nokeyboardviewonly
novnc-legacy
properdisconnections
refactor/es6-module-loader
refactor/modularized
refactor/remove-refs-to-jsunzip
removePasswordState
removexvpfromlite
resizeObserverScrollbars
restoregetcontext
sauce
saveimmediately
scrollbarsfortouch
separatestates
stable/v0.6
surfacetouch
test
tests/travis-container
tests/update-deps
tmp-branch/throw-error-on-error
touchdetect
travis
ui-cleanup
useRequireRename
visualhint
vnclitecleanup
wasm
xpra
github.com: kanaka/noVNC.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
rfb.js
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Properly limit mouse moves to once every 17 ms
limitmouse
Samuel Mannehed
2020-05-31
1
-17
/
+50
*
|
Stop send mouse clicks while dragging in view only
Samuel Mannehed
2020-05-31
1
-0
/
+2
*
|
Standardize on camelCase for functions in RFB
Samuel Mannehed
2020-05-31
1
-50
/
+50
*
|
Standardize on camelCase for variables in RFB
Samuel Mannehed
2020-05-31
1
-229
/
+229
*
|
Remove unused mouse_arr variable
Samuel Mannehed
2020-05-08
1
-1
/
+0
|
/
*
Add ability to set compression level
Samuel Mannehed
2020-05-01
1
-1
/
+22
*
rfb: VeNCrypt Plain SecurityType support
Filip Stedronsky
2020-04-08
1
-0
/
+94
*
adds qualityLevel property to RFB class for updating JPEG quality level encod...
Andrey Trebler
2020-02-28
1
-1
/
+23
*
Fix crash with too large clipboard data
Alex Tanskanen
2020-02-21
1
-1
/
+5
*
Merge branch 'clipboard_unicode' of https://github.com/CendioNiko/noVNC
Pierre Ossman
2020-02-18
1
-18
/
+302
|
\
|
*
Add extended clipboard Pseudo-Encoding
Niko Lehto
2020-02-18
1
-18
/
+302
*
|
Fix color channels for VMware alpha cursors
Samuel Mannehed
2020-01-30
1
-2
/
+2
|
/
*
Allow cursor to be updated while connecting
Pierre Ossman
2019-12-30
1
-1
/
+4
*
Build in the behavior to ignore decodeUTF8 errors
Samuel Mannehed
2019-12-23
1
-10
/
+2
*
Add try catch in every place that uses decodeUTF8
VanyM
2019-12-06
1
-2
/
+11
*
Add support for Unix Tight auth
Chris "Koying" Browet
2019-12-05
1
-1
/
+25
*
Allow connecting with empty string credentials
Chris J
2019-12-05
1
-4
/
+4
*
Update copyright to 2019 for modified files
Samuel Mannehed
2019-09-30
1
-1
/
+1
*
Merge pull request #1299 from CendioNiko/vmwarecursor
Samuel Mannehed
2019-09-25
1
-0
/
+120
|
\
|
*
Add support for VMware cursor encoding
Niko Lehto
2019-09-24
1
-0
/
+120
*
|
Add support for DesktopName extension
Niko Lehto
2019-09-04
1
-5
/
+32
|
/
*
Remove pointless Display.clear()
Pierre Ossman
2019-08-23
1
-1
/
+0
*
Deprecate showDotCursor option for RFB constructor
Pierre Ossman
2019-08-23
1
-1
/
+6
*
Make sure showDotCursor can be modified before connecting
Pierre Ossman
2019-08-23
1
-0
/
+1
*
Remove the default value of wsProtocols
Samuel Mannehed
2019-07-23
1
-1
/
+1
*
Add support in websocket sub-protocols
Shira Maximov
2019-07-23
1
-1
/
+2
*
Remove server pixel format warnings
Pierre Ossman
2019-05-24
1
-12
/
+0
*
Convert DES into a class
Juanjo Diaz
2019-02-26
1
-5
/
+2
*
Remove error handling in clientCutText()
Pierre Ossman
2019-02-15
1
-5
/
+0
*
Clean up RFB._rfb_auth_schema assignment
Pierre Ossman
2019-02-15
1
-2
/
+1
*
Fix security failure reason handling of slow data
Pierre Ossman
2019-02-15
1
-32
/
+27
*
Fix version handshake to handle slow data
Pierre Ossman
2019-02-15
1
-2
/
+2
*
Use arrow function to avoid bind
Pierre Ossman
2019-02-15
1
-1
/
+3
*
Make the screen background cutomizable
Mykola Mokhnach
2019-01-18
1
-1
/
+5
*
Add getters/setter to websock
Juanjo Diaz
2018-12-08
1
-6
/
+6
*
Use `new` when constructing errors
Juanjo Diaz
2018-11-24
1
-2
/
+2
*
Change copyright header (#1138)
Solly Ross
2018-10-09
1
-3
/
+1
*
Fix cursor encoding handling from earlier merge
Pierre Ossman
2018-09-18
1
-6
/
+22
*
Merge branch 'style' of https://github.com/CendioOssman/noVNC
Pierre Ossman
2018-09-17
1
-14
/
+16
|
\
|
*
Enforce explicit semi-colons
Pierre Ossman
2018-09-06
1
-2
/
+2
|
*
Enforce curly braces for control statements
Pierre Ossman
2018-09-06
1
-1
/
+3
|
*
Enforce no trailing whitespace
Pierre Ossman
2018-09-06
1
-1
/
+1
|
*
Enforce indentation
Pierre Ossman
2018-09-06
1
-15
/
+15
*
|
Merge branch 'decoders' of https://github.com/CendioOssman/noVNC
Pierre Ossman
2018-09-17
1
-771
/
+167
|
\
\
|
*
|
Move decoders to separate classes
Pierre Ossman
2018-08-22
1
-548
/
+34
|
*
|
Handle pseudo encodings directly
Pierre Ossman
2018-08-22
1
-146
/
+150
|
*
|
Remove statistics tracking
Pierre Ossman
2018-08-22
1
-80
/
+2
|
*
|
Give proper int argument to encodingName()
Pierre Ossman
2018-08-22
1
-2
/
+2
|
|
/
*
|
Show dot when there is no visible cursor
Alexander E. Patrakov
2018-09-14
1
-12
/
+63
*
|
Moved the "pixels + mask -> RGBA" logic to rfb.js
Alexander E. Patrakov
2018-09-07
1
-7
/
+48
|
/
[prev]
[next]