Age | Commit message (Expand) | Author |
---|---|---|
2022-06-13 | AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice() | Matthias Zimmerman |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-01-24 | Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr | Sam Atkins |
2021-09-06 | Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe | Ali Mohammad Pur |
2021-05-31 | AK: Replace ByteBuffer::grow with resize()/ensure_capacity() | Gunnar Beutner |
2021-05-14 | LibCrypto+LibTLS: Avoid unaligned reads and writes | Ali Mohammad Pur |
2021-04-22 | AK+Userland: Use mpfard@serenityos.org for my copyright headers | Ali Mohammad Pur |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |