summaryrefslogtreecommitdiff
path: root/Applications/Downloader
AgeCommit message (Expand)Author
2019-06-07Applications: Run clang-format on everything.Andreas Kling
2019-05-13Fix "make clean" not deleting app binaries.Andreas Kling
2019-04-21Include Makefile.common in all other Makefiles.Andreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-10LibCore: Move HTTP classes from LibGUI to LibCore.Andreas Kling
2019-04-10Introduce LibCore and move GElapsedTimer => CElapsedTimer.Andreas Kling
2019-04-08LibGUI: Make GSocket connection asynchronous.Andreas Kling
2019-04-07Start working on a Downloader app and backing classes in LibGUI.Andreas Kling