Andreas Kling
|
adabcf24ec
Everywhere: Add missing <AK/ByteBuffer.h> includes
|
4 years ago |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 years ago |
asynts
|
c9ca897a45
LibCore: Use new format functions in some places.
|
4 years ago |
pkotzbach
|
072e94caa2
LibCore: Fixed DeferredInvoke debug message (#3456)
|
4 years ago |
AnotherTest
|
c3dbe77024
LibCore: Add 'notify_forked()' to tear down the eventloop in forked child
|
4 years ago |
Tom
|
6751d03ea7
LibCore: Add register_signal and unregister_signal to EventLoop
|
5 years ago |
Andreas Kling
|
e5933ec739
LibCore: Only deliver Read/Write events to listening notifiers
|
5 years ago |
AnotherTest
|
6f7ac5d2e2
LibCore: Stop select()'ing after an interrupt if a quit was requested
|
5 years ago |
Matthew Olsson
|
e8e728454c
AK: JsonParser improvements
|
5 years ago |
Andreas Kling
|
59adccb987
LibCore: Put some annoying debug spam behind EVENTLOOP_DEBUG
|
5 years ago |
Sergey Bugaev
|
ec4902d1dd
LibCore+Inspector: Move RPC sockets to /tmp/rpc
|
5 years ago |
Sergey Bugaev
|
8afcf0d87a
LibCore: Do not assert that we can start the RPC server
|
5 years ago |
Andreas Kling
|
c3379e3734
LibCore: Always wait_for_events() when pumping the event loop
|
5 years ago |
Sergey Bugaev
|
345fbd1fc1
LibCore: Fix timer expiration processing
|
5 years ago |
Sergey Bugaev
|
b319aca81a
LibCore: Do not assert that NonnullRefPtr is non-null
|
5 years ago |
Andreas Kling
|
eeec1c1293
LibCore: Don't replay last handled event when leaving nested event loop
|
5 years ago |
Liav A
|
7268499c76
LibCore: Use monotonic time when handling timers
|
5 years ago |
Alex Muscar
|
81c6f72134
EventLoop: Don't destroy ID allocator (#1403)
|
5 years ago |
Andreas Kling
|
b1058b33fb
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
|
5 years ago |
Andreas Kling
|
42f2696355
LibCore: Add a way to set an individual Core::Object property remotely
|
5 years ago |
Andreas Kling
|
d16f8214d8
LibCore: Allow RPC clients to specify the currently inspected object
|
5 years ago |
Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 years ago |
Andreas Kling
|
88b9fcb976
AK: Use size_t for ByteBuffer sizes
|
5 years ago |
Andreas Kling
|
0e3a9d8e9d
LibCore: Reduce header dependencies of EventLoop
|
5 years ago |
Andreas Kling
|
8f7333f080
LibCore: Add a forward declaration header
|
5 years ago |
Andreas Kling
|
258d798b34
LibCore: Merge the CSyscallUtils namespace into Core
|
5 years ago |
Andreas Kling
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 years ago |