aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Handle AltGr from Windows' touch keyboardPierre Ossman2018-11-061-0/+7
* | | | Adjust XDamage tracking to geometryPierre Ossman2018-11-051-0/+2
| |_|/ |/| |
* | | 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