aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rfb
Commit message (Expand)AuthorAgeFilesLines
* 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
* r4960 broke support for pixel formats with depth < 24. This corrects that and...Brian Hinz2012-09-011-2/+3
* adds initial support for loading & saving of both configuration files and use...Brian Hinz2012-08-292-20/+85
* Implemented rfb/Configuration similar to the native client methods. Added equ...Brian Hinz2012-05-148-59/+353
* improve readability of usage message displayed by Java viewer.Brian Hinz2012-05-061-1/+1
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-1154-61/+94
* Prevent viewer from reconfiguring viewport on pixel format changes.Brian Hinz2012-04-051-1/+1
* BufferedImage performance is poor on Microsoft Windows platforms, so fallback...Brian Hinz2012-04-053-24/+15
* Fixes handshake failure caused by premature loop break when data is not ready.Brian Hinz2012-03-192-8/+8
* Changes aimed at making the behavior of the java client more consistent with ...Brian Hinz2012-03-182-49/+90
* Workaround for potential failure to read the version string if the data isn't...Brian Hinz2012-03-161-1/+1
* Fix problem noted in feature request 3482254 where selecting Raw encoding cau...Brian Hinz2012-03-061-3/+4
* Improve performance of Java viewer by using buffered image as drawing surface...Brian Hinz2012-03-052-15/+13
* make sure we actually throw caught execptions in java viewerBrian Hinz2012-02-161-1/+1
* Adds support for fence & continuous updates extensions to java viewer. Adds ...Brian Hinz2012-02-1210-4/+239
* Improved Tight JPEG decode time by ~25% using PixelGrabber rather than gettin...Brian Hinz2012-02-051-19/+13
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-032-70/+106
* make sure that color map is set for all pixel formats or throw an exceptionBrian Hinz2011-12-081-0/+6
* oops, bad commit! I only meant to commit the changes to the TightDecoder.Brian Hinz2011-12-041-5/+0