ladybird/Userland/Services/ImageDecoder
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 Meta+CMake: Remove unused CMake functions and features 2024-06-05 12:23:54 -04:00
ConnectionFromClient.cpp 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
Forward.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
ImageDecoderClient.ipc ImageDecoder+LibGfx: Collate decoded bitmaps before sending over IPC 2024-10-02 15:57:41 -06:00
ImageDecoderServer.ipc Everywhere: Transition ImageDecoder to be single-instance, owned by UI 2024-06-26 16:09:33 -06:00
main.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00