summaryrefslogtreecommitdiff
path: root/Userland/Utilities/du.cpp
AgeCommit message (Expand)Author
2021-08-01Utilities: Remove unused header includesBrian Gianforcaro
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-13du: Don't fail immediately when directory can't be read (#8719)luk1337
2021-07-08Everywhere: Add break after the last case label before `default`Daniel Bertalan
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-12AK: Rename Vector::append(Vector) => Vector::extend(Vector)Andreas Kling
2021-06-11Utilities/du: Add -h optionMarcus Nilsson
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-03Userland: Fix 64-bit portability issuesGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling