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
/
Libraries
/
LibFileSystemAccessClient
Age
Commit message (
Expand
)
Author
2023-03-24
Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`
Cameron Youell
2023-03-22
FileSystemAccessServer: Implement FileTypeFilter to open_file()
huttongrabiel
2023-03-22
LibFileSystemAccessClient: Don't make illegal operation on files
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-13
LibCore+Userland: Make Promise's on_resolve fallible
kleines Filmröllchen
2023-03-13
LibCore+Userland: Allow canceling promises
kleines Filmröllchen
2023-02-16
LibFileSystemAccessClient: Remove the deprecated API
Lucas CHOLLET
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-01-07
LibFileSystemAccessClient: Add functions returning FSAC::File
Karol Kosek
2023-01-07
LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use it
Karol Kosek
2023-01-07
LibFileSystemAccessClient: Rename try_* functions to try_*_deprecated
Karol Kosek
2023-01-06
FileSystemAccessServer: Use `Core::Stream`
Lucas CHOLLET
2022-12-14
LibFileSystemAccessClient: Add `save_file()`
Lucas CHOLLET
2022-12-14
LibFileSystemAccessClient: Rename `try_save_file` =>
Lucas CHOLLET
2022-12-14
LibFileSystemAccessClient: Rename `Result` => `DeprecatedResult`
Lucas CHOLLET
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-03
SystemServer+LoginServer+Userland: Switch to sid-based sockets
Peter Elliott
2022-08-14
Base: Launch FileSystemAccessServer at session start-up
Lucas CHOLLET
2022-08-14
LibCore+LibIPC: Recognise %uid in path
Lucas CHOLLET
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-06-30
FileSystemAccessServer: Call window stealing functions sync
MacDue
2022-06-27
LibFileSystemAccessClient: Return an errno instead of a string literal
Lucas CHOLLET
2022-06-27
FileSystemAccessServer: Manage concurrent file requests
Lucas CHOLLET
2022-02-25
Userland: Rename WindowServerConnection=>ConnectionToWindowServer
Itamar
2022-02-25
Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer
Itamar
2022-01-20
FileSystemAccessClient: Remove old API returning file descriptors :^)
Mustafa Quraish
2022-01-20
FileSystemAccessClient: Add `try_*` variants returning `Core::File`
Mustafa Quraish
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2021-12-23
LibFileSystemAccessClient: Allow custom access rights for open/save
Arne Elster
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-09-10
LibFileSystemAccessClient: Convert request paths to absolute if needed
Mustafa Quraish
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-07-18
LibFileSystemAccessClient: Use WindowServer window stealing interface
Timothy
2021-07-18
FileSystemAccessServer+TextEditor: Implement cross-process modal prompts
Timothy