Age | Commit message (Expand) | Author |
---|---|---|
2023-02-08 | Everywhere: Use ReadonlySpan<T> instead of Span<T const> | MacDue |
2023-01-25 | LibCore: Add nice get/set_process_name() wrappers in Core::Process | Sam Atkins |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-17 | LibCore: Add argument to specify working directory in Process::spawn | cflip |
2022-05-25 | LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn | MacDue |
2021-08-06 | LibCore: Add Core::Process::spawn() | Andreas Kling |