1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:27:42 +00:00
serenity/Userland/Services/RequestServer
Andrew Kaster 4dd2ec68fc RequestServer: Transfer ownership of Protocols to all_protocols map
It's no change in application behavior to have these objects owned by
the function-scope static map in Protocol.cpp, while allowing us to
remove some ugly FIXMEs from time immemorial.
2024-03-06 08:15:03 +00: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: Transfer ownership of Protocols to all_protocols map 2024-03-06 08:15:03 +00:00
GeminiProtocol.h RequestServer: Transfer ownership of Protocols to all_protocols map 2024-03-06 08:15:03 +00: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: Transfer ownership of Protocols to all_protocols map 2024-03-06 08:15:03 +00:00
HttpProtocol.h RequestServer: Transfer ownership of Protocols to all_protocols map 2024-03-06 08:15:03 +00: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: Transfer ownership of Protocols to all_protocols map 2024-03-06 08:15:03 +00:00
HttpsProtocol.h RequestServer: Transfer ownership of Protocols to all_protocols map 2024-03-06 08:15:03 +00: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: Transfer ownership of Protocols to all_protocols map 2024-03-06 08:15:03 +00:00
Protocol.cpp RequestServer: Transfer ownership of Protocols to all_protocols map 2024-03-06 08:15:03 +00:00
Protocol.h RequestServer: Transfer ownership of Protocols to all_protocols map 2024-03-06 08:15:03 +00: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