summaryrefslogtreecommitdiff
path: root/AK/LEB128.h
AgeCommit message (Expand)Author
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-04AK: Make LEB128 decoding work with `read_value`Tim Schumacher
2023-02-04AK: Port `LEB128` to the new `AK::Stream`Tim Schumacher
2023-02-04AK: Don't restore the stream offset when failing to read an LEB128Tim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-07-09AK: Always check shift amount in LEB128 read functionskleines Filmröllchen
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-08-31AK: Don't perform the shift when it's too large when decoding LEB128Ali Mohammad Pur
2021-05-31AK: Handle LEB128 encoded values that are too large for the result typeAndrew Kaster
2021-05-04AK: Make LEB128 capable of reading into any typeAli Mohammad Pur
2021-05-04AK: Move the LEB128 logic to AK and make it usable with InputStreamAli Mohammad Pur