aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/network/TcpSocket.java
Commit message (Expand)AuthorAgeFilesLines
* Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-211-1/+1
* Fix for #1414Brian P. Hinz2022-01-291-2/+2
* Downed hosts should timeout reasonably quicklyBrian P. Hinz2017-02-201-13/+30
* Fix getSockPort methods in java TcpSocketBrian P. Hinz2014-11-131-3/+2
* Whitespace cleanup onlyBrian Hinz2013-05-121-6/+6
* Make exception handling more user friendly. Not all exceptions are 'errors' ...Brian Hinz2012-12-161-3/+3
* Fix AccessControlException caused by using System.exit() in applet mode, and ...Brian Hinz2012-08-261-2/+2
* Changes to allow compiling on JDK7Brian Hinz2012-07-221-8/+17
* Fix Socket methods for querying the socket endpoints. Fix the address display...Brian Hinz2012-04-261-4/+11
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-2/+2
* adds experimental support for SSH tunneling to the Java client. Has not been...Brian Hinz2012-04-051-20/+14
* corrected return value for read function to match unix socket read. updated e...Brian Hinz2012-02-081-10/+8
* Replace all stream-based IO with non-blocking NIO-based implementation. Stil...Brian Hinz2012-02-031-0/+201