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