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
/
IODevice.h
Age
Commit message (
Expand
)
Author
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-10
Libraries: Use default constructors/destructors in LibCore
Lenny Maiorani
2021-12-12
LibCore: Add support for range-based for loops on LineIterators
Sahan Fernando
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-27
LibCore: Add optional custom read size argument in populate_read_buffer
Karol Kosek
2021-09-19
RequestServer+LibHTTP+LibGemini: Cache connections to the same host
Ali Mohammad Pur
2021-05-17
LibCore: Open files with O_CLOEXEC by default
Gunnar Beutner
2021-05-12
LibCore+Everywhere: Move SeekMode out of IODevice
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-07
LibCore: Remove Core::IODevice::printf()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling