summaryrefslogtreecommitdiff
path: root/AK/BitStream.h
AgeCommit message (Expand)Author
2021-06-25AK: Add big endian bit reading to InputBitStreamkleines Filmröllchen
2021-04-22AK+Userland: Use idan.horowitz@serenityos.org for my copyright headersIdan Horowitz
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-16LibCompress+AK: Dont short-circuit error handling propagationIdan Horowitz
2021-03-15LibCompress+AK: Propagate error handling to wrapped streamsIdan Horowitz
2021-03-13AK: Add fast paths for aligned bit writes in BitOutputStreamIdan Horowitz
2021-03-13AK: Add OutputBitStream classIdan Horowitz
2020-09-14AK: Lower the requirements for InputStream::eof and rename it.asynts
2020-09-12AK: Fix accidentally-recursive call in BitStreamBen Wiederhake
2020-09-06Streams: Consistent behaviour when reading from stream with error.asynts
2020-09-01Streams: Distinguish recoverable and fatal errors.asynts
2020-08-26AK: Add InputBitStream class.asynts