ladybird/Userland/Libraries/LibIPC
kleines Filmröllchen c1323febc2 AK: Introduce UnixDateTime
This is a generic wrapper for a time instant relative to the unix epoch,
and does not account for leap seconds. It should be used in place of
Duration in most current cases.
2023-05-24 23:18:07 +02:00
..
CMakeLists.txt
Concepts.h LibIPC: Fix HashMap detection in case of non-trivial traits 2023-05-21 07:53:45 +02:00
Connection.cpp LibCore: Big first step towards pluggable Core::EventLoop 2023-04-25 14:48:40 +02:00
Connection.h
ConnectionFromClient.h
ConnectionToServer.h
Decoder.cpp AK: Introduce UnixDateTime 2023-05-24 23:18:07 +02:00
Decoder.h AK: Introduce UnixDateTime 2023-05-24 23:18:07 +02:00
Encoder.cpp AK: Introduce UnixDateTime 2023-05-24 23:18:07 +02:00
Encoder.h AK: Introduce UnixDateTime 2023-05-24 23:18:07 +02:00
File.h
Forward.h LibIPC: Remove redundant IPC::Dictionary type 2023-05-21 07:53:45 +02:00
Message.h
MultiServer.h
SingleServer.h
Stub.h