Sam Atkins
|
269ce258b4
LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr()
|
2 years ago |
Sam Atkins
|
1dd6b7f5b7
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
|
2 years ago |
kleines Filmröllchen
|
2475f6a641
LibCore: Explain EventLoop and reorder some members in the header
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Sam Atkins
|
0fc673e759
LibCore: Mark connections to InspectorServer as MSG_NOSIGNAL
|
2 years ago |
Andrew Kaster
|
828441852f
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
|
2 years ago |
Peter Elliott
|
7af5eef0dd
SystemServer+LoginServer+Userland: Switch to sid-based sockets
|
2 years ago |
Andrew Kaster
|
8f38367d46
LibCore: Only include Account.h on Serenity in EventLoop and System
|
2 years ago |
kleines Filmröllchen
|
c0079cf963
LibCore: Make EventLoop's connection to InspectorServer work again
|
2 years ago |
Lucas CHOLLET
|
c248569d6b
Base: Launch InspectorServer at session start-up
|
3 years ago |
kleines Filmröllchen
|
125122a9ab
LibAudio: Prevent racy eternal deadlock of the audio enqueue thread
|
3 years ago |
FrHun
|
720e0a096f
LibCore: InspectorServerConnection send responses with multiple writes
|
3 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Jelle Raaijmakers
|
f8c81b2f01
LibCore: Remove fixed EventLoop FIXME
|
3 years ago |
Jelle Raaijmakers
|
f25123df66
LibCore: Remove main event loop
|
3 years ago |
Jelle Raaijmakers
|
9e2a619fdc
LibCore: Remove unused `EventLoop::is_main_event_loop()`
|
3 years ago |
Sam Atkins
|
f240def414
LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1
|
3 years ago |
Sam Atkins
|
3b1e063d30
LibCore+Everywhere: Make Core::Stream::read() return Bytes
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
kleines Filmröllchen
|
e9a286f9e7
LibCore: Make EventLoop connect to InspectorServer if requested
|
3 years ago |
javabird25
|
1770534d94
LibCore: Verify that EventLoop is initialized in its static API
|
3 years ago |
Lenny Maiorani
|
ea58b8d927
Libraries: Use default constructors/destructors in LibCore
|
3 years ago |
Andreas Kling
|
1a323ec8d4
LibCore: Exit get_next_timer_expiration() sooner if possible
|
3 years ago |
kleines Filmröllchen
|
704bb361bb
LibCore: Allow event loops on other threads to wake up
|
3 years ago |
kleines Filmröllchen
|
716a3429fa
LibCore: Fix event loop stacks on non-main threads
|
3 years ago |
sin-ack
|
04d68117c2
LibCore: Remove Core::LocalSocket :^)
|
3 years ago |
sin-ack
|
0249c92313
LibCore: Use Core::Stream::LocalSocket in InspectorServerConnection
|
3 years ago |
Andreas Kling
|
3bab93c5e7
LibCore: Make Core::s_main_event_loop actually global
|
3 years ago |
kleines Filmröllchen
|
df6b9cdb0c
LibCore+LibC: Enforce the global event loop ban in code
|
3 years ago |
kleines Filmröllchen
|
888faa3c9f
LibCore: Fix signal handling race condition in EventLoop
|
3 years ago |