aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/filesystem/filesystem.cpp
AgeCommit message (Expand)Author
2018-11-16Merge pull request #1632 from DarkLordZach/keys-manager-optimizationsbunnei
2018-11-16file_sys/errors: Extract FS-related error codes to file_sys/errors.hLioncash
2018-11-15Merge pull request #1618 from DarkLordZach/dump-nsobunnei
2018-11-01filesystem: Cache RegisteredCacheUnion instead of constructing on demandZach Hilman
2018-10-29bis_factory: Add getter for mod dump root for a title IDZach Hilman
2018-10-29savedata_factory: Expose accessors for SaveDataSpaceZach Hilman
2018-10-16file_sys/registered_cache: Use unique_ptr and regular pointers instead of sha...Lioncash
2018-10-13filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...Lioncash
2018-10-05romfs_factory: Extract packed update setter to new functionZach Hilman
2018-09-21filesystem: Add LayeredFS VFS directory getterZach Hilman
2018-09-19Fixed GetAccountId stub, Added error code for OpenDirectory and added Activat...David Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-09-04bktr: Fix bucket overlap errorZach Hilman
2018-09-04registration: Add RegisteredCacheUnionZach Hilman
2018-09-02filesystem: Move dir retrieval after path checking in DeleteFile()Lioncash
2018-08-25Merge pull request #1166 from lioncash/typoSebastian Valle
2018-08-23filesystem: Fix typo in log messageLioncash
2018-08-23filesystem: Add CreateFactories methods to fsZach Hilman
2018-08-23filesystem: Add logging to registration gettersZach 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-11filesystem: Add Open and Register functions for BISFactoryZach Hilman
2018-08-08core: Port core to VfsFilesystem for file accessZach Hilman
2018-08-08filesystem: Remove unnecessary if conditionsZach Hilman
2018-08-01service/filesystem: Add fsp:ldr and fsp:pr servicesLioncash
2018-07-23VFS Regression and Accuracy Fixes (#776)Zach Hilman
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-19Merge pull request #720 from Subv/getentrytype_rootSebastian Valle
2018-07-19Filesystem: Return EntryType::Directory for the root directory.Subv
2018-07-19filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's con...Lioncash
2018-07-19filesystem: Use std::string's empty() function instead of comparing against a...Lioncash
2018-07-19filesystem: Remove pragma disabling global optimizationsLioncash
2018-07-18Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman
2018-07-17General Filesystem and Save Data Fixes (#670)Zach Hilman
2018-07-07Revert "Virtual Filesystem (#597)"bunnei
2018-07-06Virtual Filesystem (#597)Zach Hilman
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
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-19service: Use nested namespace specifiers where applicableLioncash
2018-03-19FS: Added an SDMC archive factory and registered it to the SDMC archive on st...Subv
2018-03-04FS: Make EnsureSaveData create the savedata folder when called for the first ...Subv
2018-03-01Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv
2018-01-21filesystem: Implement basic IStorage functionality.David Marcec