summaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/network
Commit message (Expand)AuthorAgeFilesLines
* Make exception handling more user friendly. Not all exceptions are 'errors' ...Brian Hinz2012-12-163-18/+18
* Cleanup linter warnings wherever possible and suppress all linter warnings fr...Brian Hinz2012-12-141-2/+2
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-263-6/+13
* Refactor the handshake code from first principles to remove code that was bor...Brian Hinz2012-08-261-54/+29
* Changes to allow compiling on JDK7Brian Hinz2012-07-223-12/+44
* Fixed an issue with -listen mode where java client wasn't listening on the wi...Brian Hinz2012-04-271-3/+1
* Fix Socket methods for querying the socket endpoints. Fix the address display...Brian Hinz2012-04-262-4/+12
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-118-23/+16
* adds experimental support for SSH tunneling to the Java client. Has not been...Brian Hinz2012-04-052-21/+15
* BufferedImage performance is poor on Microsoft Windows platforms, so fallback...Brian Hinz2012-04-051-18/+21
* Changes aimed at making the behavior of the java client more consistent with ...Brian Hinz2012-03-182-14/+19
* Fix an issue where java viewer appears to hang on Mac OS X. As far as I can ...Brian Hinz2012-03-151-1/+9
* pass correct timeout value to selector. limit pixel depth to 24 (OS X default...Brian Hinz2012-03-141-1/+7
* make sure we actually throw caught execptions in java viewerBrian Hinz2012-02-162-3/+2
* Adds support for fence & continuous updates extensions to java viewer. Adds ...Brian Hinz2012-02-121-3/+3
* corrected return value for read function to match unix socket read. updated e...Brian Hinz2012-02-084-29/+51
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-037-0/+1050