Age | Commit message (Expand) | Author |
---|---|---|
2020-10-29 | Userland: Make killall accept signal names as well | Andreas Kling |
2020-06-12 | AK: Make string-to-number conversion helpers return Optional | Andreas Kling |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |
2020-02-02 | LibCore: Put all classes in the Core namespace and remove the leading C | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-09-06 | AK: Rename <AK/AKString.h> to <AK/String.h> | Andreas Kling |
2019-07-10 | Userland+LibCore: Use CProcessStatisticsReader to implement top. | Andreas Kling |
2019-06-07 | Userland: Run clang-format on everything. | Andreas Kling |
2019-05-16 | Added CProcessStatisticsReader to avoid having to parse /proc/all (#35) | GuillaumeGas |
2019-05-08 | Added killall command (#30) | GuillaumeGas |