serenity/Userland/Services/RequestServer
2021-09-06 01:53:26 +02:00
..
ClientConnection.cpp RequestServer: Remove unnecessary greet() message 2021-05-23 09:53:55 +02:00
ClientConnection.h RequestServer: Remove unnecessary greet() message 2021-05-23 09:53:55 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Forward.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
GeminiProtocol.cpp Services: Remove unused header includes 2021-08-01 08:10:16 +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 Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 2021-09-06 01:53:26 +02:00
HttpProtocol.cpp Services: Remove unused header includes 2021-08-01 08:10:16 +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 Services: Remove unused header includes 2021-08-01 08:10:16 +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 RequestServer: Exit early to avoid executing protocol destructors 2021-09-05 20:12:09 +02:00
Protocol.cpp RequestServer: Exit early to avoid executing protocol destructors 2021-09-05 20:12:09 +02:00
Protocol.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
Request.cpp Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
Request.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
RequestClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
RequestServer.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00