summaryrefslogtreecommitdiff
path: root/Userland/Utilities/du.cpp
AgeCommit message (Expand)Author
2022-07-24du: Consolidate all "do not print" conditionsTim Schumacher
2022-07-24du: Only use unmodified file sizes internallyTim Schumacher
2022-07-24du: Use 64-bit integers when handling file sizes or related valuesTim Schumacher
2022-07-24du: Fix a typo in the `--exclude-from` optionTim Schumacher
2022-07-24du: Don't stop descending even if the maximum depth is reachedTim Schumacher
2022-07-21du: Implement the 1k block size short optionTim Schumacher
2022-07-21du: Invert apparent-size behaviourTim Schumacher
2022-07-21du: Implement custom block sizesTim Schumacher
2022-07-21du: Replace home-grown block-based size calculation with `ceil_div`Tim Schumacher
2022-07-14LibCore: Replace the ArgsParser option argument setting with an enumTim Schumacher
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12Userland: Remove erroneous String -> char* -> StringView conversionssin-ack
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-14Utilities: Fix du to print stats for regular filesPankaj Raghav
2022-01-06du: Display true size of directory instead of 4 KiBLucas CHOLLET
2022-01-01du: Port to LibMainKenneth Myhra
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