| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for erros in java hextile/zrle decoders | Brian P. Hinz | 2018-01-16 | 7 | -142/+121 |
* | Method cleanup. | Brian P. Hinz | 2016-12-10 | 2 | -14/+12 |
* | Added a method for copying between streams | Brian P. Hinz | 2016-10-20 | 1 | -0/+11 |
* | Added a method for reading into a ByteBuffer | Brian P. Hinz | 2016-10-20 | 1 | -0/+12 |
* | Suppress/eliminate JDK warnings | Brian P. Hinz | 2015-12-26 | 2 | -6/+26 |
* | Don't exit completely if single viewer declines server cert | Brian P. Hinz | 2015-09-20 | 1 | -0/+30 |
* | Major overhaul of SSLEngineManager | Brian P. Hinz | 2014-11-02 | 2 | -3/+11 |
* | Whitespace cleanup only | Brian Hinz | 2013-05-12 | 14 | -82/+82 |
* | Make exception handling more user friendly. Not all exceptions are 'errors' ... | Brian Hinz | 2012-12-16 | 2 | -3/+3 |
* | Fix AccessControlException caused by using System.exit() in applet mode, and ... | Brian Hinz | 2012-08-26 | 1 | -1/+0 |
* | Remove unused class | Brian Hinz | 2012-08-26 | 1 | -27/+0 |
* | Update address of FSF and copyright notices to assign proper credit. | Brian Hinz | 2012-04-11 | 15 | -22/+31 |
* | Changes aimed at making the behavior of the java client more consistent with ... | Brian Hinz | 2012-03-18 | 3 | -48/+66 |
* | pass correct timeout value to selector. limit pixel depth to 24 (OS X default... | Brian Hinz | 2012-03-14 | 2 | -9/+8 |
* | Adds support for fence & continuous updates extensions to java viewer. Adds ... | Brian Hinz | 2012-02-12 | 3 | -2/+11 |
* | corrected return value for read function to match unix socket read. updated e... | Brian Hinz | 2012-02-08 | 3 | -7/+43 |
* | Replace all stream-based IO with non-blocking NIO-based implementation. Stil... | Brian Hinz | 2012-02-03 | 9 | -182/+602 |
* | oops, bad commit! I only meant to commit the changes to the TightDecoder. | Brian Hinz | 2011-12-04 | 3 | -86/+51 |
* | Grabbing the RGB components from the BufferedImage one at a time and converti... | Brian Hinz | 2011-12-04 | 3 | -51/+86 |
* | Sync up java Tight decoder with recent changes to C client as much as possibl... | Brian Hinz | 2011-11-27 | 2 | -11/+9 |
* | massive performance improvements. zrle measured at 2.5x faster (no measuremen... | Brian Hinz | 2011-10-30 | 2 | -17/+33 |
* | performance improvements | Brian Hinz | 2011-10-24 | 2 | -14/+15 |
* | Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, ... | Brian Hinz | 2011-10-14 | 1 | -2/+6 |
* | Move Java source up one level and allow Java viewer to be built as a standalo... | DRC | 2011-10-07 | 10 | -0/+879 |