Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2020-12-21 | Everywhere: Switch from (void) to [[maybe_unused]] (#4473) | Lenny Maiorani |
2020-11-25 | LibIPC: Fix 'unused private member' error when building with clang | Linus Groh |
2020-11-23 | LibIPC: Support sending file descriptors :^) | Sergey Bugaev |
2020-11-08 | LibIPC: Add support for passing around ByteBuffers and HashMap<K, V> | AnotherTest |
2020-10-01 | LibIPC: Silence a warning when compiling with gcc -O0 | Andreas Kling |
2020-09-21 | LibIPC: Use InputMemoryStream instead of BufferStream. | asynts |
2020-06-07 | LibIPC+Services: Support URL as a native IPC type | Andreas Kling |
2020-05-12 | LibIPC+LibGfx: Templatize IPC encoding as well as decoding | Andreas Kling |
2020-05-03 | LibIPC: Add a simple IPC::Dictionary type (String key -> String value) | Andreas Kling |
2020-02-15 | LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves | Andreas Kling |