index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Services
/
ProtocolServer
/
ClientConnection.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Services: Move to Userland/Services/
Andreas Kling
2021-01-03
ProtocolServer: Add some debug log output for failed downloads
Andreas Kling
2021-01-01
ProtocolServer: Use an empty Optional<IPC::File> to pass along "no fd"
AnotherTest
2020-12-30
AK+ProtocolServer: Properly close download stream fd's
AnotherTest
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-10-02
AK: Add trivial structure validation to SharedBuffer
Tom
2020-09-28
ProtocolServer+LibWeb: Support more detailed HTTP requests
Andreas Kling
2020-09-12
LibIPC: Share most of the code between {Client,Server}Connection
Andreas Kling
2020-08-02
ProtocolServer+LibTLS: Pipe certificate requests from LibTLS to clients
AnotherTest
2020-07-06
ProtocolServer: Turn this into a multi-instance service
Andreas Kling
2020-07-06
LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr
Andreas Kling
2020-06-13
ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Andreas Kling
2020-05-27
ProtocolServer: Forget downloads after they are stopped
Andreas Kling
2020-05-21
ProtocolServer: Support request headers
Andreas Kling
2020-05-17
ProtocolServer: Put everything in the ProtocolServer namespace
Andreas Kling