summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/LocalSocket.cpp
AgeCommit message (Collapse)Author
2020-06-22LibCore: Remove some debug spam in Local{Server,Socket}Andreas Kling
2020-06-21LibCore: Add API for taking over an accepted socket from SystemServerAndreas Kling
Core::LocalSocket::take_over_accepted_socket_from_system_server() now allows you to construct a Core::LocalSocket for a pre-accepted socket when using SystemServer's new AcceptSocketConnections mode.
2020-03-07LibCore: Remove all remaining C prefix referencesShannon Booth
LibCore's GZip is also moved into the Core namespace with this change.
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling