index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCore
/
EventLoop.cpp
Age
Commit message (
Expand
)
Author
2023-04-25
LibCore: Simplify Core::Notifier by only allowing one event type
Andreas Kling
2023-04-25
LibCore: Move event queueing to a per-thread event queue
Andreas Kling
2023-04-25
LibCore: Remove unused EventLoop::wake_current()
Andreas Kling
2023-04-25
LibCore: Remove awkward EventLoop::wake_once() API
Andreas Kling
2023-04-24
AK: Add new failable `JsonArray::{append/set}` functions
Cameron Youell
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
LibCore: Allow EventLoop to manage and cancel promises
kleines Filmröllchen
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-01-26
LibCore: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-11
LibCore: Explain EventLoop and reorder some members in the header
kleines Filmröllchen
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-03
LibCore: Mark connections to InspectorServer as MSG_NOSIGNAL
Sam Atkins
2022-10-10
Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY
Andrew Kaster
2022-10-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-09-22
LibCore: Only include Account.h on Serenity in EventLoop and System
Andrew Kaster
2022-08-17
LibCore: Make EventLoop's connection to InspectorServer work again
kleines Filmröllchen
2022-08-14
Base: Launch InspectorServer at session start-up
Lucas CHOLLET
2022-07-22
LibAudio: Prevent racy eternal deadlock of the audio enqueue thread
kleines Filmröllchen
2022-07-15
LibCore: InspectorServerConnection send responses with multiple writes
FrHun
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-27
LibCore: Remove fixed EventLoop FIXME
Jelle Raaijmakers
2022-04-27
LibCore: Remove main event loop
Jelle Raaijmakers
2022-04-27
LibCore: Remove unused `EventLoop::is_main_event_loop()`
Jelle Raaijmakers
2022-04-18
LibCore: Allow inspecting any process launched with MAKE_INSPECTABLE=1
Sam Atkins
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-25
LibCore: Make EventLoop connect to InspectorServer if requested
kleines Filmröllchen
2022-03-10
LibCore: Verify that EventLoop is initialized in its static API
javabird25
2022-03-10
Libraries: Use default constructors/destructors in LibCore
Lenny Maiorani
2022-02-15
LibCore: Exit get_next_timer_expiration() sooner if possible
Andreas Kling
2022-02-13
LibCore: Allow event loops on other threads to wake up
kleines Filmröllchen
2022-02-13
LibCore: Fix event loop stacks on non-main threads
kleines Filmröllchen
2022-02-06
LibCore: Remove Core::LocalSocket :^)
sin-ack
2022-02-06
LibCore: Use Core::Stream::LocalSocket in InspectorServerConnection
sin-ack
2022-01-25
LibCore: Make Core::s_main_event_loop actually global
Andreas Kling
2022-01-23
LibCore+LibC: Enforce the global event loop ban in code
kleines Filmröllchen
2022-01-23
LibCore: Fix signal handling race condition in EventLoop
kleines Filmröllchen
2022-01-23
LibCore: Create wake pipe on each thread
kleines Filmröllchen
2022-01-23
LibCore: Allow EventLoops to run on multiple threads safely
kleines Filmröllchen
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-07
LibCore: Guard access to EventLoop notifiers set with a mutex
Andreas Kling
2022-01-06
LibCore: Make `EventLoop::pump()` return event count
Jelle Raaijmakers
2021-12-21
LibCore: Unconditionally report error in `EventLoop::wait_for_event`
Michel Hermier
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-02
Libraries: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-24
LibCore: Pop the main Core::EventLoop off the stack when destroyed
Andreas Kling
2021-09-25
LibCore: Add Core::EventLoop::spin_until(Function<bool()>)
Andreas Kling
2021-09-02
LibCore+Userland: Implement Core::deferred_invoke
sin-ack
[next]