1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 09:27:35 +00:00
serenity/Userland/Services/RequestServer
Lenny Maiorani b0a54518d8 Everywhere: Remove redundant inline keyword
`constexpr` implies `inline` so when both are used it is redundant.
2022-01-29 21:45:17 +02:00
..
ClientConnection.cpp LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
ClientConnection.h LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
CMakeLists.txt RequestServer: Port to LibMain :^) 2021-11-23 11:33:36 +01:00
ConnectionCache.cpp RequestServer: Replace disconnected sockets in the grace period too 2022-01-28 23:29:32 +01:00
ConnectionCache.h Everywhere: Remove redundant inline keyword 2022-01-29 21:45:17 +02:00
Forward.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
GeminiProtocol.cpp RequestServer+LibHTTP+LibGemini: Cache connections to the same host 2021-09-19 21:10:23 +04:30
GeminiProtocol.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
GeminiRequest.cpp LibCore+RequestServer: Ignore callbacks for cancelled network jobs 2021-09-19 21:10:23 +04:30
GeminiRequest.h RequestServer: Make Request::url() virtual 2022-01-27 09:56:24 +01:00
HttpCommon.h Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
HttpProtocol.cpp Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
HttpProtocol.h Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
HttpRequest.cpp LibCore+RequestServer: Ignore callbacks for cancelled network jobs 2021-09-19 21:10:23 +04:30
HttpRequest.h RequestServer: Make Request::url() virtual 2022-01-27 09:56:24 +01:00
HttpsProtocol.cpp Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
HttpsProtocol.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HttpsRequest.cpp LibCore+RequestServer: Ignore callbacks for cancelled network jobs 2021-09-19 21:10:23 +04:30
HttpsRequest.h RequestServer: Make Request::url() virtual 2022-01-27 09:56:24 +01:00
main.cpp Revert "Userland: Invoke tzset in apps that care about time zones" 2022-01-28 15:13:35 +00:00
Protocol.cpp RequestServer: Replace Result<T, E> use with ErrorOr<T> 2021-11-08 00:35:27 +01:00
Protocol.h RequestServer: Replace Result<T, E> use with ErrorOr<T> 2021-11-08 00:35:27 +01:00
Request.cpp Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
Request.h RequestServer: Make Request::url() virtual 2022-01-27 09:56:24 +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