1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 10:00:59 +00:00
serenity/Userland
Andreas Kling 4fce72a967 Assistant: Use fstatat() while building FileProvider path cache
Using fstatat() allows the kernel to do relative path resolution as
opposed to absolute path resolution, which is significantly faster
and allows us to build the path cache sooner. :^)
2021-07-03 20:03:53 +02:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications Assistant: Use fstatat() while building FileProvider path cache 2021-07-03 20:03:53 +02:00
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
DynamicLoader DynamicLoader: Use string view literal to remove a allocation on startup 2021-07-02 10:51:20 +04:30
Games Games: Add Spider 2021-06-24 10:32:53 +02:00
Libraries LibGUI/TextEditor: Set cut and copy actions to disabled on init 2021-07-03 17:36:50 +02:00
Services WindowServer: Rename Window::outer_stack -> Window::window_stack 2021-07-03 12:27:23 +02:00
Shell AK: Remove the LexicalPath::is_valid() API 2021-06-30 11:13:54 +02:00
Utilities AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods 2021-07-02 21:54:21 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00