aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rdr
Commit message (Expand)AuthorAgeFilesLines
* Adds support for fence & continuous updates extensions to java viewer. Adds ...Brian Hinz2012-02-123-2/+11
* corrected return value for read function to match unix socket read. updated e...Brian Hinz2012-02-083-7/+43
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-039-182/+602
* oops, bad commit! I only meant to commit the changes to the TightDecoder.Brian Hinz2011-12-043-86/+51
* Grabbing the RGB components from the BufferedImage one at a time and converti...Brian Hinz2011-12-043-51/+86
* Sync up java Tight decoder with recent changes to C client as much as possibl...Brian Hinz2011-11-272-11/+9
* massive performance improvements. zrle measured at 2.5x faster (no measuremen...Brian Hinz2011-10-302-17/+33
* performance improvementsBrian Hinz2011-10-242-14/+15
* Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, ...Brian Hinz2011-10-141-2/+6
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-0710-0/+879