index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
du.cpp
Age
Commit message (
Expand
)
Author
2022-07-24
du: Consolidate all "do not print" conditions
Tim Schumacher
2022-07-24
du: Only use unmodified file sizes internally
Tim Schumacher
2022-07-24
du: Use 64-bit integers when handling file sizes or related values
Tim Schumacher
2022-07-24
du: Fix a typo in the `--exclude-from` option
Tim Schumacher
2022-07-24
du: Don't stop descending even if the maximum depth is reached
Tim Schumacher
2022-07-21
du: Implement the 1k block size short option
Tim Schumacher
2022-07-21
du: Invert apparent-size behaviour
Tim Schumacher
2022-07-21
du: Implement custom block sizes
Tim Schumacher
2022-07-21
du: Replace home-grown block-based size calculation with `ceil_div`
Tim Schumacher
2022-07-14
LibCore: Replace the ArgsParser option argument setting with an enum
Tim Schumacher
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
Userland: Remove erroneous String -> char* -> StringView conversions
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-14
Utilities: Fix du to print stats for regular files
Pankaj Raghav
2022-01-06
du: Display true size of directory instead of 4 KiB
Lucas CHOLLET
2022-01-01
du: Port to LibMain
Kenneth Myhra
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-13
du: Don't fail immediately when directory can't be read (#8719)
luk1337
2021-07-08
Everywhere: Add break after the last case label before `default`
Daniel Bertalan
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-11
Utilities/du: Add -h option
Marcus Nilsson
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-03
Userland: Fix 64-bit portability issues
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling