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.15-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
/
rdr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds support for fence & continuous updates extensions to java viewer. Adds ...
Brian Hinz
2012-02-12
3
-2
/
+11
*
corrected return value for read function to match unix socket read. updated e...
Brian Hinz
2012-02-08
3
-7
/
+43
*
Replace all stream-based IO with non-blocking NIO-based implementation. Stil...
Brian Hinz
2012-02-03
9
-182
/
+602
*
oops, bad commit! I only meant to commit the changes to the TightDecoder.
Brian Hinz
2011-12-04
3
-86
/
+51
*
Grabbing the RGB components from the BufferedImage one at a time and converti...
Brian Hinz
2011-12-04
3
-51
/
+86
*
Sync up java Tight decoder with recent changes to C client as much as possibl...
Brian Hinz
2011-11-27
2
-11
/
+9
*
massive performance improvements. zrle measured at 2.5x faster (no measuremen...
Brian Hinz
2011-10-30
2
-17
/
+33
*
performance improvements
Brian Hinz
2011-10-24
2
-14
/
+15
*
Improved TightJPEG decoder by using a BufferedImage. It simplifies the code, ...
Brian Hinz
2011-10-14
1
-2
/
+6
*
Move Java source up one level and allow Java viewer to be built as a standalo...
DRC
2011-10-07
10
-0
/
+879