Andreas Kling
|
ddbe6bd7b4
Userland: Rename Core::Object to Core::EventReceiver
|
1 年之前 |
Zaggy1024
|
fe672989a9
LibCore: Add a class for thread-safe promises
|
2 年之前 |
Zaggy1024
|
8626404ddb
LibCore: Store the event loop stack as a function-scope thread_local
|
1 年之前 |
Peter Elliott
|
da96c151ab
LibCore: Exit EventLoop::spin_until() when exit requested
|
2 年之前 |
kleines Filmröllchen
|
7704d89496
LibCore: Cancel jobs on event loop exit
|
2 年之前 |
Andreas Kling
|
b61a87c03c
LibCore: Move post_event() back to EventLoopImplementation
|
2 年之前 |
Andreas Kling
|
7b963e1e98
LibCore+Ladybird: Add EventLoopManager interface for persistent state
|
2 年之前 |
Andreas Kling
|
c21eb30a2b
Ladybird+LibCore: Use QCoreApplication to drive the main Qt event loop
|
2 年之前 |
Andreas Kling
|
31289a8d57
LibCore: Add a hook for custom construction of EventLoopImplementation
|
2 年之前 |
Andreas Kling
|
16c47ccff6
LibCore: Big first step towards pluggable Core::EventLoop
|
2 年之前 |
Andreas Kling
|
c756e021a7
Userland: Remove "Inspector" program and related utilities
|
2 年之前 |
Andreas Kling
|
203e84c378
LibCore: Remove unused EventLoop::Private::lock
|
2 年之前 |
Andreas Kling
|
a6a2caf6db
LibCore: Remove unused "client ID" from InspectorServerConnection
|
2 年之前 |
Andreas Kling
|
029f5b0dad
LibCore: Move deferred_invoke() implementation out of line
|
2 年之前 |
Andreas Kling
|
411d36719e
LibCore: Simplify Core::Notifier by only allowing one event type
|
2 年之前 |
Andreas Kling
|
1587caef84
LibCore: Move event queueing to a per-thread event queue
|
2 年之前 |
Andreas Kling
|
3a70a16ca7
LibCore: Remove unused EventLoop::wake_current()
|
2 年之前 |
Andreas Kling
|
9601b516b8
LibCore: Remove awkward EventLoop::wake_once() API
|
2 年之前 |
Cameron Youell
|
8134dccdc7
AK: Add new failable `JsonArray::{append/set}` functions
|
2 年之前 |
Tim Schumacher
|
ae51c1821c
Everywhere: Remove unintentional partial stream reads and writes
|
2 年之前 |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 年之前 |
kleines Filmröllchen
|
30295bd988
LibCore: Allow EventLoop to manage and cancel promises
|
2 年之前 |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 年之前 |
Sam Atkins
|
269ce258b4
LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2 年之前 |
Sam Atkins
|
1dd6b7f5b7
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
|
2 年之前 |
kleines Filmröllchen
|
2475f6a641
LibCore: Explain EventLoop and reorder some members in the header
|
2 年之前 |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 年之前 |
Sam Atkins
|
0fc673e759
LibCore: Mark connections to InspectorServer as MSG_NOSIGNAL
|
2 年之前 |
Andrew Kaster
|
828441852f
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2 年之前 |
Peter Elliott
|
7af5eef0dd
SystemServer+LoginServer+Userland: Switch to sid-based sockets
|
2 年之前 |