Age | Commit message (Expand) | Author |
---|---|---|
2020-08-03 | LibIPC: Fix waiting for specific message | Tom |
2020-07-15 | LibIPC: Tweak a misleading perror() | Andreas Kling |
2020-06-21 | LibIPC: Add setters for overriding the client/server PID if needed | Andreas Kling |
2020-05-08 | LibIPC: Use NonnullOwnPtrVector<Message> in IPC::ServerConnection | Andreas Kling |
2020-05-02 | LibIPC: Abort on connection failure | Sergey Bugaev |
2020-04-05 | AK: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtr | Andreas Kling |
2020-03-01 | AK: Remove unnecessary casts to size_t, after Vector changes | Andreas Kling |
2020-02-25 | AK: Make Vector use size_t for its size and capacity | Andreas Kling |
2020-02-16 | LibGUI: Add forwarding header | 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 |
2020-02-06 | LibIPC: Remove leading I from filenames | Andreas Kling |