1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 09:07:44 +00:00
serenity/Userland/Services/RequestServer
2021-05-02 08:11:38 +02:00
..
ClientConnection.cpp Userland: Make IPC handlers return void if they don't have any outputs 2021-05-02 08:11:38 +02:00
ClientConnection.h Userland: Make IPC handlers return void if they don't have any outputs 2021-05-02 08:11:38 +02:00
CMakeLists.txt Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Forward.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
GeminiProtocol.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
GeminiProtocol.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
GeminiRequest.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
GeminiRequest.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HttpCommon.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
HttpProtocol.cpp Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
HttpProtocol.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
HttpRequest.cpp Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
HttpRequest.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
HttpsProtocol.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HttpsProtocol.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HttpsRequest.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HttpsRequest.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
main.cpp Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Protocol.cpp Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Protocol.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Request.cpp Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Request.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
RequestClient.ipc Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
RequestServer.ipc Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00