aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Limit size of cursor accepted by client.Michal Srb2017-04-062-0/+11
* 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
|/
*-. 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
|/
* 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-287-8/+8
* | 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
|/
* Fix busy loop in FdOutStream::flush()Pierre Ossman2016-10-101-1/+6
* Move getSockets() to SocketServer interfacePierre Ossman2016-10-053-15/+14
* Fix temporary decoder buffer sizesPierre Ossman2016-10-053-8/+8
* Apply -fPIC on all compilersPierre Ossman2016-09-221-1/+1
* 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
* Include stddef.h to get access to size_tPierre Ossman2016-07-071-0/+2
* Fix typo in include protectorPierre Ossman2016-07-071-1/+1
* Clean up getHostAndPort()Pierre Ossman2016-06-281-15/+61
* Avoid symbol clash for Xregion functionsPierre Ossman2016-05-131-0/+16
* Update Xregion to latest upstreamPierre Ossman2016-05-133-384/+269
* Split Xregion headers according to upstreamPierre Ossman2016-05-137-342/+419
* Fix mistake in TightEncoder::setCompressLevel.Michal Srb2016-05-061-1/+1