index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
/
Socket.cpp
Age
Commit message (
Expand
)
Author
2020-12-23
LibCore: Stop logging that a Core::Socket has disconnected in receive()
Andreas Kling
2020-12-16
LibCore: Expose some Socket properties to make then inspectable
Conrad Pankoff
2020-08-30
Everywhere: Port to String::copy_characters_to_buffer()
Sergey Bugaev
2020-08-24
LibCore: Prefer strlcpy over strncpy, fix overflow
Ben Wiederhake
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