Age | Commit message (Expand) | Author |
---|---|---|
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 |