ladybird/Userland/Libraries/LibIPC
Daniel Bertalan f28f00c654 Userland: Disambiguate dependent types
Clang produced an error on these pieces of code without the `typename`
keyword.
2021-06-24 17:35:49 +04:30
..
ClientConnection.h Userland: Disambiguate dependent types 2021-06-24 17:35:49 +04:30
CMakeLists.txt Userland: Split IPC endpoints into proxies and stubs 2021-05-03 21:14:06 +02:00
Connection.h LibIPC: Fix unaligned u32 access in drain_messages_from_peer() 2021-05-24 09:04:22 +02:00
Decoder.cpp LibC: Do not include errno.h inside unistd.h 2021-05-14 22:24:02 +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 Everywhere: Add missing includes for <AK/OwnPtr.h> 2021-05-19 21:36:57 +02:00
ServerConnection.h Userland: Disambiguate dependent types 2021-06-24 17:35:49 +04:30
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