summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CSocket.h
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-22CSocket: Don't create the read notifier until after we've connectedAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-11CSocket: Share code between connect() overloadsAndreas Kling
2019-07-27LibCore: Remove CSocket's bind() and listen().Andreas Kling
2019-07-27CSocket: Add an on_ready_to_read callback.Andreas Kling
2019-07-26LibCore: Add CSocket::bind() (virtual) and CSocket::listen().Andreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-25CSocket: Fix Clang warning about unused private member m_type.Andreas Kling
2019-07-16LibCore: Add a way to mark a socket as blocking (or not)Robin Burchell
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling