summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC/Encoder.h
AgeCommit message (Expand)Author
2023-01-04LibIPC: Replace Encoder::encode methods with IPC::encode specializationsTimothy Flynn
2022-12-26LibIPC: Remove requirement that Variant types must begin with EmptyTimothy Flynn
2022-12-13LibIPC: Support sending Variants over IPCkleines Filmröllchen
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15LibIPC: Forward declare the encode() and decode() template functionsTimothy Flynn
2022-11-08AK+LibIPC: Add a convenience encoder/decoder for JsonValueTimothy Flynn
2022-09-18Libraries: Add missing includes, add namespace qualifiersBen Wiederhake
2022-04-21LibIPC: Allow transporting a SharedCircularQueue over IPCkleines Filmröllchen
2022-04-03LibIPC: Add encoder and decoder for AK::OrderedHashMapValtteri Koskivuori
2021-11-29LibIPC: Replace u32/u64 value coders with u/ul/ull value codersAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-12LibIPC: Add support for transferring doubles over IPC messageskleines Filmröllchen
2021-09-03LibIPC: Convert Encoder class to east-const styleAndreas Kling
2021-07-04AK+LibIPC: Make all enums codableTimothy
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling