ladybird/Userland/Services/RequestServer
2024-02-14 17:46:06 -05:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionCache.cpp RequestServer: Avoid multiple connections to incompatible servers 2024-01-10 09:39:51 +01:00
ConnectionCache.h Userland: Propagate errors with TRY() where possible 2024-02-14 17:46:06 -05:00
ConnectionFromClient.cpp RequestServer: Avoid using gethostbyname 2024-02-06 21:43:23 +01:00
ConnectionFromClient.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
GeminiProtocol.cpp RequestServer: Make pre-connection job refcounted 2024-01-05 04:03:32 +03:30
GeminiProtocol.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
GeminiRequest.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
GeminiRequest.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HttpCommon.h RequestServer: Make pre-connection job refcounted 2024-01-05 04:03:32 +03:30
HttpProtocol.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HttpProtocol.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HttpRequest.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HttpRequest.h LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HttpsProtocol.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HttpsProtocol.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HttpsRequest.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
HttpsRequest.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
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 Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Request.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Request.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
RequestClient.ipc Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
RequestServer.ipc Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30