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-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