Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-22 | LibCore: Remove some debug spam in Local{Server,Socket} | Andreas Kling | |
2020-06-21 | LibCore: Add API for taking over an accepted socket from SystemServer | Andreas 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-07 | LibCore: Remove all remaining C prefix references | Shannon Booth | |
LibCore's GZip is also moved into the Core namespace with this change. | |||
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling | |