summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC/Encoder.cpp
AgeCommit message (Expand)Author
2023-03-05LibIPC: Support transferring String over IPCTimothy Flynn
2023-02-24LibIPC: Add a built-in encoder/decoder for AK::TimeTimothy Flynn
2023-01-04LibIPC: Move most of DeprecatedString's encoder to StringView's encoderTimothy Flynn
2023-01-04LibIPC+LibC: Add and use a helper to encode/decoder container sizesTimothy Flynn
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2023-01-04LibIPC: Replace Encoder::encode methods with IPC::encode specializationsTimothy Flynn
2022-12-13LibIPC: Support sending Variants over IPCkleines Filmröllchen
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15Userland: Properly define IPC::encode and IPC::decode specializationsTimothy Flynn
2022-11-08AK+LibIPC: Add a convenience encoder/decoder for JsonValueTimothy Flynn
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-04-09RequestServer+LibProtocol: Allow users to specify a per-request proxyAli Mohammad Pur
2022-01-14Everywhere: Use my new serenityos.org e-mail :^)kleines Filmröllchen
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-05-02LibIPC: Make sure FDs survive when passed into a MessageBufferGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16LibCore+LibIPC: Add IPC coder for Core::DateTimeTimothy Flynn
2021-01-16LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer classAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling