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-04-04 19:55:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6859826e3d762fa9be0facff95f78aabec032221
ladybird
/
Userland
/
Libraries
/
LibIPC
History
Shannon Booth
4f30d50dc9
LibIPC: Remove uneeded NumericLimit<u32>::max check for ByteString
...
This is no longer needed now that ByteString does not have a null state.
2024-05-12 15:46:29 -06:00
..
CMakeLists.txt
…
Concepts.h
…
Connection.cpp
LibIPC+LibWeb: Transfer IPC::Files using sendmsg/recvmsg directly
2024-04-19 16:38:55 -04:00
Connection.h
Ladybird+Userland: Remove use of unnecessary fd passing socket concept
2024-04-19 16:38:55 -04:00
ConnectionFromClient.h
…
ConnectionToServer.h
…
Decoder.cpp
LibIPC: Remove uneeded NumericLimit<u32>::max check for ByteString
2024-05-12 15:46:29 -06:00
Decoder.h
LibIPC+LibWeb: Transfer IPC::Files using sendmsg/recvmsg directly
2024-04-19 16:38:55 -04:00
Encoder.cpp
LibIPC: Also encode URL::blob_url_entry over IPC
2024-05-12 15:46:29 -06:00
Encoder.h
…
File.h
…
Forward.h
…
Message.cpp
LibIPC+LibWeb: Transfer IPC::Files using sendmsg/recvmsg directly
2024-04-19 16:38:55 -04:00
Message.h
LibIPC+LibWeb: Transfer IPC::Files using sendmsg/recvmsg directly
2024-04-19 16:38:55 -04:00
MultiServer.h
LibIPC: Allow creating MultiServer from an already existing LocalServer
2024-04-27 20:32:12 -04:00
SingleServer.h
…
Stub.h
…