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-27 23:12:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
614bad86bc02e8ee03387deb81aaa60714d8d8de
ladybird
/
Userland
/
Libraries
/
LibIPC
History
Idan Horowitz
28b8a2ec7a
LibIPC: Make Connection::send_sync return a NonnullOwnPtr
...
Since we VERIFY that we received a response, the response pointer is always non-null.
2021-04-20 10:10:15 +02:00
..
ClientConnection.h
…
CMakeLists.txt
…
Connection.h
LibIPC: Make Connection::send_sync return a NonnullOwnPtr
2021-04-20 10:10:15 +02:00
Decoder.cpp
LibCore+LibIPC: Add IPC coder for Core::DateTime
2021-04-16 19:19:31 +02:00
Decoder.h
…
Dictionary.h
…
Encoder.cpp
LibCore+LibIPC: Add IPC coder for Core::DateTime
2021-04-16 19:19:31 +02:00
Encoder.h
…
Endpoint.cpp
…
Endpoint.h
…
File.h
…
Forward.h
…
Message.cpp
…
Message.h
…
ServerConnection.h
…