summaryrefslogtreecommitdiff
path: root/core/rfb.js
Commit message (Expand)AuthorAgeFilesLines
* Add ability to set compression levelcompressionlevelSamuel Mannehed2020-05-011-1/+22
* rfb: VeNCrypt Plain SecurityType supportFilip Stedronsky2020-04-081-0/+94
* adds qualityLevel property to RFB class for updating JPEG quality level encod...Andrey Trebler2020-02-281-1/+23
* Fix crash with too large clipboard dataAlex Tanskanen2020-02-211-1/+5
* Merge branch 'clipboard_unicode' of https://github.com/CendioNiko/noVNCPierre Ossman2020-02-181-18/+302
|\
| * Add extended clipboard Pseudo-EncodingNiko Lehto2020-02-181-18/+302
* | Fix color channels for VMware alpha cursorsSamuel Mannehed2020-01-301-2/+2
|/
* Allow cursor to be updated while connectingPierre Ossman2019-12-301-1/+4
* Build in the behavior to ignore decodeUTF8 errorsSamuel Mannehed2019-12-231-10/+2
* Add try catch in every place that uses decodeUTF8VanyM2019-12-061-2/+11
* Add support for Unix Tight authChris "Koying" Browet2019-12-051-1/+25
* Allow connecting with empty string credentialsChris J2019-12-051-4/+4
* Update copyright to 2019 for modified filesSamuel Mannehed2019-09-301-1/+1
* Merge pull request #1299 from CendioNiko/vmwarecursorSamuel Mannehed2019-09-251-0/+120
|\
| * Add support for VMware cursor encodingNiko Lehto2019-09-241-0/+120
* | Add support for DesktopName extensionNiko Lehto2019-09-041-5/+32
|/
* Remove pointless Display.clear()Pierre Ossman2019-08-231-1/+0
* Deprecate showDotCursor option for RFB constructorPierre Ossman2019-08-231-1/+6
* Make sure showDotCursor can be modified before connectingPierre Ossman2019-08-231-0/+1
* Remove the default value of wsProtocolsSamuel Mannehed2019-07-231-1/+1
* Add support in websocket sub-protocolsShira Maximov2019-07-231-1/+2
* Remove server pixel format warningsPierre Ossman2019-05-241-12/+0
* Convert DES into a classJuanjo Diaz2019-02-261-5/+2
* Remove error handling in clientCutText()Pierre Ossman2019-02-151-5/+0
* Clean up RFB._rfb_auth_schema assignmentPierre Ossman2019-02-151-2/+1
* Fix security failure reason handling of slow dataPierre Ossman2019-02-151-32/+27
* Fix version handshake to handle slow dataPierre Ossman2019-02-151-2/+2
* Use arrow function to avoid bindPierre Ossman2019-02-151-1/+3
* Make the screen background cutomizableMykola Mokhnach2019-01-181-1/+5
* Add getters/setter to websockJuanjo Diaz2018-12-081-6/+6
* Use `new` when constructing errorsJuanjo Diaz2018-11-241-2/+2
* Change copyright header (#1138)Solly Ross2018-10-091-3/+1
* Fix cursor encoding handling from earlier mergePierre Ossman2018-09-181-6/+22
* Merge branch 'style' of https://github.com/CendioOssman/noVNCPierre Ossman2018-09-171-14/+16
|\
| * Enforce explicit semi-colonsPierre Ossman2018-09-061-2/+2
| * Enforce curly braces for control statementsPierre Ossman2018-09-061-1/+3
| * Enforce no trailing whitespacePierre Ossman2018-09-061-1/+1
| * Enforce indentationPierre Ossman2018-09-061-15/+15
* | Merge branch 'decoders' of https://github.com/CendioOssman/noVNCPierre Ossman2018-09-171-771/+167
|\ \
| * | Move decoders to separate classesPierre Ossman2018-08-221-548/+34
| * | Handle pseudo encodings directlyPierre Ossman2018-08-221-146/+150
| * | Remove statistics trackingPierre Ossman2018-08-221-80/+2
| * | Give proper int argument to encodingName()Pierre Ossman2018-08-221-2/+2
| |/
* | Show dot when there is no visible cursorAlexander E. Patrakov2018-09-141-12/+63
* | Moved the "pixels + mask -> RGBA" logic to rfb.jsAlexander E. Patrakov2018-09-071-7/+48
|/
* Merge branch 'hidpi_scale' of https://github.com/CendioOssman/noVNCPierre Ossman2018-08-161-3/+4
|\
| * Handle fractional screen sizesPierre Ossman2018-07-261-3/+4
* | Move dragThreshold definition to util/Samuel Mannehed2018-08-101-4/+1
|/
* Use fat arrow functions `const foo = () => { ... };` for callbacksJuanjo Diaz2018-07-121-30/+24
* Use ES6 classesJuanjo Diaz2018-07-121-368/+373