Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Capitalize first letter in log, exception & error | Madeleine Nilsson | 2024-11-21 | 1 | -8/+8 |
| | | | | The reason for this is to keep a consistency through out the project. | ||||
* | Fix protocol version handshake | pdlan | 2022-09-03 | 1 | -1/+1 |
| | |||||
* | Fix for issue 1216 | Brian P. Hinz | 2021-03-11 | 1 | -3/+4 |
| | |||||
* | Add support for VMwareCursor pseudo encoding to Java client | Brian P. Hinz | 2019-11-28 | 1 | -0/+1 |
| | |||||
* | RFB refactoring to sync with native client | Brian P. Hinz | 2019-11-21 | 1 | -84/+374 |
| | |||||
* | Remove unused force protocol 3.3 code | Pierre Ossman | 2019-04-01 | 1 | -8/+2 |
| | |||||
* | Display security state when asking for password (java) | Brian P. Hinz | 2017-11-30 | 1 | -0/+2 |
| | |||||
* | Java client support for cursors with full alpha | Brian P. Hinz | 2017-02-27 | 1 | -0/+7 |
| | |||||
* | Method cleanup. | Brian P. Hinz | 2016-12-10 | 1 | -78/+135 |
| | | | | Sync various methods and filenames with C++ versions | ||||
* | Make all viewer parameters static. Viewer instances are isolated from each ↵ | Brian P. Hinz | 2016-08-27 | 1 | -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 only | Brian Hinz | 2013-05-12 | 1 | -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 Hinz | 2012-12-14 | 1 | -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 Hinz | 2012-04-11 | 1 | -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 Hinz | 2012-03-19 | 1 | -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 Hinz | 2012-03-18 | 1 | -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 Hinz | 2012-02-03 | 1 | -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 Hinz | 2011-10-09 | 1 | -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 ↵ | DRC | 2011-10-07 | 1 | -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 |