Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_tigervnc
/
refs/heads/android-16
/
java
/
com
/
tigervnc
/
rdr
b40235a
Fixes for erros in java hextile/zrle decoders
by Brian P. Hinz
· 8 years ago
bcaadbe
Method cleanup.
by Brian P. Hinz
· 9 years ago
1686440
Added a method for copying between streams
by Brian P. Hinz
· 9 years ago
5a9e7a9
Added a method for reading into a ByteBuffer
by Brian P. Hinz
· 9 years ago
10d9af5
Suppress/eliminate JDK warnings
by Brian P. Hinz
· 10 years ago
b7f18a3
Don't exit completely if single viewer declines server cert
by Brian P. Hinz
· 10 years ago
e203708
Major overhaul of SSLEngineManager
by Brian P. Hinz
· 11 years ago
c0a3609
Whitespace cleanup only
by Brian Hinz
· 12 years ago
504d98f
Make exception handling more user friendly. Not all exceptions are 'errors' (for example, exiting the server intentionally via the window manager's logoff button).
by Brian Hinz
· 13 years ago
932fac5
Fix AccessControlException caused by using System.exit() in applet mode, and close viewer properly in several other cases.
by Brian Hinz
· 13 years ago
60b07f2
Remove unused class
by Brian Hinz
· 13 years ago
b213da6
Update address of FSF and copyright notices to assign proper credit.
by Brian Hinz
· 13 years ago
35022e0
Changes aimed at making the behavior of the java client more consistent with the binary client.
by Brian Hinz
· 13 years ago
60a2ece
pass correct timeout value to selector. limit pixel depth to 24 (OS X defaults to 32). Increase write buffer size to match CXX value.
by Brian Hinz
· 13 years ago
af15db2
Adds support for fence & continuous updates extensions to java viewer. Adds low level hooks for TurboVNC fine grained quality controls.
by Brian Hinz
· 14 years ago
8d37f20
corrected return value for read function to match unix socket read. updated exception handling to match C code.
by Brian Hinz
· 14 years ago
0eaec7d
Replace all stream-based IO with non-blocking NIO-based implementation. Still a fair amount of cleanup to do, particularly in the SSL handler, which is not very robust, and exception handling in general. All core functionality appears to be working fine though.
by Brian Hinz
· 14 years ago
e7f53dc
oops, bad commit! I only meant to commit the changes to the TightDecoder.
by Brian Hinz
· 14 years ago
57e6143
Grabbing the RGB components from the BufferedImage one at a time and converting the to a 24bpp RGB color manually is about 25% faster than using BufferedImage.getRGB().
by Brian Hinz
· 14 years ago
13dbd6b
Sync up java Tight decoder with recent changes to C client as much as possible. These changes should also fix the 16bpp issue reported in bug #3429667. I think there are probably errors in the FilterGradient* code but I can't get any servers to actually send this type of data to test it.
by Brian Hinz
· 14 years ago
ad78f75
massive performance improvements. zrle measured at 2.5x faster (no measurements for tight, but should be the same or better).
by Brian Hinz
· 14 years ago
a5f0fc8
performance improvements
by Brian Hinz
· 14 years ago
2998de6
Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, and even though it's just used for grabbing the pixels, it should be faster since it can be HW accelerated. Also added a super.finalize() to the finalizer method in the ZlibInStream class for good measure.
by Brian Hinz
· 14 years ago
c19ab9e
Move Java source up one level and allow Java viewer to be built as a standalone project (per community request)
by DRC
· 14 years ago