aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/network/SocketDescriptor.java
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup onlyBrian Hinz2013-05-121-7/+7
* Make exception handling more user friendly. Not all exceptions are 'errors' ...Brian Hinz2012-12-161-12/+12
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-261-0/+9
* Changes to allow compiling on JDK7Brian Hinz2012-07-221-3/+22
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-3/+2
* 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-181-13/+18
* 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-161-1/+1
* 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-081-15/+11
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-031-0/+204