Age | Commit message (Expand) | Author |
---|---|---|
2020-07-16 | LibCore: Turns some heap-allocated events into stack-allocated ones | Andreas Kling |
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-15 | LibCore: Move LogStream::operator<< overloads into cpp files | Andreas Kling |
2020-02-10 | AK: Remove bitrotted Traits::dump() mechanism | Andreas Kling |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |