summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/File.cpp
AgeCommit message (Expand)Author
2021-04-17LibCore: Make File take String instead of StringViewAndreas Kling
2021-03-30LibCore: Add Core::File is_device() helpersIdan Horowitz
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-21LibCore: Add file management helpers to reduce code duplicationMițca Dumitru
2021-02-05Userland: Add LibSystem and funnel all syscalls through itAndreas Kling
2021-02-02LibCore: Use serenity_readlink() instead of making syscalls directlyAndreas Kling
2021-01-16LibCore: Fix invalid errnoBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling