index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.15-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
com
/
tigervnc
/
rfb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Multithreaded decoder improvements (java viewer)
Brian P. Hinz
2017-05-06
2
-11
/
+11
*
More fixes for java viewer performance regression
Brian P. Hinz
2017-04-17
3
-6
/
+7
*
Partial fix for java viewer performance regression
Brian P. Hinz
2017-04-04
1
-8
/
+8
*
Java client support for X Cursor
Brian P. Hinz
2017-02-27
2
-0
/
+60
*
Fix for exception handling in decoder threads (java client)
Brian P. Hinz
2017-02-27
1
-1
/
+1
*
Java client support for cursors with full alpha
Brian P. Hinz
2017-02-27
6
-35
/
+112
*
Fix regression that omitted support for client redirect.
Brian P. Hinz
2017-02-10
1
-0
/
+16
*
Complete rewrite of pixel buffer & decoder implementation.
Brian P. Hinz
2016-12-10
16
-482
/
+2313
*
Delete unecessary files
Brian P. Hinz
2016-12-10
2
-294
/
+0
*
Method cleanup.
Brian P. Hinz
2016-12-10
6
-217
/
+488
*
Make all viewer parameters static. Viewer instances are isolated from each ot...
Brian P. Hinz
2016-08-27
7
-90
/
+68
*
Add workaround for Vino's VeNCrypt implementation to Java viewer
Brian P. Hinz
2016-01-17
1
-2
/
+14
*
More cleanup of x509 exception handling in java viewer
Brian P. Hinz
2015-10-11
1
-27
/
+20
*
Cleanup exception handling for x509* auth types in java viewer
Brian P. Hinz
2015-10-10
1
-58
/
+17
*
Added hostname verification for x509 authentication types
Brian P. Hinz
2015-10-09
1
-3
/
+80
*
Don't exit completely if single viewer declines server cert
Brian P. Hinz
2015-09-20
1
-4
/
+8
*
Fixes for X509 CA certificate handling
Brian P. Hinz
2015-09-19
1
-24
/
+97
*
Handle CA chain certificates
Brian P. Hinz
2015-09-13
1
-4
/
+7
*
Improve handling of x509 authentication
Brian P. Hinz
2015-09-13
1
-24
/
+101
*
Decode serverCutText to ISO-8859-1
Brian P. Hinz
2015-03-02
1
-7
/
+6
*
Don't violate RFB spec by sending UTF-8
Brian P. Hinz
2015-03-01
1
-6
/
+5
*
Major overhaul of SSLEngineManager
Brian P. Hinz
2014-11-02
1
-14
/
+16
*
Updated copyright notices
Brian Hinz
2013-12-29
2
-2
/
+4
*
Another overhaul of the key event handlers. There was a fundamental flaw in t...
Brian Hinz
2013-12-29
2
-791
/
+1076
*
Applied DRC's patch to fix broken RRE decoder in java client
Brian Hinz
2013-10-03
1
-1
/
+2
*
Whitespace cleanup only
Brian Hinz
2013-05-12
54
-331
/
+331
*
More fixes for key event issues. It seems that on WindowsXP sending the actu...
Brian Hinz
2013-03-25
1
-0
/
+40
*
Backported a number of fixes/enhancements (mostly related to keymapping) from...
Brian Hinz
2013-03-03
1
-3
/
+36
*
Using DirectColorModel constructor with an alpha mask other than 0 creates a ...
Brian Hinz
2013-03-01
1
-3
/
+3
*
Cleanup linter warnings wherever possible and suppress all linter warnings fr...
Brian Hinz
2012-12-14
6
-12
/
+12
*
Fixes regression introduced by r5016 (exception produced when connecting to 8...
Brian Hinz
2012-12-11
1
-1
/
+4
*
fixed bug where IndexColorModel was reset when switching to 8bpp from another...
Brian Hinz
2012-12-06
1
-4
/
+3
*
r4960 broke support for pixel formats with depth < 24. This corrects that and...
Brian Hinz
2012-09-01
1
-2
/
+3
*
adds initial support for loading & saving of both configuration files and use...
Brian Hinz
2012-08-29
2
-20
/
+85
*
Implemented rfb/Configuration similar to the native client methods. Added equ...
Brian Hinz
2012-05-14
8
-59
/
+353
*
improve readability of usage message displayed by Java viewer.
Brian Hinz
2012-05-06
1
-1
/
+1
*
Update address of FSF and copyright notices to assign proper credit.
Brian Hinz
2012-04-11
54
-61
/
+94
*
Prevent viewer from reconfiguring viewport on pixel format changes.
Brian Hinz
2012-04-05
1
-1
/
+1
*
BufferedImage performance is poor on Microsoft Windows platforms, so fallback...
Brian Hinz
2012-04-05
3
-24
/
+15
*
Fixes handshake failure caused by premature loop break when data is not ready.
Brian Hinz
2012-03-19
2
-8
/
+8
*
Changes aimed at making the behavior of the java client more consistent with ...
Brian Hinz
2012-03-18
2
-49
/
+90
*
Workaround for potential failure to read the version string if the data isn't...
Brian Hinz
2012-03-16
1
-1
/
+1
*
Fix problem noted in feature request 3482254 where selecting Raw encoding cau...
Brian Hinz
2012-03-06
1
-3
/
+4
*
Improve performance of Java viewer by using buffered image as drawing surface...
Brian Hinz
2012-03-05
2
-15
/
+13
*
make sure we actually throw caught execptions in java viewer
Brian Hinz
2012-02-16
1
-1
/
+1
*
Adds support for fence & continuous updates extensions to java viewer. Adds ...
Brian Hinz
2012-02-12
10
-4
/
+239
*
Improved Tight JPEG decode time by ~25% using PixelGrabber rather than gettin...
Brian Hinz
2012-02-05
1
-19
/
+13
*
Replace all stream-based IO with non-blocking NIO-based implementation. Stil...
Brian Hinz
2012-02-03
2
-70
/
+106
*
make sure that color map is set for all pixel formats or throw an exception
Brian Hinz
2011-12-08
1
-0
/
+6
*
oops, bad commit! I only meant to commit the changes to the TightDecoder.
Brian Hinz
2011-12-04
1
-5
/
+0
[next]