aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rdr
Commit message (Expand)AuthorAgeFilesLines
* Method cleanup.Brian P. Hinz2016-12-102-14/+12
* Added a method for copying between streamsBrian P. Hinz2016-10-201-0/+11
* Added a method for reading into a ByteBufferBrian P. Hinz2016-10-201-0/+12
* Suppress/eliminate JDK warningsBrian P. Hinz2015-12-262-6/+26
* Don't exit completely if single viewer declines server certBrian P. Hinz2015-09-201-0/+30
* Major overhaul of SSLEngineManagerBrian P. Hinz2014-11-022-3/+11
* Whitespace cleanup onlyBrian Hinz2013-05-1214-82/+82
* Make exception handling more user friendly. Not all exceptions are 'errors' ...Brian Hinz2012-12-162-3/+3
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-261-1/+0
* Remove unused classBrian Hinz2012-08-261-27/+0
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-1115-22/+31
* Changes aimed at making the behavior of the java client more consistent with ...Brian Hinz2012-03-183-48/+66
* pass correct timeout value to selector. limit pixel depth to 24 (OS X default...Brian Hinz2012-03-142-9/+8
* 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