Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-07 | Applications: Run clang-format on everything. | Andreas Kling | |
2019-05-13 | Fix "make clean" not deleting app binaries. | Andreas Kling | |
2019-04-21 | Include Makefile.common in all other Makefiles. | Andreas Kling | |
2019-04-20 | Get rid of SERENITY macro since the compiler already defines __serenity__ | Andreas Kling | |
This makes it a bit easier to use AK templates out-of-tree. | |||
2019-04-10 | LibCore: Move HTTP classes from LibGUI to LibCore. | Andreas Kling | |
2019-04-10 | Introduce LibCore and move GElapsedTimer => CElapsedTimer. | Andreas Kling | |
I need a layer somewhere between AK (usable both by userspace and kernel) and LibGUI (usable by userspace except WindowServer.) So here's LibCore. | |||
2019-04-08 | LibGUI: Make GSocket connection asynchronous. | Andreas Kling | |
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-07 | Start working on a Downloader app and backing classes in LibGUI. | Andreas Kling | |
LibGUI is slowly becoming LibKitchensink but I'm okay with this for now. |