Age | Commit message (Expand) | Author |
---|---|---|
2019-04-10 | LibCore: Move GIODevice hierarchy from LibGUI to LibCore. | Andreas Kling |
2019-04-10 | LibCore: Move LibGUI/GNotifier to LibCore/CNotifier. | Andreas Kling |
2019-04-10 | LibCore: Move LibGUI/GObject to LibCore/CObject. | Andreas Kling |
2019-04-08 | LibGUI: Make GSocket connection asynchronous. | Andreas Kling |
2019-04-02 | GSocket: Add a connect() overload that takes a hostname instead of an IP. | Andreas Kling |
2019-03-18 | LibGUI: Add GTCPSocket and base class GSocket (inherits from GIODevice.) | Andreas Kling |