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
Age
Commit message (
Expand
)
Author
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-31
ProtocolServer: Avoid blocking all downloads when client stops reading
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-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-10-30
LibProtocol+LibGemini+LibHTTP: Provide root certificates to LibTLS
AnotherTest
2020-10-30
LibHTTP+ProtocolServer+LibGemini: Remove Request::schedule()
AnotherTest
2020-10-03
Everywhere: Fix more typos
Linus Groh
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-25
Meta+Services: Make clang-format-10 clean
Ben Wiederhake
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-06-07
LibIPC+Services: Support URL as a native IPC type
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
LibGemini: Implement rendering text/gemini documents to HTML
AnotherTest
2020-05-17
ProtocolServer: Put everything in the ProtocolServer namespace
Andreas Kling
2020-05-17
ProtocolServer: Attach downloads and their lifecycles to clients
Conrad Pankoff
2020-05-17
ProtocolServer: Integrate LibGemini for simple requests
Conrad Pankoff
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
LibHTTP+ProtocolServer: Use CaseInsensitiveStringTraits for headers
Andreas Kling
2020-05-08
Services: Renamed from Servers
Andreas Kling