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.cpp
Age
Commit message (
Expand
)
Author
2023-05-27
LibCore: Remove unused API of deprecated Core::IODevice
Ben Wiederhake
2023-05-27
LibCore: Remove deprecated LineRange and LineIterator
Ben Wiederhake
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
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-12-12
LibCore: Add support for range-based for loops on LineIterators
Sahan Fernando
2021-12-12
LibCore: Fix bug in IODevice::LineIterator causing skipped lines
Sahan Fernando
2021-11-30
LibCore: Fix relative seeking in IODevice
Arne Elster
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-09
LibCore: Display the correct allocation size in the debug line
Karol Kosek
2021-10-08
Libraries: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-04
LibCore: Allow reads smaller than the buffered data size in IODevice
Ali Mohammad Pur
2021-09-27
LibCore: Buffer small byte reads
Karol Kosek
2021-09-27
LibCore: Add optional custom read size argument in populate_read_buffer
Karol Kosek
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-05-31
AK: Remove the public ByteBuffer::trim method
Gunnar Beutner
2021-05-20
LibCore: Let IODevice::can_read_line() buffer until \n or EOF
r-paiva
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
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-04-21
LibCore: Remove the barely-used Core::safe_syscall()
Andreas Kling
2021-04-10
LibCore: Save errno before it gets clobbered in Core::IODevice::write()
Andreas Kling
2021-02-17
LibCore: Convert dbgprintf() => dbgln()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling