]> source.dussan.org Git - tigervnc.git/commit
Properly terminate server on timeouts
authorPierre Ossman <ossman@cendio.se>
Sat, 29 Sep 2018 09:24:19 +0000 (11:24 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 9 Nov 2018 16:25:23 +0000 (17:25 +0100)
commit10688efcf759f24e83814f9e12a1275296b07a4c
tree51d46d026e8cc9c04aae739e52582c6566c45112
parentf43137c61bd19fd3a7a51833c9eb9bb9f890a904
Properly terminate server on timeouts

Do a proper cleanup when one of the termination timeouts trigger
rather than just exiting on the spot. This makes sure we don't leave
stray stuff around, e.g. unix socket files.
common/rfb/SDesktop.h
common/rfb/VNCServerST.cxx
unix/x0vncserver/XDesktop.cxx
unix/x0vncserver/XDesktop.h
unix/xserver/hw/vnc/XserverDesktop.cc
unix/xserver/hw/vnc/XserverDesktop.h
win/rfb_win32/SDisplay.cxx
win/rfb_win32/SDisplay.h
win/winvnc/VNCServerWin32.cxx