Age | Commit message (Expand) | Author |
---|---|---|
2022-10-10 | Userland: Remove unecessary uses of __serenity__ macro | Andrew Kaster |
2022-07-12 | Everywhere: Add sv suffix to strings relying on StringView(char const*) | sin-ack |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-31 | ntpquery: Port to LibMain | Kenneth Myhra |
2021-09-05 | Userland: Switch static_assert of type sizes to AK::AssertSize | Brian Gianforcaro |
2021-07-19 | Everywhere: Use AK/Math.h if applicable | Hendiadyoin1 |
2021-05-30 | ntpquery: Replace printf()/fprintf(stderr) with out{,ln}()/warnln() | Linus Groh |
2021-05-21 | Userland: Change typedef to using directive | Lenny Maiorani |
2021-05-17 | Utilities: Correct non-standard assert macros includes | Jean-Baptiste Boric |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-22 | Kernel+Userland: Remove "dns" pledge promise alias | Andreas Kling |
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling |