index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Downloader
Age
Commit message (
Expand
)
Author
2019-11-23
Applications: Remove unused/unfinished "Downloader" program
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-21
LibCore: Convert CHttpJob to ObjectPtr
Andreas Kling
2019-08-10
LibCore: Use URL in CHttpRequest
Andreas Kling
2019-06-30
Meta: Removed all gitignore in the source tree only keeping the root one
VAN BOSSUYT Nicolas
2019-06-25
Move common Application build steps into their own Makefile.common
Lawrence Manning
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
2019-04-10
LibCore: Move HTTP classes from LibGUI to LibCore.
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-08
LibGUI: Make GSocket connection asynchronous.
Andreas Kling
2019-04-07
Start working on a Downloader app and backing classes in LibGUI.
Andreas Kling