aboutsummaryrefslogtreecommitdiffstats
path: root/java/com/tigervnc/rfb/CConnection.java
Commit message (Collapse)AuthorAgeFilesLines
* Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-211-8/+8
| | | | The reason for this is to keep a consistency through out the project.
* Fix protocol version handshakepdlan2022-09-031-1/+1
|
* Fix for issue 1216Brian P. Hinz2021-03-111-3/+4
|
* Add support for VMwareCursor pseudo encoding to Java clientBrian P. Hinz2019-11-281-0/+1
|
* RFB refactoring to sync with native clientBrian P. Hinz2019-11-211-84/+374
|
* Remove unused force protocol 3.3 codePierre Ossman2019-04-011-8/+2
|
* Display security state when asking for password (java)Brian P. Hinz2017-11-301-0/+2
|
* Java client support for cursors with full alphaBrian P. Hinz2017-02-271-0/+7
|
* Method cleanup.Brian P. Hinz2016-12-101-78/+135
| | | | Sync various methods and filenames with C++ versions
* Make all viewer parameters static. Viewer instances are isolated from each ↵Brian P. Hinz2016-08-271-1/+11
| | | | other by spawning a completely new process for each viewer, rather than simply starting a new thread. All dialogs were redesigned to better match the look of the native viewer, and also to be more tolerant of sizing differences between platforms.
* Whitespace cleanup onlyBrian Hinz2013-05-121-14/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5097 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Cleanup linter warnings wherever possible and suppress all linter warnings ↵Brian Hinz2012-12-141-2/+2
| | | | | | from Jsch code git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5020 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Update address of FSF and copyright notices to assign proper credit.Brian Hinz2012-04-111-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4888 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fixes handshake failure caused by premature loop break when data is not ready.Brian Hinz2012-03-191-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4872 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Changes aimed at making the behavior of the java client more consistent with ↵Brian Hinz2012-03-181-49/+89
| | | | | | the binary client. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4871 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Replace all stream-based IO with non-blocking NIO-based implementation. ↵Brian Hinz2012-02-031-4/+1
| | | | | | Still a fair amount of cleanup to do, particularly in the SSL handler, which is not very robust, and exception handling in general. All core functionality appears to be working fine though. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4842 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Fix more unused local variables and static (class) variables and methods ↵Brian Hinz2011-10-091-1/+1
| | | | | | being used in instance warnings git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4718 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Move Java source up one level and allow Java viewer to be built as a ↵DRC2011-10-071-0/+356
standalone project (per community request) git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4715 3789f03b-4d11-0410-bbf8-ca57d06f2519