summaryrefslogtreecommitdiff
path: root/Userland/Services/FileSystemAccessServer
AgeCommit message (Expand)Author
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-23FileSystemAccessServer: Port to LibMain :^)Andreas Kling
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-09-16FileSystemAccessServer: Only compute basename when promptingBrian Gianforcaro
2021-09-10FileSystemAccessServer: Allow read-only access without promptingMustafa Quraish
2021-08-07FileSystemAccessServer: Add window title as parameter for opening fileTimothy
2021-08-03Everywhere: Replace most cases of exit() with Application::quit()Timothy
2021-07-18FileSystemAccessServer: Add expose_window_server_client_id()Timothy
2021-07-18FileSystemAccessServer+TextEditor: Implement cross-process modal promptsTimothy
2021-07-11FileSystemAccessServer: Return user_picked_value even on errorAdam Hodgen
2021-07-10FileSystemAccessServer: Add service for accessing veiled files nicelyTimothy