Age | Commit message (Expand) | Author |
---|---|---|
2019-07-27 | LibCore: Remove CSocket's bind() and listen(). | Andreas Kling |
2019-07-27 | LibCore: Add CLocalServer, a server-only local socket class. | Andreas Kling |
2019-07-26 | LibCore: Add CSocket::bind() (virtual) and CSocket::listen(). | Andreas Kling |
2019-07-25 | LibCore: Introduce a C_OBJECT macro. | Andreas Kling |
2019-07-14 | CLocalSocket: Add missing pragma once | Robin Burchell |
2019-07-13 | AudioServer: Assorted infrastructure work | Robin Burchell |