summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/FileStream.h
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2020-12-22LibCore: Rename identifiers that can clash with libc macros (#4127)ร‰rico Nogueira Rolim
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-12InputFileStream: Incorrectly defaulted constructorLenny Maiorani
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts
2020-09-06Streams: Consistent behaviour when reading from stream with error.asynts
2020-09-06LibCore: FileStream.h: Fix infinite loop when trying to read past end-of-file.asynts
2020-09-06Userland: Use Buffered<T> in gunzip.asynts
2020-09-01Streams: Distinguish recoverable and fatal errors.asynts
2020-08-30LibCore: Add InputFileStream and OutputFileStream.asynts