ladybird/Servers
Andreas Kling eb85103271 ProtocolServer: Send the download payload to clients as a shared buffer
The DownloadFinished message from the server now includes a buffer ID
that can be mapped into the client program.

To avoid prematurely destroying the buffer, the server will hang on to
it until the client lets it know that they're all good. That's what the
ProtocolServer::DisownSharedBuffer message is about.

In the future it would be nice if the kernel had a mechanism to allow
passing ownership of a shared buffer along with an IPC message somehow.
2019-11-23 22:11:44 +01:00
..
AudioServer AudioServer: Broadcast muted state changes to all clients 2019-11-23 17:21:12 +01:00
LookupServer LookupServer: Remove debug spam about /etc/hosts 2019-10-16 12:10:33 +02:00
ProtocolServer ProtocolServer: Send the download payload to clients as a shared buffer 2019-11-23 22:11:44 +01:00
SystemServer ProtocolServer+LibProtocol: Introduce a server for handling downloads 2019-11-23 21:50:32 +01:00
TelnetServer ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
TTYServer Server: Add TTYServer, a rudimentary text console manager 2019-08-12 13:52:20 +02:00
WindowServer WindowServer: Listen for muted state changes from AudioServer 2019-11-23 17:21:28 +01:00