summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CLocalSocket.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-27LibCore: Allow LibCore to be compiled on macOS hostStefano Cristiano
2019-09-22CSocket: Don't create the read notifier until after we've connectedAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-08-17LibCore: CIODevice::set_error() is meant to be called with the 'errno'Andreas Kling
2019-07-27LibCore: Remove CSocket's bind() and listen().Andreas Kling
2019-07-27LibCore: Add CLocalServer, a server-only local socket class.Andreas Kling
2019-07-26LibCore: Add CSocket::bind() (virtual) and CSocket::listen().Andreas Kling
2019-07-16LibCore: Add a way to mark a socket as blocking (or not)Robin Burchell
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell