summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/EventLoop.cpp
AgeCommit message (Expand)Author
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-10-17LibCore: Use new format functions in some places.asynts
2020-09-11LibCore: Fixed DeferredInvoke debug message (#3456)pkotzbach
2020-09-09LibCore: Add 'notify_forked()' to tear down the eventloop in forked childAnotherTest
2020-07-09LibCore: Add register_signal and unregister_signal to EventLoopTom
2020-07-06LibCore: Only deliver Read/Write events to listening notifiersAndreas Kling
2020-07-05LibCore: Stop select()'ing after an interrupt if a quit was requestedAnotherTest
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-06-02LibCore: Put some annoying debug spam behind EVENTLOOP_DEBUGAndreas Kling
2020-05-29LibCore+Inspector: Move RPC sockets to /tmp/rpcSergey Bugaev
2020-05-29LibCore: Do not assert that we can start the RPC serverSergey Bugaev
2020-05-16LibCore: Always wait_for_events() when pumping the event loopAndreas Kling
2020-05-15LibCore: Fix timer expiration processingSergey Bugaev
2020-04-30LibCore: Do not assert that NonnullRefPtr is non-nullSergey Bugaev
2020-04-03LibCore: Don't replay last handled event when leaving nested event loopAndreas Kling
2020-03-19LibCore: Use monotonic time when handling timersLiav A
2020-03-10EventLoop: Don't destroy ID allocator (#1403)Alex Muscar
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-05LibCore: Add a way to set an individual Core::Object property remotelyAndreas Kling
2020-03-05LibCore: Allow RPC clients to specify the currently inspected objectAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-20AK: Use size_t for ByteBuffer sizesAndreas Kling
2020-02-15LibCore: Reduce header dependencies of EventLoopAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibCore: Merge the CSyscallUtils namespace into CoreAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling