index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
BitStream.h
Age
Commit message (
Expand
)
Author
2023-02-08
AK: Remove the fallible constructor from `LittleEndianOutputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallbile constructor from `BigEndianOutputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianInputBitStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `BigEndianInputBitStream`
Tim Schumacher
2023-01-29
AK: Move bit streams from `LibCore`
Tim Schumacher
2023-01-21
AK: Remove `InputBitStream` and `OutputBitStream`
Tim Schumacher
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-07-04
AK: Add `nodiscard` attribute to BitStream functions
Lenny Maiorani
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-01-22
LibCore: Introduce BigEndianInputBitStream
kleines Filmröllchen
2021-06-25
AK: Add big endian bit reading to InputBitStream
kleines Filmröllchen
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