Age | Commit message (Expand) | Author |
---|---|---|
2023-03-13 | Everywhere: Remove unintentional partial stream reads and writes | Tim Schumacher |
2023-03-13 | AK: Rename Stream::{read,write} to Stream::{read_some,write_some} | Tim Schumacher |
2023-03-10 | Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case | Andreas Kling |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-09-09 | uniq: Improve POSIX compliance | demostanis |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-04 | uniq: Port to LibMain | mjz19910 |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-12 | Everywhere: Remove klog(), dbg() and purge all LogStream usage :^) | Andreas Kling |
2021-02-26 | Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes | Linus Groh |
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling |