ladybird/Userland/Libraries/LibIPC
Gunnar Beutner 78803ce384 Userland: Split IPC endpoints into proxies and stubs
This enables support for automatically generating client methods.
With this added the user gets code completion support for all
IPC methods which are available on a connection object.
2021-05-03 21:14:06 +02:00
..
ClientConnection.h Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00
CMakeLists.txt Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00
Connection.h Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00
Decoder.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Decoder.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Dictionary.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Encoder.cpp LibIPC: Make sure FDs survive when passed into a MessageBuffer 2021-05-02 13:26:07 +02:00
Encoder.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
File.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Message.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Message.h LibIPC: Make sure FDs survive when passed into a MessageBuffer 2021-05-02 13:26:07 +02:00
ServerConnection.h Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00
Stub.cpp Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00
Stub.h Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00