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
/
EventLoop.cpp
Age
Commit message (
Expand
)
Author
2020-11-30
LibCore: Don't wait for negative amount of time
Tom
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-17
LibCore: Use new format functions in some places.
asynts
2020-09-11
LibCore: Fixed DeferredInvoke debug message (#3456)
pkotzbach
2020-09-09
LibCore: Add 'notify_forked()' to tear down the eventloop in forked child
AnotherTest
2020-07-09
LibCore: Add register_signal and unregister_signal to EventLoop
Tom
2020-07-06
LibCore: Only deliver Read/Write events to listening notifiers
Andreas Kling
2020-07-05
LibCore: Stop select()'ing after an interrupt if a quit was requested
AnotherTest
2020-06-13
AK: JsonParser improvements
Matthew Olsson
2020-06-02
LibCore: Put some annoying debug spam behind EVENTLOOP_DEBUG
Andreas Kling
2020-05-29
LibCore+Inspector: Move RPC sockets to /tmp/rpc
Sergey Bugaev
2020-05-29
LibCore: Do not assert that we can start the RPC server
Sergey Bugaev
2020-05-16
LibCore: Always wait_for_events() when pumping the event loop
Andreas Kling
2020-05-15
LibCore: Fix timer expiration processing
Sergey Bugaev
2020-04-30
LibCore: Do not assert that NonnullRefPtr is non-null
Sergey Bugaev
2020-04-03
LibCore: Don't replay last handled event when leaving nested event loop
Andreas Kling
2020-03-19
LibCore: Use monotonic time when handling timers
Liav A
2020-03-10
EventLoop: Don't destroy ID allocator (#1403)
Alex Muscar
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-05
LibCore: Add a way to set an individual Core::Object property remotely
Andreas Kling
2020-03-05
LibCore: Allow RPC clients to specify the currently inspected object
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-20
AK: Use size_t for ByteBuffer sizes
Andreas Kling
2020-02-15
LibCore: Reduce header dependencies of EventLoop
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-06
LibCore: Merge the CSyscallUtils namespace into Core
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling