summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stop requiring CConnection::serverInit() to be overriddenPierre Ossman2018-11-014-11/+19
* Remove unused CConnection::getIdentityVerifier()Pierre Ossman2018-11-011-4/+0
* Stop using fences for pixel format switchPierre Ossman2018-11-012-56/+46
* 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-0117-167/+163
* Split out ServerParams from ConnParamsPierre Ossman2018-11-0130-176/+378
* Encapsulate screen layout storage in ConnParamsPierre Ossman2018-11-0112-63/+84
* Respect geometry setting in screen layoutPierre Ossman2018-11-011-0/+14
* 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-2632-1348/+12
|\
| * Remove Java web serverPierre Ossman2018-10-0932-1348/+12
* | Merge branch 'x0vncserver-run-destructors' of https://github.com/x11clone/x11...Pierre Ossman2018-10-261-0/+7
|\ \
| * | Run listener destructors before terminatingPeter Åstrand (astrand)2018-10-231-0/+7
* | | 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
| |/ /
* | | Fix rendering on big endian systemPierre Ossman2018-10-252-8/+34
* | | Adjust some strings so they are easier to translatePierre Ossman2018-10-251-5/+8
* | | Update Danish translationjoe Hansen2018-10-231-98/+169
* | | Document tests for server keyboard handlingPierre Ossman2018-10-191-0/+37
* | | Clarify some keyboard test detailsPierre Ossman2018-10-191-5/+9
* | | Change to https for tigervnc URLPierre Ossman2018-10-1919-19/+19
* | | Log TLS handshake resultPierre Ossman2018-10-092-1/+5
| |/ |/|
* | Include unix socket in vncviewer usagePierre Ossman2018-09-282-4/+17
|/
* Merge branches 'meta' and 'tlscrash' of https://github.com/CendioOssman/tigervncPierre Ossman2018-09-2144-167/+349
|\
| * 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
| * Merge branch 'alrplus' of https://github.com/CendioOssman/tigervncPierre Ossman2018-09-2113-35/+158
| |\
| | * 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
| * | Link zlib statically on all platformsPeter Åstrand (astrand)2018-09-191-4/+1
| |/
* | Interpret Meta as AltPierre Ossman2018-09-211-0/+2
* | Replace Shift+Alt with Shift+Meta when possiblePierre Ossman2018-09-211-0/+24
* | Update NumLock comment now that we have syncPierre Ossman2018-09-211-3/+3
|/
* Fix bad color of cursor with x0vncserverPierre Ossman2018-09-181-6/+5
* Stop tracking changes for each glyphPierre Ossman2018-09-131-20/+34
* Avoid compiler "use of uninitialised variable" warningsPierre Ossman2018-09-132-32/+39
* Fix multi-head placement of overlay (again)Pierre Ossman2018-09-111-11/+4
* Remove dead overlay codePierre Ossman2018-09-111-5/+0