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
/
Libraries
/
LibCore
/
DirIterator.cpp
Age
Commit message (
Expand
)
Author
2023-03-05
LibCore+Everywhere: Return an Error from DirIterator::error()
Sam Atkins
2023-03-05
LibCore: Expose file type from DirIterator
Sam Atkins
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-08-23
Userland: Consolidate most PATH resolving into a single implementation
Tim Schumacher
2022-01-04
Userland: Fail Core::find_executable_in_path on empty inputs
Andrew Kaster
2021-11-23
LibCore: Allow moving, but not copying, DirIterator
Timothy Flynn
2021-07-03
LibCore: Avoid duplicate '/' in DirIterator::next_full_path()
Andreas Kling
2021-05-14
LibCore: Expose DirIterator's underlying file descriptor
Mart G
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibCore: Make DirIterator take String instead of StringView
Andreas Kling
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling