| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove confusing note about compression level | Samuel Mannehed | 2019-12-20 | 2 | -2/+2 |
* | Simplify color level descriptions | Samuel Mannehed | 2019-12-20 | 4 | -16/+10 |
* | Merge branch 'secfix' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2019-12-20 | 51 | -401/+633 |
|\ |
|
| * | Handle pixel formats with odd shift values | Pierre Ossman | 2019-11-15 | 2 | -0/+12 |
| * | Add unit tests for PixelFormat.is888() detection | Pierre Ossman | 2019-11-15 | 1 | -1/+59 |
| * | Be defensive about overflows in stream objects | Pierre Ossman | 2019-11-15 | 13 | -48/+75 |
| * | Use size_t for lengths in stream objects | Pierre Ossman | 2019-11-15 | 32 | -182/+184 |
| * | Remove unused FixedMemOutStream | Pierre Ossman | 2019-11-15 | 1 | -52/+0 |
| * | Add sanity checks for PixelFormat shift values | Pierre Ossman | 2019-11-15 | 2 | -0/+13 |
| * | Fix depth sanity test in PixelFormat | Pierre Ossman | 2019-11-15 | 2 | -1/+5 |
| * | Add unit test for PixelFormat sanity checks | Pierre Ossman | 2019-11-15 | 3 | -1/+119 |
| * | Handle empty Tight gradient rects | Pierre Ossman | 2019-11-15 | 1 | -16/+21 |
| * | Add write protection to OffsetPixelBuffer | Pierre Ossman | 2019-11-15 | 2 | -0/+9 |
| * | Restrict PixelBuffer dimensions to safe values | Pierre Ossman | 2019-11-15 | 1 | -0/+22 |
| * | Encapsulate PixelBuffer internal details | Pierre Ossman | 2019-11-15 | 9 | -102/+111 |
| * | Make ZlibInStream more robust against failures | Pierre Ossman | 2019-11-15 | 6 | -11/+16 |
* | | Remove support for ubuntu trusty since it's been EoL for 6 months | Brian P. Hinz | 2019-12-15 | 16 | -807/+0 |
* | | Check the correct stream if there is more data pending | Pierre Ossman | 2019-12-09 | 1 | -1/+1 |
* | | Handle pending data in TLS buffers | Pierre Ossman | 2019-12-09 | 1 | -3/+5 |
* | | Correctly calculate rects with no CopyRect support | Pierre Ossman | 2019-12-09 | 1 | -1/+3 |
* | | Don't background the main session command | Pierre Ossman | 2019-12-09 | 1 | -1/+1 |
* | | Fix link order of nettle and hogweed | Pierre Ossman | 2019-12-09 | 1 | -1/+1 |
* | | Update Hungarian translation | Balázs Úr | 2019-12-09 | 1 | -116/+190 |
* | | Add Korean translation | JiYoon Kwon | 2019-12-09 | 2 | -0/+729 |
* | | Use openjdk-8 to build java viewer for bionic | Brian P. Hinz | 2019-11-30 | 1 | -1/+1 |
* | | Update build deps for Ubuntu Bionic packages | Brian P. Hinz | 2019-11-30 | 1 | -3/+3 |
* | | Add support for VMwareCursor pseudo encoding to Java client | Brian P. Hinz | 2019-11-28 | 3 | -0/+105 |
* | | Remove old Java applet support | Brian P. Hinz | 2019-11-21 | 6 | -244/+17 |
* | | RFB refactoring to sync with native client | Brian P. Hinz | 2019-11-21 | 20 | -592/+638 |
* | | Invalidate duplicate screens | Brian P. Hinz | 2019-11-16 | 1 | -2/+2 |
|/ |
|
* | Update Swedish translation | Göran Uddeborg | 2019-11-12 | 1 | -105/+93 |
* | Update Czech translation | Petr Pisar | 2019-11-12 | 1 | -104/+104 |
* | Set explicit connect timeout on socket and use timer instead of counting iter... | Brian P. Hinz | 2019-11-06 | 1 | -2/+3 |
* | Poll local socket to make sure SSH tunnel is ready before connecting | Brian P. Hinz | 2019-11-04 | 1 | -2/+29 |
* | Fix external SSH arguments dialog | Brian P. Hinz | 2019-11-03 | 2 | -19/+18 |
* | Fix for dialog modality on Mac OS X | Brian P. Hinz | 2019-11-03 | 1 | -0/+3 |
* | Fix for issue #796 | Brian P. Hinz | 2019-11-03 | 3 | -28/+25 |
* | Using socket.getPeerName() causes DNS lookup and noticable UI stall | Brian P. Hinz | 2019-11-02 | 1 | -4/+2 |
* | Update Russian translation | Yuri Kozlov | 2019-11-01 | 1 | -104/+104 |
* | Add build scripts for ubunto 18.04 (bionic) | Brian P. Hinz | 2019-10-29 | 16 | -0/+803 |
* | Update Brazilian Portuguese translation | Rafael Fontenelle | 2019-10-29 | 1 | -105/+105 |
* | Update Bulgarian translation | Alexander Shopov | 2019-10-29 | 1 | -104/+93 |
* | Update German translation | Mario Blättermann | 2019-10-29 | 1 | -239/+95 |
* | Update Ukrainian translation | Yuri Chornoivan | 2019-10-29 | 1 | -106/+106 |
* | Update Chinese (traditional) translation | pan93412 | 2019-10-29 | 1 | -103/+103 |
* | Merge pull request #894 from samhed/master | Samuel Mannehed | 2019-10-28 | 1 | -2/+5 |
|\ |
|
| * | Don't show the context menu hint when no hotkey | Samuel Mannehed | 2019-10-25 | 1 | -2/+5 |
|/ |
|
* | [java] Add support for java 9+ (removes support for java 7). Fixes #708,#771 | Brian P. Hinz | 2019-10-22 | 2 | -5/+17 |
* | [java] Trim any leading/trailing whitespace from servername | Brian P. Hinz | 2019-10-22 | 1 | -0/+1 |
* | Change development version to 1.10.80 | Pierre Ossman | 2019-10-18 | 3 | -4/+4 |