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-01-06 16:45:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
35966cabe4e03d2b1c39bc4f4862cfc24186abd2
ladybird
/
Userland
/
Libraries
/
LibIPC
History
Andreas Kling
35966cabe4
LibIPC: Remove platform-specific #ifdefs around FD passing in Connection
...
Let the LocalSocket class decide if FD passing is supported or not.
2022-10-06 09:51:04 +02:00
..
CMakeLists.txt
…
Connection.cpp
LibIPC: Remove platform-specific #ifdefs around FD passing in Connection
2022-10-06 09:51:04 +02:00
Connection.h
LibIPC: Allow giving Connection a separate socket for FD passing
2022-10-06 09:51:04 +02:00
ConnectionFromClient.h
LibIPC: Make noise when shutting down because of an error
2022-06-10 16:35:05 +01:00
ConnectionToServer.h
SystemServer+LoginServer+Userland: Switch to sid-based sockets
2022-10-03 11:11:29 +02:00
Decoder.cpp
…
Decoder.h
Everywhere: Split Error::from_string_literal and Error::from_string_view
2022-07-12 23:11:35 +02:00
Dictionary.h
…
Encoder.cpp
Everywhere: Explicitly specify the size in StringView constructors
2022-07-12 23:11:35 +02:00
Encoder.h
Libraries: Add missing includes, add namespace qualifiers
2022-09-18 13:27:24 -04:00
File.h
…
Forward.h
…
Message.h
…
MultiServer.h
…
SingleServer.h
…
Stub.h
…