summaryrefslogtreecommitdiff
path: root/Userland/Utilities/tree.cpp
AgeCommit message (Expand)Author
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-04-11Utilities: Read positional arguments as Strings not char*sSam Atkins
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-25tree: Port to LibMainNames4Noobs
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-04-27Userland: Move HOST_NAME_MAX to limits.hJean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-08Everywhere: Fix weird includesBen Wiederhake
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling