Age | Commit message (Expand) | Author |
---|---|---|
2021-02-26 | Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes | Linus Groh |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-08 | Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) | AnotherTest |
2021-01-25 | Everywhere: Debug macros instead of constexpr. | asynts |
2021-01-24 | SystemServer: Do not crash if device files are not present | Jean-Baptiste Boric |
2021-01-23 | SystemServer: Mask off the set-uid bit in SocketPermissions | Andreas Kling |
2021-01-22 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2021-01-16 | Everywhere: Convert a handful of String::format() => formatted() | Andreas Kling |
2021-01-12 | LibC+Everywhere: Remove open_with_path_length() in favor of open() | Andreas Kling |
2021-01-12 | Services: Move to Userland/Services/ | Andreas Kling |