ladybird/Userland/Services/RequestServer
Ali Mohammad Pur 5232afa13d RequestServer+LibProtocol: Make starting requests fully async
This makes it so the clients don't have to wait for RS to become
responsive, potentially allowing them to do other things while RS
handles the connections.
Fixes #23306.
2024-02-26 14:13:37 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionCache.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
ConnectionCache.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
ConnectionFromClient.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
ConnectionFromClient.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
GeminiProtocol.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
GeminiProtocol.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
GeminiRequest.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
GeminiRequest.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpCommon.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpProtocol.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpProtocol.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpRequest.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpRequest.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpsProtocol.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpsProtocol.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpsRequest.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpsRequest.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
main.cpp RequestServer+LibTLS: Allow applications to specify multiple root certs 2024-02-08 08:49:32 -07:00
Protocol.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Protocol.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
Request.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
Request.h RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
RequestClient.ipc RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
RequestServer.ipc RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00