ladybird/Libraries/LibIPC
Timothy Flynn fe2dff4944 AK+Everywhere: Convert JSON value serialization to String
This removes the use of StringBuilder::OutputType (which was ByteString,
and only used by the JSON classes). And it removes the StringBuilder
template parameter from the serialization methods; this was only ever
used with StringBuilder, so a template is pretty overkill here.
2025-02-20 19:27:51 -05:00
..
CMakeLists.txt LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
Concepts.h LibIPC: Restore inline attribute on IPC constexpr booleans 2025-02-13 08:27:02 -05:00
Connection.cpp
Connection.h LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
ConnectionFromClient.h
ConnectionToServer.h LibCore: Remove SessionManagement utilities 2024-11-26 11:00:48 +01:00
Decoder.cpp LibIPC: Ensure only valid URLs are passed over IPC 2025-02-19 08:01:35 -05:00
Decoder.h LibURL: Promote Host to a proper class 2024-11-30 12:07:39 +01:00
Encoder.cpp AK+Everywhere: Convert JSON value serialization to String 2025-02-20 19:27:51 -05:00
Encoder.h LibURL: Promote Host to a proper class 2024-11-30 12:07:39 +01:00
File.cpp LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
File.h LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
FileWindows.cpp LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
Forward.h
HandleType.h LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
Message.cpp
Message.h IPCCompiler: Remove invalid state from IPC message classes 2025-02-17 11:37:38 -05:00
MessageWindows.cpp LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
MultiServer.h LibCore: Remove SessionManagement utilities 2024-11-26 11:00:48 +01:00
SingleServer.h
Stub.h
Transport.h LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
TransportSocket.cpp
TransportSocket.h
TransportSocketWindows.cpp LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00
TransportSocketWindows.h LibIPC: Port to Windows 2025-02-12 22:31:43 -07:00