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
/
tree.cpp
Age
Commit message (
Expand
)
Author
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-04-11
Utilities: Read positional arguments as Strings not char*s
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-25
tree: Port to LibMain
Names4Noobs
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-04-27
Userland: Move HOST_NAME_MAX to limits.h
Jean-Baptiste Boric
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-08
Everywhere: Fix weird includes
Ben Wiederhake
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling