summaryrefslogtreecommitdiffstats
path: root/common/rfb
Commit message (Expand)AuthorAgeFilesLines
* Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-015-12/+32
* Stop requiring CConnection::serverInit() to be overriddenPierre Ossman2018-11-012-6/+16
* Remove unused CConnection::getIdentityVerifier()Pierre Ossman2018-11-011-4/+0
* Remove indirect capability attributesPierre Ossman2018-11-016-108/+78
* Move copy rect handling to EncodeManagerPierre Ossman2018-11-014-24/+8
* Rename ConnParams to ClientParamsPierre Ossman2018-11-0116-165/+161
* Split out ServerParams from ConnParamsPierre Ossman2018-11-0125-121/+317
* Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-018-43/+61
* Move version reading/writing out of ConnParamsPierre Ossman2018-10-264-42/+41
* Remove unused includePierre Ossman2018-10-262-2/+0
* Merge branch 'nojava' of https://github.com/CendioOssman/tigervncPierre Ossman2018-10-263-536/+0
|\
| * Remove Java web serverPierre Ossman2018-10-093-536/+0
* | Merge branch 'master' of https://github.com/grulja/tigervncPierre Ossman2018-10-261-1/+1
|\ \
| * | Avoid potential crash when replacing buffer in PlainPasswdJan Grulich2018-10-031-1/+1
| |/
* / Log TLS handshake resultPierre Ossman2018-10-092-1/+5
|/
* Restore original streams when terminating TLSPierre Ossman2018-09-214-2/+27
* Delete TLS streams before deleting the sessionPierre Ossman2018-09-214-33/+40
* Strongly bind security objects to connection objectPierre Ossman2018-09-2130-93/+123
* Initialise CSecurityTLS::cert_cred properlyPierre Ossman2018-09-211-1/+1
* Remove destroy functionsPierre Ossman2018-09-214-4/+4
* Estimate higher bandwidth in slow startPierre Ossman2018-09-211-2/+11
* Allow perceptually lossless refreshPierre Ossman2018-09-214-12/+36
* Add method to get compression settings from encoderPierre Ossman2018-09-203-0/+10
* Don't force encoders to specify palette sizePierre Ossman2018-09-205-5/+5
* Limit maximum lossless refresh CPU usagePierre Ossman2018-09-201-2/+7
* Don't attempt to send empty lossless refreshPierre Ossman2018-09-201-6/+9
* Fix calculation of maximum lossless refresh areaPierre Ossman2018-09-201-0/+3
* Avoid refresh of recently changed areasPeter Åstrand (astrand)2018-09-204-11/+80
* Fix bad reference in Timer::getRemainingMs()Pierre Ossman2018-09-201-1/+1
* Avoid compiler "use of uninitialised variable" warningsPierre Ossman2018-09-131-32/+33
* Use system certificate trust storePierre Ossman2018-08-161-0/+3
* Avoid integer overflows in pixel size calculationsPierre Ossman2018-07-256-20/+23
* Fix bad type on congestion ETA variablePierre Ossman2018-07-171-1/+1
* Merge branch 'unix' of https://github.com/CendioOssman/tigervncPierre Ossman2018-05-291-1/+1
|\
| * Handle hexadecimal and octal parametersPierre Ossman2018-05-031-1/+1
* | Catch exceptions by referencePierre Ossman2018-05-292-2/+2
* | Avoid assert crash after bytestream position wrap aroundPeter Åstrand (astrand)2018-05-291-2/+7
* | Avoid creating unused thread on single CPU machinesPeter Åstrand (astrand)2018-05-071-1/+7
* | Flush pending changes when desktop startsPierre Ossman2018-05-071-2/+8
* | Comparing ScreenSet:s should be done without considering orderPeter Åstrand (astrand)2018-05-071-3/+15
|/
* Merge branch 'alr' of https://github.com/CendioOssman/tigervncPierre Ossman2018-04-2013-93/+269
|\
| * Send lossless refresh even with pending updatesPierre Ossman2018-03-283-18/+29
| * Limit lossless refresh update to safe sizePierre Ossman2018-03-289-18/+73
| * Automatic lossless refreshPierre Ossman2018-03-285-20/+128
| * Avoid checking updates when desktop is stoppedPierre Ossman2018-03-282-11/+18
| * Remove redundant Region::copyFrom()Pierre Ossman2018-03-284-7/+2
| * Respect request area for cursor renderingPierre Ossman2018-03-282-39/+39
* | Remove no longer relevant license commentPierre Ossman2018-03-281-14/+0
* | Stop abusing InputHandler class for write classPierre Ossman2018-03-282-11/+8
* | Add missing break for LED state checkPierre Ossman2018-03-281-0/+1
|/