summaryrefslogtreecommitdiff
path: root/Servers/ProtocolServer
AgeCommit message (Expand)Author
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-05ProtocolServer: Report success after stopping a downloadAndreas Kling
2020-05-05ProtocolServer: Use unveil()Sergey Bugaev
2020-05-03ProtocolServer: Pass HTTP response headers to the clientAndreas Kling
2020-05-03ProtocolServer: Implement and handle download progressAnotherTest
2020-05-02LibCore+LibHTTP: Move out the HTTP handler and add HTTPSAnotherTest
2020-04-17ProtocolServer: did_finish_download: Do not create 0 byte shared bufferBrendan Coles
2020-04-04ProtocolServer+LibProtocol: Reject unhandled URLs instead of assertingAndreas Kling
2020-02-28Kernel+LibC: Rename shared buffer syscalls to use a prefixAndreas Kling
2020-02-16AK: Add basic Traits for RefPtrAndreas Kling
2020-02-15LibCore: Reduce header dependencies of EventLoopAndreas Kling
2020-02-15LibCore: Replace manual forward declarations with <LibCore/Forward.h>Andreas Kling
2020-02-15AK: Remove manual forward declarations with <AK/Forward.h>Andreas Kling
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-06IPCCompiler: Put message classes in the Messages namespaceAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibIPC: Remove leading I from filenamesAndreas Kling
2020-02-05LibIPC: Put all classes in the IPC namespace and remove the leading IAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-11ProtocolServer: Use pledge()Andreas Kling
2020-01-01AK: Move the userspace SharedBuffer from LibC to AKAndreas Kling
2019-12-30ProtocolServer: Delete the generated IPC endpoints on "make clean"Andreas Kling
2019-12-28Build: consider IPCCOMPILER and FORMCOMPILER just for orderingjoshua stein
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-06LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)Andreas Kling
2019-12-02LibIPC: Rename base classes to IClientConnection and IServerConnectionAndreas Kling
2019-12-02LibIPC: Move IPC client/server connection templates to LibIPCAndreas Kling
2019-11-30ProtocolServer: Don't crash on failed requestAndreas Kling
2019-11-26ProtocolServer: Port to socket takeoverSergey Bugaev
2019-11-23LibCore: Move puff() from LibDraw to LibCoreAndreas Kling
2019-11-23ProtocolServer: Send the download payload to clients as a shared bufferAndreas Kling
2019-11-23ProtocolServer+LibProtocol: Introduce a server for handling downloadsAndreas Kling