summaryrefslogtreecommitdiff
path: root/Userland/Services/ProtocolServer
AgeCommit message (Expand)Author
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-17Everywhere: Remove a bunch of now-unnecessary shared_buffer pledgesAndreas Kling
2021-01-16ProtocolServer: Fix null dereference in HTTP/HTTPS job finish callbackAndreas Kling
2021-01-16Everywhere: Remove a bunch of <AK/SharedBuffer.h> includesAndreas Kling
2021-01-15Http[s]Download: Make the constructor's initialization DRYLenny Maiorani
2021-01-15Http[s]Protocol: Make the code start_download DRYLenny Maiorani
2021-01-14LibIPC: Add an expressive way to close an IPC::File after sending itAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling