index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
FileSystemAccessServer
Age
Commit message (
Expand
)
Author
2021-12-06
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
Andreas Kling
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-23
FileSystemAccessServer: Port to LibMain :^)
Andreas Kling
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-09-16
FileSystemAccessServer: Only compute basename when prompting
Brian Gianforcaro
2021-09-10
FileSystemAccessServer: Allow read-only access without prompting
Mustafa Quraish
2021-08-07
FileSystemAccessServer: Add window title as parameter for opening file
Timothy
2021-08-03
Everywhere: Replace most cases of exit() with Application::quit()
Timothy
2021-07-18
FileSystemAccessServer: Add expose_window_server_client_id()
Timothy
2021-07-18
FileSystemAccessServer+TextEditor: Implement cross-process modal prompts
Timothy
2021-07-11
FileSystemAccessServer: Return user_picked_value even on error
Adam Hodgen
2021-07-10
FileSystemAccessServer: Add service for accessing veiled files nicely
Timothy