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
2022-08-26
FileSystemAccessServer: Set dummy child to WindowMode::Passive
thankyouverycool
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-30
FileSystemAccessServer: Call window stealing functions sync
MacDue
2022-06-27
FileSystemAccessServer: Manage concurrent file requests
Lucas CHOLLET
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-01-28
Revert "FileSystemAccessServer: Display times in the local time zone"
Timothy Flynn
2022-01-28
FileSystemAccessServer: Display times in the user's local time zone
Timothy Flynn
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
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