Age | Commit message (Expand) | Author |
---|---|---|
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 |