This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-05-18 09:09:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0f7fe1eb08851e481ee760528362b71d5124eaf5
ladybird
/
Userland
/
Services
/
RequestServer
History
Ben Wiederhake
f59f7674c8
LibHTTP: Avoid implicitly copying ByteBuffer
2021-12-08 09:46:13 -08: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
…
ConnectionCache.h
…
Forward.h
…
GeminiProtocol.cpp
…
GeminiProtocol.h
…
GeminiRequest.cpp
…
GeminiRequest.h
…
HttpCommon.h
LibHTTP: Avoid implicitly copying ByteBuffer
2021-12-08 09:46:13 -08:00
HttpProtocol.cpp
…
HttpProtocol.h
…
HttpRequest.cpp
…
HttpRequest.h
…
HttpsProtocol.cpp
…
HttpsProtocol.h
…
HttpsRequest.cpp
…
HttpsRequest.h
…
main.cpp
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
2021-12-06 19:22:16 +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
…