summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Move client attributes out of ServerParamsPierre Ossman2018-11-015-35/+36
| * Merge client resize capabilitiesPierre Ossman2018-11-015-5/+28
| * Don't update screen layout directly on incoming client requestPierre Ossman2018-11-012-9/+2
| * Remove unused flags from ServerParamsPierre Ossman2018-11-014-13/+2
| * Simplify encoding list generatorPierre Ossman2018-11-011-30/+2
| * Use STL list for encoding listPierre Ossman2018-11-013-27/+29
| * Make arguments explicit in all message writer methodsPierre Ossman2018-11-017-87/+88
| * Move update request handling in to CConnectionPierre Ossman2018-11-014-199/+239
| * Let CMsgHandler::serverInit() handle initial set upPierre Ossman2018-11-018-25/+37
| * 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
* | Increase range of ComparingUpdateTracker statisticsPierre Ossman2018-11-301-1/+1
* | Merge branch 'altgr' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-301-4/+40
|\ \
| * | Avoid using "fake" key codesPierre Ossman2018-11-301-4/+40
* | | Merge pull request #765 from bmwiedemann/timestampBrian Hinz2018-11-272-11/+6
|\ \ \
| * | | Use cmake TIMESTAMP functionBernhard M. Wiedemann2018-11-182-11/+6
* | | | Document -AcceptSetDesktopSize in x0vncserver.manPierre Ossman2018-11-261-0/+4
| |/ / |/| |
* | | Allow -AcceptSetDesktopSize in x0vncserverPierre Ossman2018-11-261-3/+0
* | | EL7 with Xorg 1.2.0 needs --disable-dri3Brian P. Hinz2018-11-262-4/+7
* | | el7 bumped version of xorg to 1.20Brian P. Hinz2018-11-251-1/+1
* | | Remove Java viewer from debian packages (4a4453f broke nightly builds)Brian P. Hinz2018-11-252-8/+8
* | | Abort unsafe lossless refresh earlyPierre Ossman2018-11-231-13/+15
* | | Move lossless refresh handling to separate methodPierre Ossman2018-11-232-45/+79
* | | Fix bad size check in Tight decoderPierre Ossman2018-11-231-1/+1
* | | Use larger integers for the cursor ditheringPierre Ossman2018-11-231-6/+6
* | | Merge branch 'vla' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-218-57/+72
|\ \ \
| * | | Do debug build in TravisPierre Ossman2018-11-211-1/+1
| * | | Remove variable length arraysPierre Ossman2018-11-077-45/+53
| * | | Update gettext.h to latest versionPierre Ossman2018-11-071-11/+18
* | | | Merge branch 'covscan' of https://github.com/grulja/tigervncPierre Ossman2018-11-2113-27/+47
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix memory leaksJan Grulich2018-11-209-20/+37
| * | | Check correct return codeJan Grulich2018-11-202-4/+7
| * | | Do not duplicate default string twiceJan Grulich2018-09-261-2/+2
| * | | Use empty address buffer when sockaddr sa_family is not what we wantJan Grulich2018-09-261-1/+1
* | | | Save a few X11 server roundtrips by ignoring empty damage regions.Christian Authmann2018-11-111-0/+3
* | | | Prevent rendering uninitialized Pixmap contents on X11Christian Authmann2018-11-111-0/+3
* | | | Merge branch 'exittimer' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-0915-157/+95
|\ \ \ \
| * | | | Get rid of SocketServer::checkTimeouts()Pierre Ossman2018-11-096-27/+5
| * | | | Change idle timeout to timerPierre Ossman2018-11-093-50/+25
| * | | | Properly terminate server on timeoutsPierre Ossman2018-11-099-4/+36
| * | | | Change exit timeouts to timersPierre Ossman2018-11-092-79/+32