aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rfb
Commit message (Expand)AuthorAgeFilesLines
* [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
* Improve handling of x509 authenticationBrian P. Hinz2015-09-131-24/+101
* Decode serverCutText to ISO-8859-1Brian P. Hinz2015-03-021-7/+6
* Don't violate RFB spec by sending UTF-8Brian P. Hinz2015-03-011-6/+5
* Major overhaul of SSLEngineManagerBrian P. Hinz2014-11-021-14/+16
* Updated copyright noticesBrian Hinz2013-12-292-2/+4
* Another overhaul of the key event handlers. There was a fundamental flaw in t...Brian Hinz2013-12-292-791/+1076
* Applied DRC's patch to fix broken RRE decoder in java clientBrian Hinz2013-10-031-1/+2
* Whitespace cleanup onlyBrian Hinz2013-05-1254-331/+331
* More fixes for key event issues. It seems that on WindowsXP sending the actu...Brian Hinz2013-03-251-0/+40
* Backported a number of fixes/enhancements (mostly related to keymapping) from...Brian Hinz2013-03-031-3/+36
* Using DirectColorModel constructor with an alpha mask other than 0 creates a ...Brian Hinz2013-03-011-3/+3
* Cleanup linter warnings wherever possible and suppress all linter warnings fr...Brian Hinz2012-12-146-12/+12
* Fixes regression introduced by r5016 (exception produced when connecting to 8...Brian Hinz2012-12-111-1/+4
* fixed bug where IndexColorModel was reset when switching to 8bpp from another...Brian Hinz2012-12-061-4/+3