aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|/
* Merge branch 'fps' of https://github.com/CendioOssman/tigervncPierre Ossman2017-02-247-160/+175
|\
| * 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-242-8/+10
* | 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-2214-315/+190
* | Fix for exception handling in decoder threadsPierre Ossman2017-02-221-1/+1
* | spelling fixesklemens2017-01-286-7/+7
* | Crop cursor before calling maskRect()Pierre Ossman2017-01-201-4/+6
* | Restore cropping API to maskRect()Pierre Ossman2017-01-202-23/+31
* | Prevent invalid PixelBuffer accessesPierre Ossman2017-01-181-73/+126
* | Check invalid RRE rectsPierre Ossman2017-01-181-0/+5
* | Fix buffer overflow in ModifiablePixelBuffer::fillRect.Michal Srb2017-01-171-4/+15
|/
* Merge branch 'master' of https://github.com/atalax/tigervncPierre Ossman2016-11-101-0/+4
|\
| * hextileDecode.h: Fix buffer overflowJosef Gajdusek2016-11-041-0/+4
* | Log statistics from ComparingUpdateTrackerPierre Ossman2016-11-083-1/+42
|/
* Move getSockets() to SocketServer interfacePierre Ossman2016-10-052-15/+8
* Fix temporary decoder buffer sizesPierre Ossman2016-10-053-8/+8
* Fix minor typo in framebuffer initializationBrian P. Hinz2016-09-051-1/+1
* Proper global init/deinit of GnuTLSPierre Ossman2016-08-234-33/+10
* Fix display/port switch at display 100Pierre Ossman2016-07-111-8/+5
* Replace Windows specific thread handlingPierre Ossman2016-07-078-67/+42
* Clean up getHostAndPort()Pierre Ossman2016-06-281-15/+61
* Split Xregion headers according to upstreamPierre Ossman2016-05-131-2/+6
* Fix mistake in TightEncoder::setCompressLevel.Michal Srb2016-05-061-1/+1
* Flush socket before checking bufferPierre Ossman2016-04-291-0/+1
* Asynchronously retry update on congestionPierre Ossman2016-04-292-12/+7
* Flush socket after ever rectPierre Ossman2016-04-291-0/+1
* Move socket write event handling in to the RFB corePierre Ossman2016-04-296-6/+59
* Early propagate of access rights to connection.Henrik Andersson2016-01-271-1/+1
* Add workaround for Vino's VeNCrypt implementationPierre Ossman2015-12-291-1/+12
* Optimised shortcut for decoding on single CPU systemsPierre Ossman2015-11-271-1/+17
* Limit the number of decoder threads to 4Pierre Ossman2015-11-271-1/+6
* Propagate exceptions from worker threads back to main threadPierre Ossman2015-11-272-3/+44
* Create one decode thread for each CPUPierre Ossman2015-11-271-4/+10
* Allow parallel decoding of Tight JPEG rectsPierre Ossman2015-11-272-6/+2
* Allow conditional dependencies between rects when decodingPierre Ossman2015-11-275-1/+80
* Decode rectangles in order if neededPierre Ossman2015-11-274-4/+15