ladybird/Libraries/LibProtocol
AnotherTest 887a62582d ProtocolServer: Use an empty Optional<IPC::File> to pass along "no fd"
Passing `-1` wouldn't work, as these are passed to `sendfd()'.
Fixes #4706.
2021-01-01 14:26:43 +01:00
..
Client.cpp ProtocolServer: Use an empty Optional<IPC::File> to pass along "no fd" 2021-01-01 14:26:43 +01:00
Client.h ProtocolServer: Stream the downloaded data if possible 2020-12-30 13:31:55 +01:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Download.cpp LibProtocol: Ensure download is finished before invoking on_finished 2020-12-31 16:57:09 +01:00
Download.h ProtocolServer: Stream the downloaded data if possible 2020-12-30 13:31:55 +01:00