ladybird/Userland/Services/RequestServer
stelar7 5853d9642a LibTLS: Move AlertDescription to Extensions.h
Also add missing values from the IANA registry
2023-04-14 12:32:04 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
ConnectionCache.cpp Everywhere: Stop using NonnullOwnPtrVector 2023-03-06 23:46:35 +01:00
ConnectionCache.h LibTLS: Move AlertDescription to Extensions.h 2023-04-14 12:32:04 +01:00
ConnectionFromClient.cpp LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
ConnectionFromClient.h LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
GeminiProtocol.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
GeminiProtocol.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
GeminiRequest.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
GeminiRequest.h LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HttpCommon.h Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
HttpProtocol.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HttpProtocol.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
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 AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HttpsProtocol.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
HttpsRequest.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
HttpsRequest.h LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
main.cpp RequestServer: Only attach SIGINFO signal handler if SIGINFO is defined 2022-07-06 14:24:23 +02:00
Protocol.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Protocol.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Request.cpp LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
Request.h LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
RequestClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
RequestServer.ipc AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00