Age | Commit message (Expand) | Author |
---|---|---|
2021-12-11 | checksum: Port to LibMain :^) | Kenneth Myhra |
2021-11-26 | Userland: Use Core::ArgsParser's Vector<StringView> API everywhere | Andreas Kling |
2021-09-21 | checksum: Stop reusing the same Core::File for multiple files | Idan Horowitz |
2021-05-12 | LibCore+Everywhere: Move OpenMode out of IODevice | Ali Mohammad Pur |
2021-04-29 | Utilities: Use Vector<String> positional arguments in some places | Andreas Kling |
2021-04-22 | Everywhere: Use linusg@serenityos.org for my copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-25 | checksum: Use new format functions | Linus Groh |
2021-03-19 | checksum: Don't read the entire input file in memory | Jean-Baptiste Boric |
2021-01-16 | Everywhere: Convert a handful of String::format() => formatted() | Andreas Kling |
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling |