aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32/SocketManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark overridden virtual functionsPierre Ossman2024-06-241-2/+2
| | | | | Use the new "override" keyword to properly differentiate between new virtual methods, and existing virtual methods being overridden.
* Use nullptr in all C++ codePierre Ossman2024-06-241-1/+1
| | | | | It's more readable than 0, and a bit safer than NULL, so let's try to follow modern norms.
* Remove the network::SocketServer interface.Carlos Santos2024-04-261-13/+19
| | | | | | | Move these RFB specific things to rfb::VNCServer, for clarity. Signed-off-by: Pierre Ossman <ossman@cendio.se> Signed-off-by: Carlos Santos <casantos@redhat.com>
* Move ListConnInfo to WinVNC directoryPierre Ossman2018-11-091-0/+4
| | | | | It is functionality specific to WinVNC, so move the code there to make things more clear.
* Local address change events are not socket specificPierre Ossman2015-03-171-1/+1
|
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+90
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519