summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | | | | Merge branch 'vncserver' of https://github.com/CendioOssman/tigervncPierre Ossman2018-11-0925-537/+654
|\| | | | | |_|/ / |/| | |
| * | | Clean up headersPierre Ossman2018-11-092-10/+17
| * | | Remove unused functions from server classesPierre Ossman2018-11-092-11/+0
| * | | Make throwConnFailedException() protectedPierre Ossman2018-11-091-5/+5
| * | | Remove writeConnFailedFromScratch()Pierre Ossman2018-11-093-18/+7
| * | | Remove comments about self-deleting connectionsPierre Ossman2018-11-091-9/+2
| * | | Stop trying to send ListConnInfo via WM_COPYDATAPierre Ossman2018-11-092-3/+3
| * | | Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-0913-132/+146
| * | | Inherit SocketServer directly from VNCServerPierre Ossman2018-10-265-11/+10
| * | | Encapsulate client handling in VNCServerSTPierre Ossman2018-10-265-70/+98
| * | | Move access rights and closing to SConnection objectPierre Ossman2018-10-107-52/+88
| * | | Encapsulate setDesktopSize() in VNCServerSTPierre Ossman2018-10-103-32/+38
| * | | Encapsulate event handling in VNCServerSTPierre Ossman2018-10-103-36/+66
| * | | Use accessor methods for VNCServerSTPierre Ossman2018-10-103-34/+35
| * | | Remove QueryConnectionHandlerPierre Ossman2018-10-1014-103/+157
| * | | Force common flow of connection queriesPierre Ossman2018-10-098-63/+34
* | | | Fixed handling of AltGr from Windows' touch keyboardPierre Ossman2018-11-061-7/+13