aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use the correct maximum value for compression lvlSamuel Mannehed2019-12-202-2/+2
* Remove confusing note about compression levelSamuel Mannehed2019-12-202-2/+2
* Simplify color level descriptionsSamuel Mannehed2019-12-204-16/+10
* Merge branch 'secfix' of https://github.com/CendioOssman/tigervncPierre Ossman2019-12-2051-401/+633
|\
| * Handle pixel formats with odd shift valuesPierre Ossman2019-11-152-0/+12
| * Add unit tests for PixelFormat.is888() detectionPierre Ossman2019-11-151-1/+59
| * Be defensive about overflows in stream objectsPierre Ossman2019-11-1513-48/+75
| * Use size_t for lengths in stream objectsPierre Ossman2019-11-1532-182/+184
| * Remove unused FixedMemOutStreamPierre Ossman2019-11-151-52/+0
| * Add sanity checks for PixelFormat shift valuesPierre Ossman2019-11-152-0/+13
| * Fix depth sanity test in PixelFormatPierre Ossman2019-11-152-1/+5
| * Add unit test for PixelFormat sanity checksPierre Ossman2019-11-153-1/+119
| * Handle empty Tight gradient rectsPierre Ossman2019-11-151-16/+21
| * Add write protection to OffsetPixelBufferPierre Ossman2019-11-152-0/+9
| * Restrict PixelBuffer dimensions to safe valuesPierre Ossman2019-11-151-0/+22
| * Encapsulate PixelBuffer internal detailsPierre Ossman2019-11-159-102/+111
| * Make ZlibInStream more robust against failuresPierre Ossman2019-11-156-11/+16
* | Remove support for ubuntu trusty since it's been EoL for 6 monthsBrian P. Hinz2019-12-1516-807/+0
* | Check the correct stream if there is more data pendingPierre Ossman2019-12-091-1/+1
* | Handle pending data in TLS buffersPierre Ossman2019-12-091-3/+5
* | Correctly calculate rects with no CopyRect supportPierre Ossman2019-12-091-1/+3
* | Don't background the main session commandPierre Ossman2019-12-091-1/+1
* | Fix link order of nettle and hogweedPierre Ossman2019-12-091-1/+1
* | Update Hungarian translationBalázs Úr2019-12-091-116/+190
* | Add Korean translationJiYoon Kwon2019-12-092-0/+729
* | Use openjdk-8 to build java viewer for bionicBrian P. Hinz2019-11-301-1/+1
* | Update build deps for Ubuntu Bionic packagesBrian P. Hinz2019-11-301-3/+3
* | Add support for VMwareCursor pseudo encoding to Java clientBrian P. Hinz2019-11-283-0/+105
* | Remove old Java applet supportBrian P. Hinz2019-11-216-244/+17
* | RFB refactoring to sync with native clientBrian P. Hinz2019-11-2120-592/+638
* | Invalidate duplicate screensBrian P. Hinz2019-11-161-2/+2
|/
* Update Swedish translationGöran Uddeborg2019-11-121-105/+93
* Update Czech translationPetr Pisar2019-11-121-104/+104
* Set explicit connect timeout on socket and use timer instead of counting iter...Brian P. Hinz2019-11-061-2/+3
* Poll local socket to make sure SSH tunnel is ready before connectingBrian P. Hinz2019-11-041-2/+29
* Fix external SSH arguments dialogBrian P. Hinz2019-11-032-19/+18
* Fix for dialog modality on Mac OS XBrian P. Hinz2019-11-031-0/+3
* Fix for issue #796Brian P. Hinz2019-11-033-28/+25
* Using socket.getPeerName() causes DNS lookup and noticable UI stallBrian P. Hinz2019-11-021-4/+2
* Update Russian translationYuri Kozlov2019-11-011-104/+104
* Add build scripts for ubunto 18.04 (bionic)Brian P. Hinz2019-10-2916-0/+803
* Update Brazilian Portuguese translationRafael Fontenelle2019-10-291-105/+105
* Update Bulgarian translationAlexander Shopov2019-10-291-104/+93
* Update German translationMario Blättermann2019-10-291-239/+95
* Update Ukrainian translationYuri Chornoivan2019-10-291-106/+106
* Update Chinese (traditional) translationpan934122019-10-291-103/+103
* Merge pull request #894 from samhed/masterSamuel Mannehed2019-10-281-2/+5
|\
| * Don't show the context menu hint when no hotkeySamuel Mannehed2019-10-251-2/+5
|/
* [java] Add support for java 9+ (removes support for java 7). Fixes #708,#771Brian P. Hinz2019-10-222-5/+17
* [java] Trim any leading/trailing whitespace from servernameBrian P. Hinz2019-10-221-0/+1