summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CIODevice.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17LibCore: Make CIODevice::read_all() actually read all dataSergey Bugaev
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-11CIODevice: read(u8*, int) overload should return 0 on EOFAndreas Kling
2019-09-11CIODevice: read_all() should return a null ByteBuffer when nothing readAndreas Kling
2019-08-17LibCore: CIODevice::set_error() is meant to be called with the 'errno'Andreas Kling
2019-08-01CIODevice: printf() thought it was calling ::write() but it was write()Andreas Kling
2019-07-27LibCore: Add CFileStreamReader, a simple streaming CFile reader.Andreas Kling
2019-07-27CIODevice: Try to preallocate the exact needed buffer size in read_all().Andreas Kling
2019-07-27CIODevice: Add a virtual did_update_fd() no notify subclasses of fd change.Andreas Kling
2019-07-21Userspace: Deal with select() returning EINTR on a signal interruptionRobin Burchell
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling