serenity/Userland/Services/RequestServer
Timothy Flynn 089d9735cf LibProtocol+RequestServer: Add IPC to dump RequestServer connection info
This was available on Serenity by sending SIGINFO to RequestServer. Add
an IPC so we may see this info while running the browser.

(cherry picked from commit e75ba44f377b9ba15186a0af89a6c52777038527)
2024-11-08 21:51:25 -05:00
..
CMakeLists.txt RequestServer: Handle IPC requests on multiple threads concurrently 2024-05-20 08:03:35 +02:00
ConnectionCache.cpp RequestServer+LibCore+LibTLS: Use coroutines for socket connection 2024-06-19 15:45:02 +02:00
ConnectionCache.h LibHTTP+LibCore+RequestServer: Use async streams for HTTP 2024-06-19 15:45:02 +02:00
ConnectionFromClient.cpp LibProtocol+RequestServer: Add IPC to dump RequestServer connection info 2024-11-08 21:51:25 -05:00
ConnectionFromClient.h LibProtocol+RequestServer: Add IPC to dump RequestServer connection info 2024-11-08 21:51:25 -05:00
Forward.h
GeminiProtocol.cpp Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
GeminiProtocol.h Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
GeminiRequest.cpp Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
GeminiRequest.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
HttpCommon.h Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
HttpProtocol.cpp Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
HttpProtocol.h Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
HttpRequest.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpRequest.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
HttpsProtocol.cpp Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
HttpsProtocol.h Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
HttpsRequest.cpp RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
HttpsRequest.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
main.cpp RequestServer: Handle IPC requests on multiple threads concurrently 2024-05-20 08:03:35 +02:00
Protocol.cpp RequestServer: Use Core::System::pipe2 for creating the request FDs 2024-03-13 12:52:07 -04:00
Protocol.h Everywhere: Use HTTP::HeaderMap for request headers 2024-06-10 12:01:57 +02:00
Request.cpp Everywhere: Add HTTP::HeaderMap and use for response headers 2024-06-10 12:01:57 +02:00
Request.h Everywhere: Add HTTP::HeaderMap and use for response headers 2024-06-10 12:01:57 +02:00
RequestClient.ipc Everywhere: Add HTTP::HeaderMap and use for response headers 2024-06-10 12:01:57 +02:00
RequestServer.ipc LibProtocol+RequestServer: Add IPC to dump RequestServer connection info 2024-11-08 21:51:25 -05:00