ladybird/Userland/Services/RequestServer
Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Apologies for the enormous commit, but I don't see a way to split this
up nicely. In the vast majority of cases it's a simple change. A few
extra places can use TRY instead of manual error checking though. :^)
2022-01-24 22:36:09 +01: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+AK: Move happy-path logging behind REQUESTSERVER_DEBUG 2022-01-22 01:28:01 +00:00
ConnectionCache.h RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUG 2022-01-22 01:28:01 +00:00
Forward.h
GeminiProtocol.cpp
GeminiProtocol.h
GeminiRequest.cpp LibCore+RequestServer: Ignore callbacks for cancelled network jobs 2021-09-19 21:10:23 +04:30
GeminiRequest.h
HttpCommon.h Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01: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
HttpsProtocol.cpp
HttpsProtocol.h
HttpsRequest.cpp LibCore+RequestServer: Ignore callbacks for cancelled network jobs 2021-09-19 21:10:23 +04:30
HttpsRequest.h
main.cpp RequestServer: Unveil /etc/timezone for date-time usage 2022-01-23 20:57:01 +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
Request.h
RequestClient.ipc
RequestServer.ipc RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpoint 2021-09-28 22:32:31 +02:00