summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC/Encoder.h
AgeCommit message (Expand)Author
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