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
2023-05-29
FileSystemAccessServer: Don't transmit unused data
Ben Wiederhake
2023-05-21
FileSystemAccessServer: Prefer LibFileSystem over DeprecatedFile
Ben Wiederhake
2023-05-19
FileSystemAccessServer: Return EPERM for denied prompts
thankyouverycool
2023-05-15
LibGUI+FileSystemAccessServer: Avoid using dummy windows
thankyouverycool
2023-05-05
LibGUI: Make `Application`'s construction fallible
Lucas CHOLLET
2023-05-05
FileSystemAccessServer: Use `ECANCELED` instead of -1
Lucas CHOLLET
2023-03-22
FileSystemAccessServer: Implement FileTypeFilter to open_file()
huttongrabiel
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-02
FileSystemAccessServer: Send correct error code for failed file access
Timothy Flynn
2023-01-06
FileSystemAccessServer: Use `Core::Stream`
Lucas CHOLLET
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-15
Userland: Remove workarounds for LibIPC include order sensitivity
Timothy Flynn
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
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