ladybird/Userland/Services/RequestServer
2022-01-03 15:56:41 +01:00
..
ClientConnection.cpp LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>() 2021-12-06 19:22:16 +01:00
ClientConnection.h LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>() 2021-12-06 19:22:16 +01:00
CMakeLists.txt RequestServer: Port to LibMain :^) 2021-11-23 11:33:36 +01:00
ConnectionCache.cpp RequestServer: Don't hide the SIGINFO state dump behind a debug macro 2021-10-01 20:17:15 +02:00
ConnectionCache.h RequestServer: Don't hide the SIGINFO state dump behind a debug macro 2021-10-01 20:17:15 +02:00
Forward.h
GeminiProtocol.cpp RequestServer+LibHTTP+LibGemini: Cache connections to the same host 2021-09-19 21:10:23 +04:30
GeminiProtocol.h
GeminiRequest.cpp LibCore+RequestServer: Ignore callbacks for cancelled network jobs 2021-09-19 21:10:23 +04:30
GeminiRequest.h RequestServer+LibHTTP+LibGemini: Cache connections to the same host 2021-09-19 21:10:23 +04:30
HttpCommon.h LibHTTP: Avoid implicitly copying ByteBuffer 2021-12-08 09:46:13 -08:00
HttpProtocol.cpp
HttpProtocol.h
HttpRequest.cpp LibCore+RequestServer: Ignore callbacks for cancelled network jobs 2021-09-19 21:10:23 +04:30
HttpRequest.h RequestServer+LibHTTP+LibGemini: Cache connections to the same host 2021-09-19 21:10:23 +04:30
HttpsProtocol.cpp
HttpsProtocol.h
HttpsRequest.cpp LibCore+RequestServer: Ignore callbacks for cancelled network jobs 2021-09-19 21:10:23 +04:30
HttpsRequest.h RequestServer+LibHTTP+LibGemini: Cache connections to the same host 2021-09-19 21:10:23 +04:30
main.cpp RequestServer: Tighten pledged promises 2022-01-03 15:56:41 +01: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
Request.h
RequestClient.ipc
RequestServer.ipc RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint 2021-09-28 22:32:31 +02:00