Andreas Kling
|
3e175c9a96
|
LibGUI: Move GSocketAddress to its own file.
|
2019-04-08 17:19:35 +02:00 |
|
Andreas Kling
|
6d5a54690e
|
LibGUI: Make GSocket connection asynchronous.
Now connect() will return immediately. Later on, when the socket is actually
connected, it will call GSocket::on_connected from the event loop. :^)
|
2019-04-08 04:56:11 +02:00 |
|
Andreas Kling
|
76ce68ac48
|
GSocket: Add a connect() overload that takes a hostname instead of an IP.
|
2019-04-02 20:40:10 +02:00 |
|
Andreas Kling
|
17e02e7450
|
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
|
2019-04-02 20:04:54 +02:00 |
|
Andreas Kling
|
8e3d0a23d5
|
LibGUI: Add GTCPSocket and base class GSocket (inherits from GIODevice.)
And use these to do the line-by-line reading automagically instead of having
that logic in IRCClient. This will definitely come in handy.
|
2019-03-18 14:09:58 +01:00 |
|