summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCore/File.cpp
AgeCommit message (Expand)Author
2021-05-17LibCore: Open files with O_CLOEXEC by defaultGunnar Beutner
2021-05-12LibCore: Don't use has_flag() with multiple flags (OpenMode::ReadWrite)Ali Mohammad Pur
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
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