Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
5 gadi atpakaļ |
Andreas Kling
|
a1907011b2
CSocket: Don't create the read notifier until after we've connected
|
5 gadi atpakaļ |
Andreas Kling
|
4ea229accd
LibCore: Convert CTCPServer to ObjectPtr
|
5 gadi atpakaļ |
Andreas Kling
|
d1bacb9885
LibCore: Convert CNotifier to ObjectPtr
|
5 gadi atpakaļ |
Andreas Kling
|
99970d7d4b
CSocket: Share code between connect() overloads
|
5 gadi atpakaļ |
Andreas Kling
|
1b3599fbbc
LibCore: Make CSocket's notifiers into children of the CSocket
|
5 gadi atpakaļ |
Andreas Kling
|
7127c4fdbb
LibCore: CIODevice::set_error() is meant to be called with the 'errno'
|
5 gadi atpakaļ |
Andreas Kling
|
948c2657d6
CSocket: Close the underlying socket on destruction
|
6 gadi atpakaļ |
Andreas Kling
|
e7957db173
LibCore: Remove CSocket's bind() and listen().
|
6 gadi atpakaļ |
Andreas Kling
|
82446ea701
CSocket: Add an on_ready_to_read callback.
|
6 gadi atpakaļ |
Andreas Kling
|
be2b585ca6
LibCore: Add CSocket::bind() (virtual) and CSocket::listen().
|
6 gadi atpakaļ |
Andreas Kling
|
f46a1377ac
CSocket: Add missing <sys/un.h> include to fix host build.
|
6 gadi atpakaļ |
Robin Burchell
|
a714fc661d
LibCore: Add a way to mark a socket as blocking (or not)
|
6 gadi atpakaļ |
Robin Burchell
|
e922db68d8
CSocket: Also call on_connected for local socket connections
|
6 gadi atpakaļ |
Robin Burchell
|
14b2f90920
LibCore: Always call on_connected whether the connection was synchronous or not
|
6 gadi atpakaļ |
Andreas Kling
|
c9ee481cdf
LibCore: Port CSocket over to using dbg().
|
6 gadi atpakaļ |
Robin Burchell
|
ffa8cb668f
AudioServer: Assorted infrastructure work
|
6 gadi atpakaļ |
Andreas Kling
|
04b9dc2d30
Libraries: Create top level directory for libraries.
|
6 gadi atpakaļ |