aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/fsp_srv.cpp
AgeCommit message (Expand)Author
2018-12-04Merge pull request #1704 from DarkLordZach/oss-sysarchivebunnei
2018-11-30service/fsp_srv: Implement CleanDirectoryRecursivelyLioncash
2018-11-27Reworked svcs slightly, improved error messages in AM and fsp_srvDavid Marcec
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-16file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash
2018-11-15fsp_srv: Add support for using open source archive if not found in NANDZach Hilman
2018-10-29ns: Implement command 400: GetApplicationControlDataZach Hilman
2018-10-29fsp_srv: Implement ISaveDataInfoReaderZach Hilman
2018-10-29fsp_srv: Implement command 61: OpenSaveDataInfoReaderBySaveDataSpaceIdZach Hilman
2018-10-27service/filesystem: Add DirectoryDelete & DirectoryDeleteRecursivelyDeeJayBro
2018-10-17fsp_srv: Apply patches to Data storage in OpenDataStorageByDataIdZach Hilman
2018-10-02services/fsp_srv: Amend service function tableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-31filesystem: Implement OpenReadOnlySaveDataFilesystemZach Hilman
2018-08-31filesystem: Add OpenFileSystemWithPatchZach Hilman
2018-08-21vfs: Replace mode.h include with forward declarations where applicableLioncash
2018-08-20service/filesystem: Use forward declarations where applicableLioncash
2018-08-18filesystem: Add support for loading of system archivesZach Hilman
2018-08-08fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash
2018-08-08fsp_srv: Emplace entries first when building index instead of emplacing lastLioncash
2018-07-19fsp_srv: Remove unnecessary vector construction in IFile's Write() functionLioncash
2018-07-19fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() f...Lioncash
2018-07-19fsp_srv: Make IStorage constructor explicitLioncash
2018-07-19fsp_srv: Add missing includesLioncash
2018-07-19fsp_srv: Resolve sign-mismatch warnings in assertion comparisonsLioncash
2018-07-19fsp_srv: Respect write length in Write()Lioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman
2018-07-11Merge pull request #559 from Subv/mount_savedatabunnei
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-18Services/FS: Return the correct error code when trying to mount a nonexistent...Subv
2018-06-07Common/string_util: add StringFromBuffer functionmailwl
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-24filesystem: Move logging macros over to new fmt-compatible onesLioncash
2018-04-24Service/FS: implement IFileSystem::RenameFilemailwl
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-15fsp_srv: Implement DeleteFile.bunnei
2018-04-14fsp_srv: Implement IFile::Flush.bunnei
2018-04-11Various fixes and clangHexagon12
2018-04-10Updated fsp-srv with more service names.Hexagon12
2018-04-07Fix spelling of InitializeJames Rowe
2018-03-31hle_ipc, fsp_srv: Cleanup logging.bunnei
2018-03-31fsp_srv: Implement GetSize and SetSize.bunnei
2018-03-23Merge pull request #255 from Subv/sd_cardbunnei
2018-03-21FS: Implemented IFileSystem::CreateDirectory.Subv
2018-03-19FS: Implemented IFileSystem's OpenDirectory function.Subv
2018-03-19FS: Added the IDirectory IPC interface and implemented its two functions.Subv
2018-03-19FS: Implement MountSdCard.Subv