index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
/
CEventLoop.cpp
Age
Commit message (
Expand
)
Author
2020-01-05
LibCore: Oops, we were forgetting to destroy disconnected RPC clients
Andreas Kling
2020-01-05
AK+LibCore: Add an IDAllocator and use to allocate timer ids
Shannon Booth
2020-01-03
LibCore: Fix crash on RPC client disconnect
Andreas Kling
2019-12-29
LibCore+LibGUI: Don't fire timers in non-visible windows by default
Andreas Kling
2019-12-27
LibCore: Allow LibCore to be compiled on macOS host
Stefano Cristiano
2019-12-27
LibCore: Fix errors when compiling LibCore using clang instead of gcc
Stefano Cristiano
2019-11-26
LibCore: Assert instead of crashing in CEventLoop::current()
Sergey Bugaev
2019-10-25
LibCore: Added unquit() method to CEventLoop.
Brandon Scott
2019-09-22
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibCore: Convert CLocalServer to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CLocalSocket to ObjectPtr
Andreas Kling
2019-09-20
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
Andreas Kling
2019-09-11
Inspector+LibCore+rpcdump: Rework the RPC stuff to be request/response
Andreas Kling
2019-08-26
LibThread: Move CLock to LibThread::Lock
Sergey Bugaev
2019-08-19
LibCore: Move CObject serialization into CObject::save_to(JsonObject&)
Andreas Kling
2019-08-17
LibCore+rpcdump: Publish CObject graph to on-demand RPC socket
Andreas Kling
2019-08-05
CEventLoop: Create the wake pipe with O_CLOEXEC
Sergey Bugaev
2019-07-26
CEventLoop: Convert dbgprintf() to dbg().
Andreas Kling
2019-07-25
CEventLoop: Don't re-process already processed events when un-nesting.
Andreas Kling
2019-07-24
Convert HashMap<Key, OwnPtr<T>> to HashMap<Key, NonnullOwnPtr<T>>.
Andreas Kling
2019-07-24
CEventLoop: Use NonnullOwnPtr for QueuedEvent::event.
Andreas Kling
2019-07-23
CEventLoop: Avoid undefined evaluation order in register_timer().
Andreas Kling
2019-07-21
Userspace: Deal with select() returning EINTR on a signal interruption
Robin Burchell
2019-07-21
CEventLoop: Skip over null events in the queue.
Andreas Kling
2019-07-20
CEventLoop: Use Vector::prepend(Vector&&) to shuffle events to outer loop.
Andreas Kling
2019-07-20
CEventLoop: Remove some no-longer-used virtuals.
Andreas Kling
2019-07-16
CNotifier: Turn into a CObject and Use the event queue to deliver events
Robin Burchell
2019-07-14
CEventLoop: Oops, I had the pipe reader/writer fd's mixed up.
Andreas Kling
2019-07-14
CEventLoop: Add wake(), a mechanism for waking up when blocked in select().
Andreas Kling
2019-07-13
CEventLoop: When asked to exit the event loop, exit right away.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling