This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-02-12 10:44:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0e72b04e7d305f4a6688e6d524d4f53c6d94de5a
ladybird
/
Userland
/
Libraries
/
LibIPC
History
…
..
ClientConnection.h
LibIPC: Mark ClientConnection::die() as an override
2021-11-30 23:34:40 +01:00
CMakeLists.txt
…
Connection.cpp
…
Connection.h
LibIPC: Make IPC::Connection::post_message() return ErrorOr
2021-11-28 23:14:18 +01:00
Decoder.cpp
…
Decoder.h
LibIPC: Replace u32/u64 value coders with u/ul/ull value coders
2021-11-29 02:45:27 +01:00
Dictionary.h
Everything: Move to SPDX license identifiers in all files.
2021-04-22 11:22:27 +02:00
Encoder.cpp
…
Encoder.h
…
File.h
LibIPC: Use default instead of an empty constructor/destructor
2021-09-16 17:17:13 +02:00
Forward.h
…
Message.cpp
…
Message.h
LibIPC: Give MessageBuffer::fds some inline capacity (1)
2021-11-28 23:14:18 +01:00
MultiServer.h
…
ServerConnection.h
Everywhere: Pass AK::StringView by value
2021-11-11 01:27:46 +01:00
SingleServer.h
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
2021-12-06 19:22:16 +01:00
Stub.cpp
Userland: Split IPC endpoints into proxies and stubs
2021-05-03 21:14:06 +02:00
Stub.h
…