Age | Commit message (Expand) | Author |
---|---|---|
2021-04-29 | Everywhere: Use "the SerenityOS developers." in copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-25 | AK: Add longer human readable size to string helper function | David Isaksson |
2021-03-17 | AK: Implement terabytes, petabytes, exabytes | Jean-Baptiste Boric |
2021-02-08 | Everywhere: Remove unnecessary headers 3/4 | Ben Wiederhake |
2020-10-08 | AK: Use new format functions. | asynts |
2020-08-23 | AK: Fix human_readable_size corner cases | Ben Wiederhake |
2020-08-23 | Meta: Fix wrong 'using namespace X' usages | Ben Wiederhake |
2020-08-16 | AK: Use IEC prefixes in human_readable_format | Nico Weber |
2020-08-16 | Everywhere: Consolidate human_readable_size() implementations | Nico Weber |
2020-08-16 | AK: Rename KB, MB, GB to KiB, MiB, GiB | Nico Weber |
2020-05-03 | AK+FileManager: Move out human_readable_size to AK::NumberFormat | AnotherTest |