summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/Socket.cpp
AgeCommit message (Expand)Author
2020-12-23LibCore: Stop logging that a Core::Socket has disconnected in receive()Andreas Kling
2020-12-16LibCore: Expose some Socket properties to make then inspectableConrad Pankoff
2020-08-30Everywhere: Port to String::copy_characters_to_buffer()Sergey Bugaev
2020-08-24LibCore: Prefer strlcpy over strncpy, fix overflowBen Wiederhake
2020-07-27LibCore: Change the signature of Socket::send() to use Span.asynts
2020-07-06LibCore: Don't fire Socket::on_ready_to_read if !can_read()Andreas Kling
2020-06-08LibCore: Make sure to disable notifiers when closing a socketSergey Bugaev
2020-05-18LibCore+LibTLS: Don't keep a "ready to write" notifier on all SocketsAndreas Kling
2020-05-02LibCore: Mark Socket::{common_,}connect() virtual and add a on_writeAnotherTest
2020-02-22LibCore: Log a more helpful message when Socket::connect() failsAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling