| Commit message (Expand) | Author | Age | Files | Lines |
* | TigerVNC 1.10.1v1.10.11.10-branch | Pierre Ossman | 2019-12-20 | 2 | -3/+3 |
* | Fix link order of nettle and hogweed | Pierre Ossman | 2019-12-20 | 1 | -1/+1 |
* | Handle pixel formats with odd shift values | Pierre Ossman | 2019-12-20 | 2 | -0/+12 |
* | Add unit tests for PixelFormat.is888() detection | Pierre Ossman | 2019-12-20 | 1 | -1/+59 |
* | Be defensive about overflows in stream objects | Pierre Ossman | 2019-12-20 | 13 | -48/+75 |
* | Use size_t for lengths in stream objects | Pierre Ossman | 2019-12-20 | 32 | -182/+184 |
* | Remove unused FixedMemOutStream | Pierre Ossman | 2019-12-20 | 1 | -52/+0 |
* | Add sanity checks for PixelFormat shift values | Pierre Ossman | 2019-12-20 | 2 | -0/+13 |
* | Fix depth sanity test in PixelFormat | Pierre Ossman | 2019-12-20 | 2 | -1/+5 |
* | Add unit test for PixelFormat sanity checks | Pierre Ossman | 2019-12-20 | 3 | -1/+119 |
* | Handle empty Tight gradient rects | Pierre Ossman | 2019-12-20 | 1 | -16/+21 |
* | Add write protection to OffsetPixelBuffer | Pierre Ossman | 2019-12-20 | 2 | -0/+9 |
* | Restrict PixelBuffer dimensions to safe values | Pierre Ossman | 2019-12-20 | 1 | -0/+22 |
* | Encapsulate PixelBuffer internal details | Pierre Ossman | 2019-12-20 | 9 | -102/+111 |
* | Make ZlibInStream more robust against failures | Pierre Ossman | 2019-12-20 | 6 | -11/+16 |
* | Update Finnish translation | Lauri Nurmi | 2019-12-20 | 1 | -302/+360 |
* | Update Hungarian translation | Balázs Úr | 2019-12-20 | 1 | -116/+190 |
* | Add Korean translation | JiYoon Kwon | 2019-12-20 | 2 | -0/+729 |
* | TigerVNC 1.10.0v1.10.0 | Pierre Ossman | 2019-11-18 | 3 | -4/+4 |
* | Update Swedish translation | Göran Uddeborg | 2019-11-18 | 1 | -105/+93 |
* | Update Czech translation | Petr Pisar | 2019-11-18 | 1 | -104/+104 |
* | Update Russian translation | Yuri Kozlov | 2019-11-18 | 1 | -104/+104 |
* | Update Brazilian Portuguese translation | Rafael Fontenelle | 2019-11-18 | 1 | -105/+105 |
* | Update Bulgarian translation | Alexander Shopov | 2019-11-18 | 1 | -104/+93 |
* | Update German translation | Mario Blättermann | 2019-11-18 | 1 | -239/+95 |
* | Update Ukrainian translation | Yuri Chornoivan | 2019-11-18 | 1 | -106/+106 |
* | Update Chinese (traditional) translation | pan93412 | 2019-11-18 | 1 | -103/+103 |
* | 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 |
* | [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 |
* | TigerVNC 1.9.90 (1.10.0 beta)v1.9.90 | Pierre Ossman | 2019-10-18 | 3 | -4/+4 |
* | Update translation template file | Pierre Ossman | 2019-10-18 | 1 | -96/+84 |
* | Merge branch 'fix-mistake' of https://github.com/gschwind/tigervnc | Pierre Ossman | 2019-10-14 | 1 | -2/+2 |
|\ |
|
| * | fix to early remove of iterator in VNCServerST::removeSocket | Benoit Gschwind | 2019-08-24 | 1 | -2/+2 |
* | | Fix bad PixelBuffer reference in VNCServerST::setPixelBuffer() | Pierre Ossman | 2019-10-04 | 1 | -1/+1 |
* | | Merge pull request #866 from gschwind/fix-wrong-test-order | Samuel Mannehed | 2019-10-02 | 0 | -0/+0 |
|\ \ |
|
| * | | fix test order in convertLF and convertCRLF | Benoit Gschwind | 2019-08-30 | 1 | -4/+4 |
| |/ |
|
* | | Fix length checks in string conversion functions | Pierre Ossman | 2019-09-25 | 1 | -16/+16 |
* | | Add unit tests for convertLF() and convertCRLF() | Pierre Ossman | 2019-09-25 | 2 | -0/+127 |
* | | Split test programs to benchmarking and unit tests | Pierre Ossman | 2019-09-25 | 17 | -45/+51 |
* | | Use display polling by default in WinVNC | Pierre Ossman | 2019-09-06 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #849 from grulja/master | Samuel Mannehed | 2019-07-15 | 1 | -1/+1 |
|\ |
|
| * | Do not return returncode indicating error when listing sessions | Jan Grulich | 2019-07-11 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'exclipboard' of https://github.com/CendioOssman/tigervnc | Pierre Ossman | 2019-07-01 | 54 | -433/+2192 |
|\ |
|
| * | Support extended clipboard transfers | Pierre Ossman | 2019-07-01 | 23 | -37/+812 |