Tim Schumacher a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2 years ago
..
CMakeLists.txt ce2f1b845f Everywhere: Mark dependencies of most targets as PRIVATE 2 years ago
Concepts.h 9b483625e6 LibIPC+Everywhere: Change IPC decoders to construct values in-place 2 years ago
Connection.cpp d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago
Connection.h 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes 2 years ago
ConnectionFromClient.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace 2 years ago
ConnectionToServer.h 874c7bba28 LibCore: Remove `Stream.h` 2 years ago
Decoder.cpp a7bb72a3d6 LibIPC: Support transferring String over IPC 2 years ago
Decoder.h a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled 2 years ago
Dictionary.h d0f3f3d5ff LibIPC: Add a Dictionary for-each method for fallible callbacks 2 years ago
Encoder.cpp a7bb72a3d6 LibIPC: Support transferring String over IPC 2 years ago
Encoder.h a7bb72a3d6 LibIPC: Support transferring String over IPC 2 years ago
File.h 874c7bba28 LibCore: Remove `Stream.h` 2 years ago
Forward.h ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2 years ago
Message.h 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 years ago
MultiServer.h 6b64485b40 LibIPC: Add a hook to MultiServer to inform owners of new clients 2 years ago
SingleServer.h 3a71748e5d Userland: Rename IPC ClientConnection => ConnectionFromClient 3 years ago
Stub.h 8b7b03b369 IPCCompiler+LibIPC: Propagate IPC encoder errors 2 years ago