summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CLocalSocket.h
AgeCommit message (Expand)Author
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-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-14CLocalSocket: Add missing pragma onceRobin Burchell
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell