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
/
Decoder.h
Age
Commit message (
Expand
)
Author
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-05
LibIPC: Support transferring String over IPC
Timothy Flynn
2023-02-24
LibIPC: Add a built-in encoder/decoder for AK::Time
Timothy Flynn
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-01-29
AK: Move `Stream` and `SeekableStream` from `LibCore`
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-28
LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods
Linus Groh
2023-01-15
LibIPC: Decode messages using Core::Stream internally
Tim Schumacher
2023-01-04
LibIPC+LibC: Add and use a helper to encode/decoder container sizes
Timothy Flynn
2022-12-26
LibIPC+Everywhere: Change IPC decoders to construct values in-place
Timothy Flynn
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-08
AK+LibIPC: Add a convenience encoder/decoder for JsonValue
Timothy Flynn
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
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
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-11-29
LibIPC: Replace u32/u64 value coders with u/ul/ull value coders
Andreas Kling
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-09-12
LibIPC: Add support for transferring doubles over IPC messages
kleines Filmröllchen
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