index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
com
/
tigervnc
/
network
/
TcpSocket.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Capitalize first letter in log, exception & error
Madeleine Nilsson
2024-11-21
1
-1
/
+1
*
Fix for #1414
Brian P. Hinz
2022-01-29
1
-2
/
+2
*
Downed hosts should timeout reasonably quickly
Brian P. Hinz
2017-02-20
1
-13
/
+30
*
Fix getSockPort methods in java TcpSocket
Brian P. Hinz
2014-11-13
1
-3
/
+2
*
Whitespace cleanup only
Brian Hinz
2013-05-12
1
-6
/
+6
*
Make exception handling more user friendly. Not all exceptions are 'errors' ...
Brian Hinz
2012-12-16
1
-3
/
+3
*
Fix AccessControlException caused by using System.exit() in applet mode, and ...
Brian Hinz
2012-08-26
1
-2
/
+2
*
Changes to allow compiling on JDK7
Brian Hinz
2012-07-22
1
-8
/
+17
*
Fix Socket methods for querying the socket endpoints. Fix the address display...
Brian Hinz
2012-04-26
1
-4
/
+11
*
Update address of FSF and copyright notices to assign proper credit.
Brian Hinz
2012-04-11
1
-2
/
+2
*
adds experimental support for SSH tunneling to the Java client. Has not been...
Brian Hinz
2012-04-05
1
-20
/
+14
*
corrected return value for read function to match unix socket read. updated e...
Brian Hinz
2012-02-08
1
-10
/
+8
*
Replace all stream-based IO with non-blocking NIO-based implementation. Stil...
Brian Hinz
2012-02-03
1
-0
/
+201