summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/DirIterator.cpp
AgeCommit message (Expand)Author
2022-08-23Userland: Consolidate most PATH resolving into a single implementationTim Schumacher
2022-01-04Userland: Fail Core::find_executable_in_path on empty inputsAndrew Kaster
2021-11-23LibCore: Allow moving, but not copying, DirIteratorTimothy Flynn
2021-07-03LibCore: Avoid duplicate '/' in DirIterator::next_full_path()Andreas Kling
2021-05-14LibCore: Expose DirIterator's underlying file descriptorMart G
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17LibCore: Make DirIterator take String instead of StringViewAndreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling