Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-26 | AK: Rename FileSystemPath -> LexicalPath | Sergey Bugaev | |
And move canonicalized_path() to a static method on LexicalPath. This is to make it clear that FileSystemPath/canonicalized_path() only perform *lexical* canonicalization. | |||
2020-05-14 | Build: Switch to CMake :^) | Sergey Bugaev | |
Closes https://github.com/SerenityOS/serenity/issues/2080 | |||
2020-05-08 | Services: Renamed from Servers | Andreas Kling | |
It didn't feel right to have a "DHCPClient" in a "Servers" directory. Rename this to Services to better reflect the type of programs we'll be putting in there. |