summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-118-1/+12
* bktr: Fix bucket overlap errorZach Hilman2018-09-041-1/+1
* registration: Add RegisteredCacheUnionZach Hilman2018-09-042-0/+10
* Merge pull request #1213 from DarkLordZach/octopath-fsbunnei2018-09-022-2/+30
|\
| * filesystem: Implement OpenReadOnlySaveDataFilesystemZach Hilman2018-09-012-1/+7
| * filesystem: Add OpenFileSystemWithPatchZach Hilman2018-09-012-1/+23
* | filesystem: Move dir retrieval after path checking in DeleteFile()Lioncash2018-09-021-2/+5
|/
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-0/+1
* Merge pull request #1166 from lioncash/typoSebastian Valle2018-08-251-1/+1
|\
| * filesystem: Fix typo in log messageLioncash2018-08-241-1/+1
* | filesystem: Add CreateFactories methods to fsZach Hilman2018-08-232-8/+11
* | filesystem: Add logging to registration gettersZach Hilman2018-08-231-4/+25
|/
* vfs: Replace mode.h include with forward declarations where applicableLioncash2018-08-213-2/+3
* service/filesystem: Use forward declarations where applicableLioncash2018-08-213-5/+19
* filesystem: Add support for loading of system archivesZach Hilman2018-08-194-16/+50
* filesystem: Add Open and Register functions for BISFactoryZach Hilman2018-08-122-4/+23
* Merge pull request #990 from lioncash/entrybunnei2018-08-101-6/+3
|\
| * fsp_srv: Use std::string_view's copy() function instead of strncpy()Lioncash2018-08-091-5/+1
| * fsp_srv: Emplace entries first when building index instead of emplacing lastLioncash2018-08-091-2/+3
* | core: Port core to VfsFilesystem for file accessZach Hilman2018-08-092-8/+8
* | filesystem: Remove unnecessary if conditionsZach Hilman2018-08-091-1/+1
|/
* service: Remove redundant #pragma once directivesLioncash2018-08-042-4/+0
* service/filesystem: Add fsp:ldr and fsp:pr servicesLioncash2018-08-015-0/+85
* VFS Regression and Accuracy Fixes (#776)Zach Hilman2018-07-241-16/+29
* file_util, vfs: Use std::string_view where applicableLioncash2018-07-221-1/+1
* file_util: Use an enum class for GetUserPath()Lioncash2018-07-211-2/+2
* Merge pull request #720 from Subv/getentrytype_rootSebastian Valle2018-07-191-0/+4
|\
| * Filesystem: Return EntryType::Directory for the root directory.Subv2018-07-191-0/+4
* | Merge pull request #712 from lioncash/fspbunnei2018-07-191-17/+22
|\ \
| * | fsp_srv: Remove unnecessary vector construction in IFile's Write() functionLioncash2018-07-191-2/+3
| * | fsp_srv: Remove unnecessary std::vector construction in IDirectory's Read() functionLioncash2018-07-191-10/+8
| * | fsp_srv: Make IStorage constructor explicitLioncash2018-07-191-1/+1
| * | fsp_srv: Add missing includesLioncash2018-07-191-0/+5
| * | fsp_srv: Resolve sign-mismatch warnings in assertion comparisonsLioncash2018-07-191-3/+3
| * | fsp_srv: Respect write length in Write()Lioncash2018-07-191-4/+5
| |/
* | filesystem: std::move VirtualDir instance in VfsDirectoryServiceWrapper's constructorLioncash2018-07-191-1/+3
* | filesystem: Use std::string's empty() function instead of comparing against a literalLioncash2018-07-191-1/+1
* | filesystem: Remove pragma disabling global optimizationsLioncash2018-07-191-2/+0
|/
* Virtual Filesystem 2: Electric Boogaloo (#676)Zach Hilman2018-07-194-115/+383
* General Filesystem and Save Data Fixes (#670)Zach Hilman2018-07-174-87/+125
* Merge pull request #559 from Subv/mount_savedatabunnei2018-07-121-2/+11
|\
| * Services/FS: Return the correct error code when trying to mount a nonexistent savedata.Subv2018-06-191-2/+11
* | Revert "Virtual Filesystem (#597)"bunnei2018-07-084-404/+70
* | Virtual Filesystem (#597)Zach Hilman2018-07-064-70/+404
* | Update clang formatJames Rowe2018-07-031-2/+2
* | Rename logging macro back to LOG_*James Rowe2018-07-032-28/+28
|/
* Common/string_util: add StringFromBuffer functionmailwl2018-06-071-22/+9
* general: Make formatting of logged hex values more straightforwardLioncash2018-05-022-6/+6
* filesystem: Move logging macros over to new fmt-compatible onesLioncash2018-04-242-30/+29
* Service/FS: implement IFileSystem::RenameFilemailwl2018-04-241-1/+21
* service: Use nested namespace specifiers where applicableLioncash2018-04-203-12/+6
* fsp_srv: Implement DeleteFile.bunnei2018-04-151-1/+15
* fsp_srv: Implement IFile::Flush.bunnei2018-04-151-1/+9
* Various fixes and clangHexagon122018-04-111-12/+5
* Updated fsp-srv with more service names.Hexagon122018-04-101-4/+102
* Fix spelling of InitializeJames Rowe2018-04-072-3/+3
* hle_ipc, fsp_srv: Cleanup logging.bunnei2018-04-011-2/+2
* fsp_srv: Implement GetSize and SetSize.bunnei2018-03-311-2/+21
* Merge pull request #255 from Subv/sd_cardbunnei2018-03-243-2/+106
|\
| * FS: Implemented IFileSystem::CreateDirectory.Subv2018-03-211-0/+15
| * FS: Implemented IFileSystem's OpenDirectory function.Subv2018-03-201-0/+28
| * FS: Added the IDirectory IPC interface and implemented its two functions.Subv2018-03-201-0/+51
| * FS: Implement MountSdCard.Subv2018-03-201-2/+6
| * FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.Subv2018-03-202-0/+6
* | oopsN00byKing2018-03-191-3/+3
* | Clean Warnings (?)N00byKing2018-03-191-3/+3
|/
* FS: Stubbed CreateSaveData. It currently does nothing.Subv2018-03-042-0/+15
* FS: Make EnsureSaveData create the savedata folder when called for the first time.Subv2018-03-042-0/+20
* FS: Implement MountSaveData and some of the IFile interface.Subv2018-03-022-0/+189
* Filesystem: Added a SaveData Factory and associated Disk_FileSystem.Subv2018-03-022-2/+10
* service: Remove remaining uses of BufferDescriptor*.bunnei2018-02-141-3/+1
* fsp_srv: Stub MountSdCard.bunnei2018-02-102-0/+9
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-0/+1
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-9/+9
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-2/+2
* fsp_srv: Various improvements to IStorage:Read implementation.bunnei2018-01-213-48/+72
* filesystem: Implement basic IStorage functionality.David Marcec2018-01-214-0/+252