Age | Commit message (Expand) | Author |
---|---|---|
2020-07-27 | LibCore: Change the signature of Socket::send() to use Span. | asynts |
2020-07-06 | LibCore: Don't fire Socket::on_ready_to_read if !can_read() | Andreas Kling |
2020-06-08 | LibCore: Make sure to disable notifiers when closing a socket | Sergey Bugaev |
2020-05-18 | LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets | Andreas Kling |
2020-05-02 | LibCore: Mark Socket::{common_,}connect() virtual and add a on_write | AnotherTest |
2020-02-22 | LibCore: Log a more helpful message when Socket::connect() fails | Andreas Kling |
2020-02-20 | AK: Use size_t for ByteBuffer sizes | Andreas Kling |
2020-02-14 | LibCore: Add a forward declaration header | Andreas Kling |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |