summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CSocket.cpp
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-14LibCore: Silence some aggressive CSocket and CHttpJob debug spamAndreas Kling
2019-09-30ByteBuffer: Remove pointer() in favor of data()Andreas Kling
2019-09-22CSocket: Don't create the read notifier until after we've connectedAndreas Kling
2019-09-21LibCore: Convert CTCPServer to ObjectPtrAndreas Kling
2019-09-20LibCore: Convert CNotifier to ObjectPtrAndreas Kling
2019-09-11CSocket: Share code between connect() overloadsAndreas Kling
2019-08-18LibCore: Make CSocket's notifiers into children of the CSocketAndreas Kling
2019-08-17LibCore: CIODevice::set_error() is meant to be called with the 'errno'Andreas Kling
2019-08-04CSocket: Close the underlying socket on destructionAndreas 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-25CSocket: Add missing <sys/un.h> include to fix host build.Andreas Kling
2019-07-16LibCore: Add a way to mark a socket as blocking (or not)Robin Burchell
2019-07-16CSocket: Also call on_connected for local socket connectionsRobin Burchell
2019-07-16LibCore: Always call on_connected whether the connection was synchronous or notRobin Burchell
2019-07-14LibCore: Port CSocket over to using dbg().Andreas Kling
2019-07-13AudioServer: Assorted infrastructure workRobin Burchell
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling