index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
/
CIODevice.cpp
Age
Commit message (
Expand
)
Author
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
LibCore: Make CIODevice::read_all() actually read all data
Sergey Bugaev
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-11
CIODevice: read(u8*, int) overload should return 0 on EOF
Andreas Kling
2019-09-11
CIODevice: read_all() should return a null ByteBuffer when nothing read
Andreas Kling
2019-08-17
LibCore: CIODevice::set_error() is meant to be called with the 'errno'
Andreas Kling
2019-08-01
CIODevice: printf() thought it was calling ::write() but it was write()
Andreas Kling
2019-07-27
LibCore: Add CFileStreamReader, a simple streaming CFile reader.
Andreas Kling
2019-07-27
CIODevice: Try to preallocate the exact needed buffer size in read_all().
Andreas Kling
2019-07-27
CIODevice: Add a virtual did_update_fd() no notify subclasses of fd change.
Andreas Kling
2019-07-21
Userspace: Deal with select() returning EINTR on a signal interruption
Robin Burchell
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling