Andreas Kling
|
28f1486627
|
LibCore: Log a more helpful message when Socket::connect() fails
Fixes #1272.
|
2020-02-22 16:41:31 +01:00 |
|
Andreas Kling
|
88b9fcb976
|
AK: Use size_t for ByteBuffer sizes
This matches what we already do for string types.
|
2020-02-20 13:20:34 +01:00 |
|
Andreas Kling
|
8f7333f080
|
LibCore: Add a forward declaration header
This patch adds <LibCore/Forward.h> and uses it in various places to
shrink the header dependency graph.
|
2020-02-14 23:31:18 +01:00 |
|
Andreas Kling
|
d17e23bd27
|
LibCore: Remove leading C from filenames
|
2020-02-06 15:04:03 +01:00 |
|