Andreas Kling
|
2d39da5405
LibCore: Put all classes in the Core namespace and remove the leading C
|
5 年 前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年 前 |
Stefano Cristiano
|
1222b94ab8
LibCore: Allow LibCore to be compiled on macOS host
|
5 年 前 |
Andreas Kling
|
a1907011b2
CSocket: Don't create the read notifier until after we've connected
|
5 年 前 |
Andreas Kling
|
c83da29a9d
LibCore: Convert CLocalSocket to ObjectPtr
|
5 年 前 |
Andreas Kling
|
7127c4fdbb
LibCore: CIODevice::set_error() is meant to be called with the 'errno'
|
6 年 前 |
Andreas Kling
|
e7957db173
LibCore: Remove CSocket's bind() and listen().
|
6 年 前 |
Andreas Kling
|
b3fe9cde52
LibCore: Add CLocalServer, a server-only local socket class.
|
6 年 前 |
Andreas Kling
|
be2b585ca6
LibCore: Add CSocket::bind() (virtual) and CSocket::listen().
|
6 年 前 |
Robin Burchell
|
a714fc661d
LibCore: Add a way to mark a socket as blocking (or not)
|
6 年 前 |
Robin Burchell
|
ffa8cb668f
AudioServer: Assorted infrastructure work
|
6 年 前 |