ladybird/Userland/Services/RequestServer
Andreas Kling f2fd8fc928 Everywhere: Remove LibGemini
This hasn't been maintained (or worked at all) for a long time,
and it's not a widely supported protocol, so let's drop it.
2024-06-04 09:19:39 +02:00
..
CMakeLists.txt Everywhere: Remove LibGemini 2024-06-04 09:19:39 +02:00
ConnectionCache.cpp RequestServer: Handle IPC requests on multiple threads concurrently 2024-05-20 08:03:35 +02:00
ConnectionCache.h RequestServer: Account for null sockets in recreate_socket_if_needed() 2024-05-21 11:25:08 +02:00
ConnectionFromClient.cpp RequestServer: Serialise accesses to IPC::Connection 2024-05-20 08:03:35 +02:00
ConnectionFromClient.h RequestServer: Serialise accesses to IPC::Connection 2024-05-20 08:03:35 +02:00
Forward.h Everywhere: Remove LibGemini 2024-06-04 09:19:39 +02:00
HttpCommon.h RequestServer: Handle IPC requests on multiple threads concurrently 2024-05-20 08:03:35 +02:00
HttpProtocol.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
HttpProtocol.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
HttpRequest.cpp
HttpRequest.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
HttpsProtocol.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
HttpsProtocol.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
HttpsRequest.cpp
HttpsRequest.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
main.cpp Everywhere: Remove LibGemini 2024-06-04 09:19:39 +02:00
Protocol.cpp RequestServer: Use Core::System::pipe2 for creating the request FDs 2024-03-13 12:52:07 -04:00
Protocol.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Request.cpp
Request.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
RequestClient.ipc Everywhere: Add spaces to generic types in IPC files 2024-04-07 07:17:31 +02:00
RequestServer.ipc Ladybird+Userland: Remove use of unnecessary fd passing socket concept 2024-04-19 16:38:55 -04:00