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
/
File.cpp
Age
Commit message (
Expand
)
Author
2021-05-17
LibCore: Open files with O_CLOEXEC by default
Gunnar Beutner
2021-05-12
LibCore: Don't use has_flag() with multiple flags (OpenMode::ReadWrite)
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-17
LibCore: Make File take String instead of StringView
Andreas Kling
2021-03-30
LibCore: Add Core::File is_device() helpers
Idan Horowitz
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-21
LibCore: Add file management helpers to reduce code duplication
Mițca Dumitru
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-02
LibCore: Use serenity_readlink() instead of making syscalls directly
Andreas Kling
2021-01-16
LibCore: Fix invalid errno
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling