1. b40235a Fixes for erros in java hextile/zrle decoders by Brian P. Hinz · 8 years ago
  2. bcaadbe Method cleanup. by Brian P. Hinz · 9 years ago
  3. 1686440 Added a method for copying between streams by Brian P. Hinz · 9 years ago
  4. 5a9e7a9 Added a method for reading into a ByteBuffer by Brian P. Hinz · 9 years ago
  5. 10d9af5 Suppress/eliminate JDK warnings by Brian P. Hinz · 10 years ago
  6. b7f18a3 Don't exit completely if single viewer declines server cert by Brian P. Hinz · 10 years ago
  7. e203708 Major overhaul of SSLEngineManager by Brian P. Hinz · 11 years ago
  8. c0a3609 Whitespace cleanup only by Brian Hinz · 12 years ago
  9. 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
  10. 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
  11. 60b07f2 Remove unused class by Brian Hinz · 13 years ago
  12. b213da6 Update address of FSF and copyright notices to assign proper credit. by Brian Hinz · 13 years ago
  13. 35022e0 Changes aimed at making the behavior of the java client more consistent with the binary client. by Brian Hinz · 13 years ago
  14. 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
  15. 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
  16. 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
  17. 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
  18. e7f53dc oops, bad commit! I only meant to commit the changes to the TightDecoder. by Brian Hinz · 14 years ago
  19. 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
  20. 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
  21. 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
  22. a5f0fc8 performance improvements by Brian Hinz · 14 years ago
  23. 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
  24. 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