summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibFileSystemAccessClient
AgeCommit message (Expand)Author
2023-05-29FileSystemAccessServer: Don't transmit unused dataBen Wiederhake
2023-05-19LibFileSystemAccessClient: Improve error propagationthankyouverycool
2023-05-05FileSystemAccessServer: Use `ECANCELED` instead of -1Lucas CHOLLET
2023-03-24Libraries: Convert `DeprecatedFile` usages to `LibFileSystem`Cameron Youell
2023-03-22FileSystemAccessServer: Implement FileTypeFilter to open_file()huttongrabiel
2023-03-22LibFileSystemAccessClient: Don't make illegal operation on filesLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-13LibCore+Userland: Make Promise's on_resolve falliblekleines Filmröllchen
2023-03-13LibCore+Userland: Allow canceling promiseskleines Filmröllchen
2023-02-16LibFileSystemAccessClient: Remove the deprecated APILucas CHOLLET
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-07LibFileSystemAccessClient: Add functions returning FSAC::FileKarol Kosek
2023-01-07LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use itKarol Kosek
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-06FileSystemAccessServer: Use `Core::Stream`Lucas CHOLLET
2022-12-14LibFileSystemAccessClient: Add `save_file()`Lucas CHOLLET
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-14LibFileSystemAccessClient: Rename `Result` => `DeprecatedResult`Lucas CHOLLET
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15Userland: Remove workarounds for LibIPC include order sensitivityTimothy Flynn
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-08-14LibCore+LibIPC: Recognise %uid in pathLucas CHOLLET
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-06-30FileSystemAccessServer: Call window stealing functions syncMacDue
2022-06-27LibFileSystemAccessClient: Return an errno instead of a string literalLucas CHOLLET
2022-06-27FileSystemAccessServer: Manage concurrent file requestsLucas CHOLLET
2022-02-25Userland: Rename WindowServerConnection=>ConnectionToWindowServerItamar
2022-02-25Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServerItamar
2022-01-20FileSystemAccessClient: Remove old API returning file descriptors :^)Mustafa Quraish
2022-01-20FileSystemAccessClient: Add `try_*` variants returning `Core::File`Mustafa Quraish
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-12-23LibFileSystemAccessClient: Allow custom access rights for open/saveArne Elster
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-10LibFileSystemAccessClient: Convert request paths to absolute if neededMustafa Quraish
2021-09-10FileSystemAccessServer: Allow read-only access without promptingMustafa Quraish
2021-08-07FileSystemAccessServer: Add window title as parameter for opening fileTimothy
2021-07-18LibFileSystemAccessClient: Use WindowServer window stealing interfaceTimothy
2021-07-18FileSystemAccessServer+TextEditor: Implement cross-process modal promptsTimothy