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
/
CSocket.h
Age
Commit message (
Expand
)
Author
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-09-22
CSocket: Don't create the read notifier until after we've connected
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-20
LibCore: Convert CNotifier to ObjectPtr
Andreas Kling
2019-09-11
CSocket: Share code between connect() overloads
Andreas Kling
2019-07-27
LibCore: Remove CSocket's bind() and listen().
Andreas Kling
2019-07-27
CSocket: Add an on_ready_to_read callback.
Andreas Kling
2019-07-26
LibCore: Add CSocket::bind() (virtual) and CSocket::listen().
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-25
CSocket: Fix Clang warning about unused private member m_type.
Andreas Kling
2019-07-16
LibCore: Add a way to mark a socket as blocking (or not)
Robin Burchell
2019-07-13
AudioServer: Assorted infrastructure work
Robin Burchell
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling