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
/
rfb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use $XDG_STATE_HOME for known hosts storage
Pierre Ossman
2024-05-30
1
-2
/
+2
*
Implement XDG Base Directory paths, deprecate ~/.vnc
90
2024-04-26
1
-5
/
+4
*
Fix protocol version handshake
pdlan
2022-09-03
1
-1
/
+1
*
Add support for RSA-AES security types in Java viewer
pdlan
2022-09-03
5
-3
/
+385
*
Create VNC homedir if it doesn't already exist
Brian P. Hinz
2021-03-11
1
-3
/
+8
*
Fix for issue 1216
Brian P. Hinz
2021-03-11
1
-3
/
+4
*
Properly store certificate exceptions in Java viewer
Brian P. Hinz
2020-09-08
1
-63
/
+101
*
Mostly stylistic changes to java viewer to match recent changes to native viewer
Brian P. Hinz
2019-12-21
6
-26
/
+65
*
Add support for VMwareCursor pseudo encoding to Java client
Brian P. Hinz
2019-11-28
3
-0
/
+105
*
RFB refactoring to sync with native client
Brian P. Hinz
2019-11-21
16
-311
/
+523
*
Invalidate duplicate screens
Brian P. Hinz
2019-11-16
1
-2
/
+2
*
Using socket.getPeerName() causes DNS lookup and noticable UI stall
Brian P. Hinz
2019-11-02
1
-4
/
+2
*
[java] Add support for java 9+ (removes support for java 7). Fixes #708,#771
Brian P. Hinz
2019-10-22
1
-4
/
+16
*
Remove unused force protocol 3.3 code
Pierre Ossman
2019-04-01
1
-8
/
+2
*
[Java] Fix error in VeNCrypt protocol implemtation
Brian P. Hinz
2018-08-20
1
-6
/
+6
*
Release queueMutex using finally blocks
Pepijn Van Eeckhoudt
2018-08-20
1
-38
/
+56
*
Fixes for erros in java hextile/zrle decoders
Brian P. Hinz
2018-01-16
6
-106
/
+116
*
Display security state when asking for password (java)
Brian P. Hinz
2017-11-30
9
-4
/
+23
*
Move UserPasswordGetter out of CConn
Brian P. Hinz
2017-11-30
8
-50
/
+52
*
Refactoring and implementation changes to keyboard and mouse handling
Brian P. Hinz
2017-11-13
3
-399
/
+1640
*
Add formatted string function to LogWriter.
Brian P. Hinz
2017-11-13
1
-4
/
+12
*
Rename CMsgWriter functions to match C++ code
Brian P. Hinz
2017-11-13
1
-3
/
+3
*
Send cursor pseudo-encodings in order of preference
Pierre Ossman
2017-08-16
1
-2
/
+2
*
Fully implement support for alpha cursor pseudo encoding.
Brian P. Hinz
2017-08-12
2
-1
/
+8
*
Fix for NPE when zero width or height alpha cursor is sent
Brian P. Hinz
2017-08-03
2
-19
/
+26
*
Handle certificate verification for saved certs correctly
Brian P. Hinz
2017-07-22
1
-42
/
+34
*
Allow multiple certs with same DN in saved certs file.
Brian P. Hinz
2017-07-22
1
-13
/
+21
*
Various fixes for Region handling in java viewer
Brian P. Hinz
2017-05-24
1
-20
/
+12
*
Minimize thread blocking and improve thread safety in java viewer
Brian P. Hinz
2017-05-24
3
-38
/
+58
*
Name threads for easier profiling
Brian P. Hinz
2017-05-24
1
-1
/
+1
*
Better checks for object equality, remove redundant initializer
Brian P. Hinz
2017-05-24
1
-6
/
+7
*
CopyRectDecoder missing getAffectedRegion method in java viewer
Brian P. Hinz
2017-05-24
1
-0
/
+14
*
Multithreaded decoder improvements (java viewer)
Brian P. Hinz
2017-05-06
2
-11
/
+11
*
More fixes for java viewer performance regression
Brian P. Hinz
2017-04-17
3
-6
/
+7
*
Partial fix for java viewer performance regression
Brian P. Hinz
2017-04-04
1
-8
/
+8
*
Java client support for X Cursor
Brian P. Hinz
2017-02-27
2
-0
/
+60
*
Fix for exception handling in decoder threads (java client)
Brian P. Hinz
2017-02-27
1
-1
/
+1
*
Java client support for cursors with full alpha
Brian P. Hinz
2017-02-27
6
-35
/
+112
*
Fix regression that omitted support for client redirect.
Brian P. Hinz
2017-02-10
1
-0
/
+16
*
Complete rewrite of pixel buffer & decoder implementation.
Brian P. Hinz
2016-12-10
16
-482
/
+2313
*
Delete unecessary files
Brian P. Hinz
2016-12-10
2
-294
/
+0
*
Method cleanup.
Brian P. Hinz
2016-12-10
6
-217
/
+488
*
Make all viewer parameters static. Viewer instances are isolated from each ot...
Brian P. Hinz
2016-08-27
7
-90
/
+68
*
Add workaround for Vino's VeNCrypt implementation to Java viewer
Brian P. Hinz
2016-01-17
1
-2
/
+14
*
More cleanup of x509 exception handling in java viewer
Brian P. Hinz
2015-10-11
1
-27
/
+20
*
Cleanup exception handling for x509* auth types in java viewer
Brian P. Hinz
2015-10-10
1
-58
/
+17
*
Added hostname verification for x509 authentication types
Brian P. Hinz
2015-10-09
1
-3
/
+80
*
Don't exit completely if single viewer declines server cert
Brian P. Hinz
2015-09-20
1
-4
/
+8
*
Fixes for X509 CA certificate handling
Brian P. Hinz
2015-09-19
1
-24
/
+97
*
Handle CA chain certificates
Brian P. Hinz
2015-09-13
1
-4
/
+7
[next]