Conrad Pankoff
ed66f1d6d4
LibCore: Add CTCPServer
...
This is pretty much a find/replace copy of CLocalServer, and some
modifications to CTCPSocket and CSocketAddress to support it.
2019-08-05 12:53:07 +02:00
Andreas Kling
e7957db173
LibCore: Remove CSocket's bind() and listen().
...
We're going to be using dedicated server socket classes instead.
This was only implemented for CLocalSocket, and clients have been switched
over to using CLocalServer.
2019-07-27 10:58:21 +02:00
Andreas Kling
be2b585ca6
LibCore: Add CSocket::bind() (virtual) and CSocket::listen().
...
These will be useful for implementing server sockets.
2019-07-26 22:39:16 +02:00
Andreas Kling
04b9dc2d30
Libraries: Create top level directory for libraries.
...
Things were getting a little crowded in the project root, so this patch
moves the Lib*/ directories into Libraries/.
2019-07-04 16:16:50 +02:00