Age | Commit message (Expand) | Author |
---|---|---|
2021-04-22 | AK+Userland: Use idan.horowitz@serenityos.org for my copyright headers | Idan Horowitz |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-03-16 | LibCompress+AK: Dont short-circuit error handling propagation | Idan Horowitz |
2021-03-15 | LibCompress+AK: Propagate error handling to wrapped streams | Idan Horowitz |
2021-03-13 | AK: Add fast paths for aligned bit writes in BitOutputStream | Idan Horowitz |
2021-03-13 | AK: Add OutputBitStream class | Idan Horowitz |
2020-09-14 | AK: Lower the requirements for InputStream::eof and rename it. | asynts |
2020-09-12 | AK: Fix accidentally-recursive call in BitStream | Ben Wiederhake |
2020-09-06 | Streams: Consistent behaviour when reading from stream with error. | asynts |
2020-09-01 | Streams: Distinguish recoverable and fatal errors. | asynts |
2020-08-26 | AK: Add InputBitStream class. | asynts |