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
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
java
/
com
/
tigervnc
/
network
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make exception handling more user friendly. Not all exceptions are 'errors' ...
Brian Hinz
2012-12-16
3
-18
/
+18
*
Cleanup linter warnings wherever possible and suppress all linter warnings fr...
Brian Hinz
2012-12-14
1
-2
/
+2
*
Fix AccessControlException caused by using System.exit() in applet mode, and ...
Brian Hinz
2012-08-26
3
-6
/
+13
*
Refactor the handshake code from first principles to remove code that was bor...
Brian Hinz
2012-08-26
1
-54
/
+29
*
Changes to allow compiling on JDK7
Brian Hinz
2012-07-22
3
-12
/
+44
*
Fixed an issue with -listen mode where java client wasn't listening on the wi...
Brian Hinz
2012-04-27
1
-3
/
+1
*
Fix Socket methods for querying the socket endpoints. Fix the address display...
Brian Hinz
2012-04-26
2
-4
/
+12
*
Update address of FSF and copyright notices to assign proper credit.
Brian Hinz
2012-04-11
8
-23
/
+16
*
adds experimental support for SSH tunneling to the Java client. Has not been...
Brian Hinz
2012-04-05
2
-21
/
+15
*
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
2
-14
/
+19
*
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
2
-3
/
+2
*
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
4
-29
/
+51
*
Replace all stream-based IO with non-blocking NIO-based implementation. Stil...
Brian Hinz
2012-02-03
7
-0
/
+1050