aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rdr/InStream.java
Commit message (Expand)AuthorAgeFilesLines
* Mostly stylistic changes to java viewer to match recent changes to native viewerBrian P. Hinz2019-12-211-9/+12
* Fixes for erros in java hextile/zrle decodersBrian P. Hinz2018-01-161-51/+12
* Method cleanup.Brian P. Hinz2016-12-101-14/+0
* Added a method for reading into a ByteBufferBrian P. Hinz2016-10-201-0/+12
* Whitespace cleanup onlyBrian Hinz2013-05-121-4/+4
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-1/+1
* Changes aimed at making the behavior of the java client more consistent with ...Brian Hinz2012-03-181-11/+10
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-031-0/+2
* oops, bad commit! I only meant to commit the changes to the TightDecoder.Brian Hinz2011-12-041-21/+8
* Grabbing the RGB components from the BufferedImage one at a time and converti...Brian Hinz2011-12-041-8/+21
* Sync up java Tight decoder with recent changes to C client as much as possibl...Brian Hinz2011-11-271-10/+0
* massive performance improvements. zrle measured at 2.5x faster (no measuremen...Brian Hinz2011-10-301-10/+20
* performance improvementsBrian Hinz2011-10-241-11/+12
* Move Java source up one level and allow Java viewer to be built as a standalo...DRC2011-10-071-0/+192