summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* VFS Regression and Accuracy Fixes (#776)Gravatar Zach Hilman2018-07-232-20/+33
* NRO Assets and NACP file formatGravatar Zach Hilman2018-07-232-0/+123
* vfs: Correct file_p variable usage within InterpretAsDirectory()Gravatar Lioncash2018-07-221-2/+5
* file_util, vfs: Use std::string_view where applicableGravatar Lioncash2018-07-226-89/+150
* file_util: Use a u64 to represent number of entriesGravatar Lioncash2018-07-211-3/+3
* Merge pull request #754 from lioncash/partGravatar bunnei2018-07-212-8/+20
|\
| * vfs_real: Remove redundant copying of std::vector instances in GetFiles() and...Gravatar Lioncash2018-07-201-2/+3
| * partition_filesystem, vfs_real: Add missing standard includesGravatar Lioncash2018-07-202-0/+4
| * partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...Gravatar Lioncash2018-07-202-2/+3
| * partition_filesystem, vfs_real: Use std::distance() instead of subtractionGravatar Lioncash2018-07-202-4/+10
* | Merge pull request #755 from lioncash/ctorGravatar bunnei2018-07-211-8/+8
|\ \
| * | file_sys/errors: Remove redundant object constructor callsGravatar Lioncash2018-07-201-8/+8
| |/
* | vfs_offset: Simplify TrimToFit()Gravatar Lioncash2018-07-201-1/+2
* | vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Gravatar Lioncash2018-07-204-4/+4
* | vfs: Use variable template variants of std::is_trivially_copyableGravatar Lioncash2018-07-201-13/+6
* | vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...Gravatar Lioncash2018-07-201-3/+3
|/
* Merge pull request #737 from lioncash/moveGravatar bunnei2018-07-202-3/+5
|\
| * vfs_offset: std::move file and name parameters of OffsetVfsFileGravatar Lioncash2018-07-202-3/+5
* | partition_filesystem: Return pfs_dirs member variable within GetSubdirectories()Gravatar Lioncash2018-07-191-1/+1
|/
* Merge pull request #703 from lioncash/constGravatar bunnei2018-07-192-2/+2
|\
| * savedata_factory: Make SaveDataDescriptor's DebugInfo() function a const memb...Gravatar Lioncash2018-07-182-2/+2
* | Merge pull request #702 from lioncash/initializeGravatar bunnei2018-07-192-24/+15
|\ \
| * | partition_filesystem: Ensure all class members of PartitionFilesystem are ini...Gravatar Lioncash2018-07-182-24/+15
| |/
* | Merge pull request #701 from lioncash/movingGravatar bunnei2018-07-192-2/+10
|\ \
| * | content_archive: Make IsDirectoryExeFS() take a shared_ptr as a const referenceGravatar Lioncash2018-07-181-1/+1
| * | content_archive: Add missing standard includesGravatar Lioncash2018-07-181-0/+5
| * | content_archive: std::move VirtualFile in NCA's constructorGravatar Lioncash2018-07-181-1/+4
| |/
* / vfs: Deduplicate accumulation code in VfsDirectory's GetSize()Gravatar Lioncash2018-07-181-6/+6
|/
* Virtual Filesystem 2: Electric Boogaloo (#676)Gravatar Zach Hilman2018-07-1830-1211/+1267
* General Filesystem and Save Data Fixes (#670)Gravatar Zach Hilman2018-07-178-106/+123
* FileSys: Append the requested path to the filesystem base path in DeleteFile.Gravatar Subv2018-07-141-2/+4
* Merge pull request #559 from Subv/mount_savedataGravatar bunnei2018-07-111-0/+1
|\
| * Services/FS: Return the correct error code when trying to mount a nonexistent...Gravatar Subv2018-06-181-0/+1
* | savedata_factory: Always create a save directory for games.Gravatar bunnei2018-07-081-0/+9
* | Revert "Virtual Filesystem (#597)"Gravatar bunnei2018-07-0723-1127/+996
* | Virtual Filesystem (#597)Gravatar Zach Hilman2018-07-0623-996/+1127
* | Update clang formatGravatar James Rowe2018-07-023-10/+8
* | Rename logging macro back to LOG_*Gravatar James Rowe2018-07-028-55/+55
* | Add support for decrypted NCA files (#567)Gravatar Zach Hilman2018-06-212-4/+16
* | Build: Fixed some MSVC warnings in various parts of the code.Gravatar Subv2018-06-202-6/+6
|/
* general: Make formatting of logged hex values more straightforwardGravatar Lioncash2018-05-021-9/+9
* file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()Gravatar Lioncash2018-04-251-4/+1
* file-sys: Move logging macros over to the new fmt-capable onesGravatar Lioncash2018-04-258-64/+58
* Service/FS: implement IFileSystem::RenameFileGravatar mailwl2018-04-245-7/+15
* disk_filesystem: Remove unused total_entries_in_directory member from Disk_Di...Gravatar Lioncash2018-04-191-1/+0
* disk_filesystem: Remove redundant initializer in Disk_Directory's constructorGravatar Lioncash2018-04-191-1/+1
* disk_filesystem: Make constructors explicit where applicableGravatar Lioncash2018-04-191-2/+2
* file_sys: Use NGLOGGravatar shinyquagsire232018-04-171-5/+5
* file_sys: tweaksGravatar shinyquagsire232018-04-162-6/+7
* file_sys: Add HFS/PFS helper componentGravatar shinyquagsire232018-04-162-0/+211