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
/
find.cpp
Age
Commit message (
Expand
)
Author
2021-08-18
Userland: Also cache d_type in find(1)
Sergey Bugaev
2021-08-18
Userland: Cache stat in find(1)
Sergey Bugaev
2021-08-18
Userland: Simplify recursion in find(1)
Sergey Bugaev
2021-08-18
Userland: Ditch Core::DirIterator for readdir() in find(1)
Sergey Bugaev
2021-08-18
Userland: Use fstatat() in find(1)
Sergey Bugaev
2021-08-18
Userland: Wrap path a into struct in find(1)
Sergey Bugaev
2021-08-01
Utilities: Remove unused header includes
Brian Gianforcaro
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
2021-05-18
Utilites: Make find respect lack of -L when iterating over directories
Gunnar Beutner
2021-05-17
Utilities: Correct non-standard assert macros includes
Jean-Baptiste Boric
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-05-07
Userland: Fix some weird syntax in `find`
Valtteri Koskivuori
2021-05-07
Userland: Remove extra slashes from `find` output
Valtteri Koskivuori
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