index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibIPC
/
Encoder.h
Age
Commit message (
Expand
)
Author
2022-12-13
LibIPC: Support sending Variants over IPC
kleines Filmröllchen
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-15
LibIPC: Forward declare the encode() and decode() template functions
Timothy Flynn
2022-11-08
AK+LibIPC: Add a convenience encoder/decoder for JsonValue
Timothy Flynn
2022-09-18
Libraries: Add missing includes, add namespace qualifiers
Ben Wiederhake
2022-04-21
LibIPC: Allow transporting a SharedCircularQueue over IPC
kleines Filmröllchen
2022-04-03
LibIPC: Add encoder and decoder for AK::OrderedHashMap
Valtteri Koskivuori
2021-11-29
LibIPC: Replace u32/u64 value coders with u/ul/ull value coders
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-12
LibIPC: Add support for transferring doubles over IPC messages
kleines Filmröllchen
2021-09-03
LibIPC: Convert Encoder class to east-const style
Andreas Kling
2021-07-04
AK+LibIPC: Make all enums codable
Timothy
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling