ladybird/Userland/Libraries/LibIPC
Andrew Kaster 7372b2af48 LibIPC+Everywhere: Introduce an IPC Transport abstraction
This abstraction will help us to support multiple IPC transport
mechanisms going forward. For now, we only have a TransportSocket that
implements the same behavior we previously had, using Unix Sockets for
IPC.
2024-10-23 12:29:01 -06:00
..
CMakeLists.txt LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
Concepts.h LibIPC: Add support for encoding and decoding Array<T, N> 2024-03-06 07:19:10 +01:00
Connection.cpp LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
Connection.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
ConnectionFromClient.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
ConnectionToServer.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
Decoder.cpp LibURL: Do not treat port of 0 as a null port in Origin 2024-10-05 10:46:30 +02:00
Decoder.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
Encoder.cpp LibWeb+LibURL: Get blob's environments origin from URL's blob entry 2024-10-05 10:46:30 +02:00
Encoder.h LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
File.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Forward.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Message.cpp LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
Message.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
MultiServer.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
SingleServer.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
Stub.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Transport.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
TransportSocket.cpp LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00
TransportSocket.h LibIPC+Everywhere: Introduce an IPC Transport abstraction 2024-10-23 12:29:01 -06:00