summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TigerVNC 1.7.90 (1.8.0 beta)v1.7.90Pierre Ossman2017-04-193-4/+4
* Update translation template filePierre Ossman2017-04-191-110/+56
* More fixes for java viewer performance regressionBrian P. Hinz2017-04-175-10/+26
* Limit size of cursor accepted by client.Michal Srb2017-04-062-0/+11
* Partial fix for java viewer performance regressionBrian P. Hinz2017-04-041-8/+8
* Merge branches 'fix-vencrypt-leak' and 'fixes-ssecurityplain' of https://gith...Pierre Ossman2017-03-302-1/+11
|\
| * Limit max username/password size in SSecurityPlain.Michal Srb2017-03-302-0/+10
| * Fix checkNoWait logic in SSecurityPlain.Michal Srb2017-03-301-1/+1
* | Delete underlying ssecurity in SSecurityVeNCrypt.Michal Srb2017-03-291-0/+2
|/
* Be more restrictive with shared memory mode bitsPierre Ossman2017-03-291-1/+1
* Avoid leaking shared memory via X serverPierre Ossman2017-03-291-0/+1
*-. Merge branches 'fix' and 'fix-double-free-fences' of https://github.com/micha...Pierre Ossman2017-03-297-14/+17
|\ \
| | * Prevent double free by crafted fences.Michal Srb2017-03-272-1/+4
| * | Prevent leak of SecurityServer and ClientServer.Michal Srb2017-03-274-13/+10
| * | Fix crash from integer overflow in SMsgReader::readClientCutTextMichal Srb2017-03-271-0/+3
| |/
* / Update visible copyright year to 2017Samuel Mannehed2017-03-208-8/+8
|/
* Add Friulian to list of active languagesPierre Ossman2017-03-171-1/+1
* Add Friulian translationFabio Tomat2017-03-131-0/+713
* Fix for "Invalid use of member 'stats' in static member function"Brian P. Hinz2017-03-101-2/+2
* Remove Windows version informationPierre Ossman2017-03-071-3/+2
* Java client support for X CursorBrian P. Hinz2017-02-272-0/+60
* Fix for exception handling in decoder threads (java client)Brian P. Hinz2017-02-271-1/+1
* Java client support for cursors with full alphaBrian P. Hinz2017-02-279-79/+126
* Merge branch 'fps' of https://github.com/CendioOssman/tigervncPierre Ossman2017-02-249-162/+176
|\
| * Remove unused variable deferredUpdateTimerSetPierre Ossman2017-02-242-2/+1
| * Send updates with a fixed intervalPierre Ossman2017-02-245-84/+66
| * Avoid flicker with a rendered cursorPierre Ossman2017-02-241-9/+4
| * Only update rendered cursor when requestedPierre Ossman2017-02-243-28/+26
| * Clean up VNCSConnectionST::needRenderedCursor()Pierre Ossman2017-02-241-3/+10
| * Split up VNCSConnectionST::writeFramebufferUpdate()Pierre Ossman2017-02-242-38/+55
| * Better handling of slow timersPierre Ossman2017-02-241-7/+23
* | Display performance statistics in viewerPierre Ossman2017-02-246-10/+209
* | Get correct text width for overlayPierre Ossman2017-02-241-0/+1
* | Don't try to render cursors with no sizePierre Ossman2017-02-231-0/+5
* | Remove reallocation log message from ManagedPixelBufferPierre Ossman2017-02-221-1/+0
* | Server support for cursor with alphaPierre Ossman2017-02-225-6/+69
* | Client support for cursors with full alphaPierre Ossman2017-02-227-0/+68
* | Properly handle depth > 24 in ZRLE decoderPierre Ossman2017-02-221-16/+20
* | Client support for X CursorPierre Ossman2017-02-223-1/+62
* | Dither cursors when reducing depthPierre Ossman2017-02-221-19/+119
* | Change cursor API to use RGBA dataPierre Ossman2017-02-2225-467/+374
* | Fix for exception handling in decoder threadsPierre Ossman2017-02-221-1/+1
* | Downed hosts should timeout reasonably quicklyBrian P. Hinz2017-02-201-13/+30
* | Java client was not honoring "ServerName" option in config filesBrian P. Hinz2017-02-202-43/+63
* | Fix int <--> ptr conversionAlexander Zakharov2017-02-151-2/+2
* | Add missing headersAlexander Zakharov2017-02-141-0/+3
* | Fix wrapping/unwrapping of X11 hooksPierre Ossman2017-02-131-126/+118
* | Add missing package dependencyBrian P. Hinz2017-02-101-1/+1
* | Fix regression that omitted support for client redirect.Brian P. Hinz2017-02-103-34/+52
* | Fade overlay in and outPierre Ossman2017-02-106-28/+84