.. |
CMakeLists.txt
|
e800605ad3
AK+LibURL: Move AK::URL into a new URL library
|
1 year ago |
Concepts.h
|
7e6918e14a
LibIPC: Add support for encoding and decoding `Array<T, N>`
|
1 year ago |
Connection.cpp
|
4fe21e6d87
LibIPC: Move stuff from Connection.h to .cpp and reduce #include count
|
1 year ago |
Connection.h
|
4fe21e6d87
LibIPC: Move stuff from Connection.h to .cpp and reduce #include count
|
1 year ago |
ConnectionFromClient.h
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
2 years ago |
ConnectionToServer.h
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 years ago |
Decoder.cpp
|
4f30d50dc9
LibIPC: Remove uneeded NumericLimit<u32>::max check for ByteString
|
1 year ago |
Decoder.h
|
397774d422
Everywhere: Remove usages of `template` keyword with no parameter list
|
1 year ago |
Encoder.cpp
|
55cd53e4ed
LibIPC: Also encode URL::blob_url_entry over IPC
|
1 year ago |
Encoder.h
|
6d4ba21832
LibIPC+Userland: Make IPC::File always own its file descriptor
|
1 year ago |
File.h
|
343a3a0d7e
Ladybird+LibIPC: Move clearing FD_CLOEXEC helper logic to IPC::File
|
1 year ago |
Forward.h
|
34160743dc
LibIPC: Avoid redundant copy of every tranferred IPC message
|
1 year ago |
Message.cpp
|
cb87725ec8
LibIPC+LibWeb: Transfer IPC::Files using sendmsg/recvmsg directly
|
1 year ago |
Message.h
|
cb87725ec8
LibIPC+LibWeb: Transfer IPC::Files using sendmsg/recvmsg directly
|
1 year ago |
MultiServer.h
|
4db0ec86c0
LibIPC: Allow creating MultiServer from an already existing LocalServer
|
1 year ago |
SingleServer.h
|
3a71748e5d
Userland: Rename IPC ClientConnection => ConnectionFromClient
|
3 years ago |
Stub.h
|
3adf01b816
LibIPC: Move MessageBuffer forward declaration from Stub.h to Forward.h
|
1 year ago |