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
/
SocketDescriptor.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Whitespace cleanup only
Brian Hinz
2013-05-12
1
-7
/
+7
*
Make exception handling more user friendly. Not all exceptions are 'errors' ...
Brian Hinz
2012-12-16
1
-12
/
+12
*
Fix AccessControlException caused by using System.exit() in applet mode, and ...
Brian Hinz
2012-08-26
1
-0
/
+9
*
Changes to allow compiling on JDK7
Brian Hinz
2012-07-22
1
-3
/
+22
*
Update address of FSF and copyright notices to assign proper credit.
Brian Hinz
2012-04-11
1
-3
/
+2
*
BufferedImage performance is poor on Microsoft Windows platforms, so fallback...
Brian Hinz
2012-04-05
1
-18
/
+21
*
Changes aimed at making the behavior of the java client more consistent with ...
Brian Hinz
2012-03-18
1
-13
/
+18
*
Fix an issue where java viewer appears to hang on Mac OS X. As far as I can ...
Brian Hinz
2012-03-15
1
-1
/
+9
*
pass correct timeout value to selector. limit pixel depth to 24 (OS X default...
Brian Hinz
2012-03-14
1
-1
/
+7
*
make sure we actually throw caught execptions in java viewer
Brian Hinz
2012-02-16
1
-1
/
+1
*
Adds support for fence & continuous updates extensions to java viewer. Adds ...
Brian Hinz
2012-02-12
1
-3
/
+3
*
corrected return value for read function to match unix socket read. updated e...
Brian Hinz
2012-02-08
1
-15
/
+11
*
Replace all stream-based IO with non-blocking NIO-based implementation. Stil...
Brian Hinz
2012-02-03
1
-0
/
+204