Age | Commit message (Expand) | Author |
---|---|---|
2022-02-16 | LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods | Sam Atkins |
2022-02-06 | Userland: Convert TLS::TLSv12 to a Core::Stream::Socket | Ali Mohammad Pur |
2021-11-10 | AK: Make ByteBuffer::try_* functions return ErrorOr<void> | Andreas Kling |
2021-09-19 | LibTLS: Use a setter for on_tls_ready_to_write with some more smarts | Ali Mohammad Pur |
2021-09-06 | Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe | Ali Mohammad Pur |
2021-09-06 | Everywhere: Use OOM-safe ByteBuffer APIs where possible | Ali Mohammad Pur |
2021-09-02 | Tests: Remove all file(GLOB) from CMakeLists in Tests | Andrew Kaster |
2021-08-06 | Tests: Remove unused variables for clang build | Lenny Maiorani |
2021-06-19 | LibCrypto+LibTLS: Split and move test suite into Tests directory | Peter Bocan |