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
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-24
Utilities: Use default constructors/destructors
Lenny Maiorani
2022-01-23
find: Fix crash on missing arguments
David Lindbom
2021-12-03
find: Implement support for multiple directories
Tim Schumacher
2021-12-03
find: Use a Vector for parsing instead of moving optind
Tim Schumacher
2021-12-03
find: Port to LibMain
Tim Schumacher
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