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 年之前 |
Andrew Kaster
|
8f38367d46
LibCore: Only include Account.h on Serenity in EventLoop and System
|
2 年之前 |
kleines Filmröllchen
|
c0079cf963
LibCore: Make EventLoop's connection to InspectorServer work again
|
2 年之前 |
Lucas CHOLLET
|
c248569d6b
Base: Launch InspectorServer at session start-up
|
3 年之前 |
kleines Filmröllchen
|
125122a9ab
LibAudio: Prevent racy eternal deadlock of the audio enqueue thread
|
3 年之前 |
FrHun
|
720e0a096f
LibCore: InspectorServerConnection send responses with multiple writes
|
3 年之前 |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 年之前 |
Jelle Raaijmakers
|
f8c81b2f01
LibCore: Remove fixed EventLoop FIXME
|
3 年之前 |
Jelle Raaijmakers
|
f25123df66
LibCore: Remove main event loop
|
3 年之前 |
Jelle Raaijmakers
|
9e2a619fdc
LibCore: Remove unused `EventLoop::is_main_event_loop()`
|
3 年之前 |
Sam Atkins
|
f240def414
LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1
|
3 年之前 |