Age | Commit message (Expand) | Author |
---|---|---|
2023-02-13 | Everywhere: Remove the `AK::` qualifier from Stream usages | Tim Schumacher |
2023-02-04 | AK: Make LEB128 decoding work with `read_value` | Tim Schumacher |
2023-02-04 | AK: Port `LEB128` to the new `AK::Stream` | Tim Schumacher |
2023-02-04 | AK: Don't restore the stream offset when failing to read an LEB128 | Tim Schumacher |
2023-01-29 | AK: Deprecate the old `AK::Stream` | Tim Schumacher |
2022-11-26 | AK: Make it possible to not `using` AK classes into the global namespace | Andreas Kling |
2022-07-09 | AK: Always check shift amount in LEB128 read functions | kleines Filmröllchen |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2021-08-31 | AK: Don't perform the shift when it's too large when decoding LEB128 | Ali Mohammad Pur |
2021-05-31 | AK: Handle LEB128 encoded values that are too large for the result type | Andrew Kaster |
2021-05-04 | AK: Make LEB128 capable of reading into any type | Ali Mohammad Pur |
2021-05-04 | AK: Move the LEB128 logic to AK and make it usable with InputStream | Ali Mohammad Pur |