summaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Decode overlapping rectangles in orderPierre Ossman2015-11-276-3/+58
* Add flags member to decodersPierre Ossman2015-11-278-8/+17
* Make the decoder multi-threadedPierre Ossman2015-11-274-9/+254
* Let CConnection intercept more callbacksPierre Ossman2015-11-272-0/+32
* Fix copy-paste error for the secTypeX509Vnc security typePierre Ossman2015-11-271-1/+1
* Clear up ZlibInStream::reset() behaviourPierre Ossman2015-11-272-3/+3
* Split decoders into a read and decode stepPierre Ossman2015-11-2717-364/+622
* Remove CMsgReader::getImageBuf() as nothing uses itPierre Ossman2015-11-272-26/+1
* Decouple decoders from CConnectionPierre Ossman2015-11-2716-83/+110
* Make ConnParams useful when constPierre Ossman2015-11-272-8/+8
* Delegate decoder object management to a separate classPierre Ossman2015-11-275-1/+173
* Clean out unused dependencies from CConnection.hPierre Ossman2015-11-094-4/+11
* Remove old Windows CE codePierre Ossman2015-11-091-2/+0
* Use mingw's gettimeofday()Pierre Ossman2015-11-091-38/+2
* Remove unused deleteReaderAndWriter() methodPierre Ossman2015-11-094-24/+0
* Flush entire JPEG buffer, ignoring statePierre Ossman2015-10-161-1/+1
* Don't shadow member variablePierre Ossman2015-09-291-1/+1
* Track statistics for CopyRectPierre Ossman2015-09-222-0/+32
* Add keyboard debug log to serversPierre Ossman2015-08-311-4/+21
* Fix infinite update caused by b64dbf2Pierre Ossman2015-06-231-1/+1