Age | Commit message (Expand) | Author |
---|---|---|
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-12-27 | LibCore: Allow LibCore to be compiled on macOS host | Stefano Cristiano |
2019-09-22 | CSocket: Don't create the read notifier until after we've connected | Andreas Kling |
2019-09-21 | LibCore: Convert CLocalSocket to ObjectPtr | Andreas Kling |
2019-08-17 | LibCore: CIODevice::set_error() is meant to be called with the 'errno' | Andreas Kling |
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-16 | LibCore: Add a way to mark a socket as blocking (or not) | Robin Burchell |
2019-07-13 | AudioServer: Assorted infrastructure work | Robin Burchell |