Andreas Kling
1ce03f4f34
LibIPC: Stop sending client ID to clients
...
The client ID is not useful to normal clients anymore, so stop telling
everyone what their ID is.
2021-02-01 11:32:00 +01:00
AnotherTest
322936115e
LibProtocol: Bump download stream buffer to PAGE_SIZE
...
I think this should scale based on the network speed (or download
rate?), but for the time being, 4K seems to be good-enough.
2021-01-30 14:12:14 +01:00
Andreas Kling
64610ca80e
Everywhere: Remove a bunch of <AK/SharedBuffer.h> includes
2021-01-16 11:26:53 +01:00
Andreas Kling
7f2d8e8884
LibIPC: Close received IPC::File fd's by default unless taken
...
When receiving a file descriptor over IPC, the receiver must now call
take_fd() on the IPC::File to take over the descriptor. Otherwise,
IPC::File will close the file on destruction.
2021-01-14 09:50:14 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00