aboutsummaryrefslogtreecommitdiffstats
path: root/win/winvnc/ManagedListener.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/madnicendio/tigervncPierre Ossman2024-11-221-3/+3
|\
| * Capitalize first letter in log, exception & errorMadeleine Nilsson2024-11-211-3/+3
| | | | | | | | The reason for this is to keep a consistency through out the project.
* | Subclass exceptions from std::exceptionPierre Ossman2024-11-061-1/+1
| | | | | | | | | | Make sure our exceptions are part of the standard exception class hierarchy.
* | Use what() to access exception descriptionPierre Ossman2024-11-061-1/+1
|/ | | | Harmonize with the standard C++ exceptions.
* Use nullptr in all C++ codePierre Ossman2024-06-241-2/+2
| | | | | 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-1/+1
| | | | | | | 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>
* Be consistent in including config.hPierre Ossman2021-12-301-0/+5
| | | | | | The generally recommended way is to include it from source files, not headers. We had a mix of both. Let's try to be consistent and follow the recommended way.
* Use abstract SocketListener classPierre Ossman2018-05-041-4/+4
| | | | | Makes the code more general and not directly tied to specifically TCP sockets.
* Clean up listening sockets on errorPierre Ossman2015-09-291-1/+5
|
* Return TcpListener pointers rather than objectsPierre Ossman2015-09-291-8/+8
| | | | | | It is easier to control object life time and avoid magical socket duplication by having a single TcpListener object to pass around. We have to be more careful about deleting the object though.
* Convert WinVNC to the new TcpListener APIPierre Ossman2015-03-171-15/+36
|
* Fix unsafe format strings to the logging functionsPierre Ossman2015-03-031-1/+1
|
* [Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is ableAdam Tkac2010-02-051-1/+1
| | | | | | | to listen on specific interface. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3963 3789f03b-4d11-0410-bbf8-ca57d06f2519
* Migrating to new directory structure adopted from the RealVNC's source tree. ↵Constantin Kaplinsky2006-05-251-0/+94
More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@591 3789f03b-4d11-0410-bbf8-ca57d06f2519