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-02 13:54:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7bf92b5c3ba59cd144b704186a060f162fac0a2b
ladybird
/
Userland
/
Libraries
/
LibIPC
History
Tim Schumacher
a3f73e7d85
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
...
No functional changes.
2023-03-13 15:16:20 +00:00
..
CMakeLists.txt
…
Concepts.h
…
Connection.cpp
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
2023-03-13 15:16:20 +00:00
Connection.h
Everywhere: Remove NonnullOwnPtr.h includes
2023-03-06 23:46:35 +01:00
ConnectionFromClient.h
…
ConnectionToServer.h
…
Decoder.cpp
…
Decoder.h
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
2023-03-13 15:16:20 +00:00
Dictionary.h
…
Encoder.cpp
…
Encoder.h
…
File.h
…
Forward.h
…
Message.h
Everywhere: Stop using NonnullRefPtrVector
2023-03-06 23:46:35 +01:00
MultiServer.h
…
SingleServer.h
…
Stub.h
…