Age | Commit message (Expand) | Author |
---|---|---|
2023-05-28 | LibCore: Add wrapper for fstatat() | Sam Atkins |
2023-03-05 | LibCore: Introduce a new directory iteration API | Sam Atkins |
2023-03-05 | LibCore: Remove unused Directory::create_iterator() method | Sam Atkins |
2023-03-05 | LibCore: Expose Directory file descriptor | Sam Atkins |
2023-03-05 | LibCore: Ensure that Directory always has a path | Sam Atkins |
2023-02-13 | LibCore: Remove `Stream.h` | Tim Schumacher |
2023-02-13 | LibCore: Move Stream-based file into the `Core` namespace | Tim Schumacher |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-08-15 | LibCore: Add Directory::chown() API and use it in Core::Account | Andreas Kling |
2022-07-12 | Meta+Userland: Simplify some formatters | sin-ack |
2022-04-13 | LibCore: Add an optional permissions mask to Directory::create() | Sam Atkins |
2022-04-11 | LibCore: Introduce Directory | kleines Filmröllchen |