ladybird/Userland/Services/RequestServer
2022-04-01 21:24:45 +01:00
..
CMakeLists.txt Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
ConnectionCache.cpp RequestServer: Reenable socket notifications unconditionally 2022-02-07 21:52:23 +01:00
ConnectionCache.h RequestServer: Bump the ConnectionCache concurrent connection limit to 4 2022-02-18 16:12:42 +03:30
ConnectionFromClient.cpp Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
ConnectionFromClient.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
Forward.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
GeminiProtocol.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GeminiProtocol.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
GeminiRequest.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
GeminiRequest.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
HttpCommon.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HttpProtocol.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HttpProtocol.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HttpRequest.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
HttpRequest.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
HttpsProtocol.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HttpsProtocol.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
HttpsRequest.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
HttpsRequest.h Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
main.cpp Userland: Rename IPC ClientConnection => ConnectionFromClient 2022-02-25 22:35:12 +01:00
Protocol.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Protocol.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Request.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Request.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
RequestClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
RequestServer.ipc RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint 2021-09-28 22:32:31 +02:00