ladybird/Userland/Services/RequestServer
Andrew Kaster 90af26e309 Meta+CMake: Remove unused CMake functions and features
Goodbye, serenity_components and Jakt.
2024-06-05 12:23:54 -04:00
..
CMakeLists.txt Meta+CMake: Remove unused CMake functions and features 2024-06-05 12:23:54 -04: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 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 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 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 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 RequestServer+LibProtocol: Make starting requests fully async 2024-02-26 14:13:37 +01:00
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