]> source.dussan.org Git - tigervnc.git/commit
Move socket write event handling in to the RFB core
authorPierre Ossman <ossman@cendio.se>
Fri, 29 Apr 2016 12:26:05 +0000 (14:26 +0200)
committerPierre Ossman <ossman@cendio.se>
Fri, 29 Apr 2016 12:26:05 +0000 (14:26 +0200)
commitd408ca514655b4fe6e477680f22c4387b52446a6
tree9d512d443bdeeadd486f978889bdcd77374f7caf
parentc6df31db54bffe76ee5506a79f42cc7de7c541c3
Move socket write event handling in to the RFB core

What to do when a socket is writeable should be handled in the
RFB core code as there may be other events we want to fire off
when this happens.
common/network/Socket.h
common/rfb/HTTPServer.cxx
common/rfb/HTTPServer.h
common/rfb/VNCSConnectionST.cxx
common/rfb/VNCSConnectionST.h
common/rfb/VNCServerST.cxx
common/rfb/VNCServerST.h
unix/x0vncserver/x0vncserver.cxx
unix/xserver/hw/vnc/XserverDesktop.cc
win/rfb_win32/SocketManager.cxx