Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-11 | Utilities: Read positional arguments as Strings not char*s | Sam Atkins | |
This is a pretty trivial change so they're all batched together. | |||
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz | |
2021-12-11 | cksum: Port to LibMain :^) | Kenneth Myhra | |
2021-11-08 | LibCore: Use ErrorOr<T> for Core::File::open() | Andreas Kling | |
2021-08-01 | cksum: Print argv[0] on failed read | LuK1337 | |
Forgot to do it in c5df5e5. | |||
2021-08-01 | cksum: Display adler32/crc32 sums as hex numbers | LuK1337 | |
This basically follows what `crc32` and `xrdadler32` does on Linux distros. | |||
2021-08-01 | cksum: Don't read the entire input file in memory | LuK1337 | |
Same as `checksum`, in some cases we just can't load whole file into memory. | |||
2021-05-12 | LibCore+Everywhere: Move OpenMode out of IODevice | Ali Mohammad Pur | |
...and make it an enum class so people don't omit "OpenMode". | |||
2021-04-24 | Utilities: Add cksum | Brendan Coles | |