aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rfb
Commit message (Expand)AuthorAgeFilesLines
* Use $XDG_STATE_HOME for known hosts storagePierre Ossman2024-05-301-2/+2
* Implement XDG Base Directory paths, deprecate ~/.vnc902024-04-261-5/+4
* Fix protocol version handshakepdlan2022-09-031-1/+1
* Add support for RSA-AES security types in Java viewerpdlan2022-09-035-3/+385
* Create VNC homedir if it doesn't already existBrian P. Hinz2021-03-111-3/+8
* Fix for issue 1216Brian P. Hinz2021-03-111-3/+4
* Properly store certificate exceptions in Java viewerBrian P. Hinz2020-09-081-63/+101
* Mostly stylistic changes to java viewer to match recent changes to native viewerBrian P. Hinz2019-12-216-26/+65
* Add support for VMwareCursor pseudo encoding to Java clientBrian P. Hinz2019-11-283-0/+105
* RFB refactoring to sync with native clientBrian P. Hinz2019-11-2116-311/+523
* Invalidate duplicate screensBrian P. Hinz2019-11-161-2/+2
* Using socket.getPeerName() causes DNS lookup and noticable UI stallBrian P. Hinz2019-11-021-4/+2
* [java] Add support for java 9+ (removes support for java 7). Fixes #708,#771Brian P. Hinz2019-10-221-4/+16
* Remove unused force protocol 3.3 codePierre Ossman2019-04-011-8/+2
* [Java] Fix error in VeNCrypt protocol implemtationBrian P. Hinz2018-08-201-6/+6
* Release queueMutex using finally blocksPepijn Van Eeckhoudt2018-08-201-38/+56
* Fixes for erros in java hextile/zrle decodersBrian P. Hinz2018-01-166-106/+116
* Display security state when asking for password (java)Brian P. Hinz2017-11-309-4/+23
* Move UserPasswordGetter out of CConnBrian P. Hinz2017-11-308-50/+52
* Refactoring and implementation changes to keyboard and mouse handlingBrian P. Hinz2017-11-133-399/+1640
* Add formatted string function to LogWriter.Brian P. Hinz2017-11-131-4/+12
* Rename CMsgWriter functions to match C++ codeBrian P. Hinz2017-11-131-3/+3
* Send cursor pseudo-encodings in order of preferencePierre Ossman2017-08-161-2/+2
* Fully implement support for alpha cursor pseudo encoding.Brian P. Hinz2017-08-122-1/+8
* Fix for NPE when zero width or height alpha cursor is sentBrian P. Hinz2017-08-032-19/+26
* Handle certificate verification for saved certs correctlyBrian P. Hinz2017-07-221-42/+34
* Allow multiple certs with same DN in saved certs file.Brian P. Hinz2017-07-221-13/+21
* Various fixes for Region handling in java viewerBrian P. Hinz2017-05-241-20/+12
* Minimize thread blocking and improve thread safety in java viewerBrian P. Hinz2017-05-243-38/+58
* Name threads for easier profilingBrian P. Hinz2017-05-241-1/+1
* Better checks for object equality, remove redundant initializerBrian P. Hinz2017-05-241-6/+7
* CopyRectDecoder missing getAffectedRegion method in java viewerBrian P. Hinz2017-05-241-0/+14
* Multithreaded decoder improvements (java viewer)Brian P. Hinz2017-05-062-11/+11
* More fixes for java viewer performance regressionBrian P. Hinz2017-04-173-6/+7
* Partial fix for java viewer performance regressionBrian P. Hinz2017-04-041-8/+8
* Java client support for X CursorBrian P. Hinz2017-02-272-0/+60
* Fix for exception handling in decoder threads (java client)Brian P. Hinz2017-02-271-1/+1
* Java client support for cursors with full alphaBrian P. Hinz2017-02-276-35/+112
* Fix regression that omitted support for client redirect.Brian P. Hinz2017-02-101-0/+16
* Complete rewrite of pixel buffer & decoder implementation.Brian P. Hinz2016-12-1016-482/+2313
* Delete unecessary filesBrian P. Hinz2016-12-102-294/+0
* Method cleanup.Brian P. Hinz2016-12-106-217/+488
* Make all viewer parameters static. Viewer instances are isolated from each ot...Brian P. Hinz2016-08-277-90/+68
* Add workaround for Vino's VeNCrypt implementation to Java viewerBrian P. Hinz2016-01-171-2/+14
* More cleanup of x509 exception handling in java viewerBrian P. Hinz2015-10-111-27/+20
* Cleanup exception handling for x509* auth types in java viewerBrian P. Hinz2015-10-101-58/+17
* Added hostname verification for x509 authentication typesBrian P. Hinz2015-10-091-3/+80
* Don't exit completely if single viewer declines server certBrian P. Hinz2015-09-201-4/+8
* Fixes for X509 CA certificate handlingBrian P. Hinz2015-09-191-24/+97
* Handle CA chain certificatesBrian P. Hinz2015-09-131-4/+7