Andreas Kling
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
1 年之前 |
Andreas Kling
|
21db2b7b90
Everywhere: Remove NonnullOwnPtr.h includes
|
2 年之前 |
Andreas Kling
|
359d6e7b0b
Everywhere: Stop using NonnullOwnPtrVector
|
2 年之前 |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 年之前 |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 年之前 |
Ben Wiederhake
|
6b7ce19161
Everywhere: Remove unused includes of LibC/stdlib.h
|
2 年之前 |
Timothy Flynn
|
765c5b416f
IPCCompiler+LibIPC: Generate message decoders with better TRY semantics
|
2 年之前 |
kleines Filmröllchen
|
7669441282
LibIPC: Add deferred invoker getter
|
2 年之前 |
Andreas Kling
|
b5681992e1
LibIPC: Allow overriding the use of deferred_invoke()
|
2 年之前 |
Andreas Kling
|
ece1b7422f
LibIPC: Allow giving Connection a separate socket for FD passing
|
2 年之前 |
Jelle Raaijmakers
|
a39c38840e
LibIPC: Make noise when shutting down because of an error
|
3 年之前 |
Lenny Maiorani
|
dcdc62323d
Libraries: Use default constructors/destructors in LibIPC
|
3 年之前 |
sin-ack
|
2e1bbcb0fa
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
|
3 年之前 |
Andreas Kling
|
8d76eb773f
LibIPC: Make IPC::Connection::post_message() return ErrorOr
|
3 年之前 |
Andreas Kling
|
2c70c479ab
LibIPC: Replace Result<T, E> use with ErrorOr<T>
|
3 年之前 |
Andreas Kling
|
99a33c9a67
Revert "LibIPC: Use a zero-delay timer for message processing"
|
3 年之前 |
Andreas Kling
|
3bed7d5a5e
LibIPC: Use a zero-delay timer for message processing
|
3 年之前 |
Andreas Kling
|
24642861af
LibIPC: Store local endpoint magic in a ConnectionBase member
|
3 年之前 |
Andreas Kling
|
9a8bdf84c8
LibIPC: Move waiting for synchronous responses to ConnectionBase
|
3 年之前 |
Andreas Kling
|
8728d36dd0
LibIPC: Move more of IPC::Connection to ConnectionBase
|
3 年之前 |
Andreas Kling
|
f3c4a357ea
LibIPC: Move non-templated parts of IPC::Connection out of line
|
3 年之前 |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 年之前 |
sin-ack
|
8ea22121ac
Userland: Migrate to argument-less deferred_invoke
|
3 年之前 |
Federico Guerinoni
|
b2a849935b
LibIPC: Pass only message size to decoder
|
3 年之前 |
Tom
|
7e8a5d7323
LibIPC: Fix losing messages when connection is closed
|
4 年之前 |
Gunnar Beutner
|
ab353fd4e1
LibIPC: Close the socket and die when the peer is closed
|
4 年之前 |
Gunnar Beutner
|
e331ef7057
LibIPC: Add Connection::is_open()
|
4 年之前 |
Daniel Bertalan
|
a36c37db47
LibIPC: Remove unnecessary `template<>`
|
4 年之前 |
Andreas Kling
|
d3f298c592
LibIPC: Fix unaligned u32 access in drain_messages_from_peer()
|
4 年之前 |
Gunnar Beutner
|
5bb79ea0a7
Userland: Update IPC calls to use proxies
|
4 年之前 |