aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rdr/JavaInStream.java
Commit message (Expand)AuthorAgeFilesLines
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-031-162/+0
* oops, bad commit! I only meant to commit the changes to the TightDecoder.Brian Hinz2011-12-041-65/+42
* Grabbing the RGB components from the BufferedImage one at a time and converti...Brian Hinz2011-12-041-42/+65
* Sync up java Tight decoder with recent changes to C client as much as possibl...Brian Hinz2011-11-271-1/+9
* massive performance improvements. zrle measured at 2.5x faster (no measuremen...Brian Hinz2011-10-301-7/+13
* performance improvementsBrian Hinz2011-10-241-3/+3
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-0/+148