Age | Commit message (Expand) | Author |
---|---|---|
2022-11-15 | Userland: Properly define IPC::encode and IPC::decode specializations | Timothy Flynn |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-10 | Libraries: Use default constructors/destructors in LibCore | Lenny Maiorani |
2021-11-28 | LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void> | Andreas Kling |
2021-11-08 | LibCore: Use ErrorOr<T> in Core::AnonymousBuffer | Andreas Kling |
2021-07-07 | LibCore: Make Core::AnonymousBuffer moveable | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-10 | AK+Everywhere: Make StdLibExtras templates less wrapper-y | AnotherTest |
2021-01-16 | LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class | Andreas Kling |