summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CLocalServer.h
AgeCommit message (Expand)Author
2019-11-26SystemServer+LibCore: Implement socket takeoverSergey Bugaev
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-21LibCore: Convert CLocalServer to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-07-27LibCore: Add CLocalServer, a server-only local socket class.Andreas Kling