summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #376 from Subv/arc_reorderGravatar bunnei2015-01-067-16/+50
|\
| * Archives/Exdata: Don't set concrete_mount_point in the ctorGravatar Subv2015-01-061-1/+1
| * Archives: Addressed some commentsGravatar Subv2015-01-064-13/+13
| * SaveDataCheck: Fixed a typoGravatar Subv2015-01-051-1/+1
| * Archives: Make SYSTEM_ID and SDCARD_ID stringsGravatar Subv2015-01-044-5/+7
| * Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-036-12/+44
| * SaveDataCheck: Move the files to nand/titleGravatar Subv2015-01-031-1/+2
| * Archives: Change the folder layout of some archives.Gravatar Subv2015-01-021-2/+1
* | FileSys: Fix crash bug in DiskFile exposed by #400Gravatar Yuri Kunde Schlesner2015-01-031-4/+0
* | FileSys: Fix a few memory leaksGravatar Yuri Kunde Schlesner2015-01-032-6/+7
|/
* IVFCArchive: Use a critical log to notify of invalid operations.Gravatar Subv2015-01-021-9/+9
* SaveDataCheck: Remove unneeded constructor from a classGravatar Subv2015-01-021-2/+0
* Archives: Added some documentation to IVFCArchiveGravatar Subv2015-01-021-0/+5
* Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-0211-333/+229
* SaveDataCheck: Preliminary work in this archive.Gravatar Subv2015-01-022-4/+28
* Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-298-15/+168
* FileSys: Clean up according to the coding style, and remove redundant namespa...Gravatar Emmanuel Gil Peyrot2014-12-249-169/+97
* CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-211-0/+1
* Style: Addressed some commentsGravatar Subv2014-12-211-2/+7
* CFG: Refactored how the config file works.Gravatar Subv2014-12-211-1/+1
* CFG: Implemented the GetConfigInfoBlk2 function.Gravatar Subv2014-12-213-3/+9
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-2117-17/+17
|\
| * License changeGravatar purpasmart962014-12-2017-17/+17
* | Merge pull request #271 from archshift/createfGravatar bunnei2014-12-215-0/+44
|\ \
| * | Added CreateFile to the FS_USER serviceGravatar archshift2014-12-215-0/+44
* | | Merge pull request #315 from chinhodado/masterGravatar bunnei2014-12-201-1/+10
|\ \ \ | |/ / |/| |
| * | Clean up some warningsGravatar Chin2014-12-201-1/+10
| |/
* / Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-12-201-2/+3
|/
* SystemSaveData: Added a TODO to move it to the NAND.Gravatar Subv2014-12-181-1/+3
* SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-173-2/+65
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-1712-473/+344
* FS.Archive: Clean up treatment of archives and their handlesGravatar Yuri Kunde Schlesner2014-12-167-190/+21
* Service.FS: Rename FileSys::File to FileBackendGravatar Yuri Kunde Schlesner2014-12-168-15/+15
* Service.FS: Rename FileSys::Directory to DirectoryBackendGravatar Yuri Kunde Schlesner2014-12-168-15/+15
* Service.FS: Rename FileSys::Archive to ArchiveBackendGravatar Yuri Kunde Schlesner2014-12-163-6/+6
* Service.FS: Do archive registration using IdCode instead of nameGravatar Yuri Kunde Schlesner2014-12-163-25/+4
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-135-24/+28
* Merge pull request #264 from Subv/filesGravatar bunnei2014-12-081-3/+6
|\
| * Kernel/File: Fixed file read/write hwtestsGravatar Subv2014-12-081-3/+6
* | Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-076-3/+35
|/
* Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-045-0/+66
|\
| * Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-032-24/+0
| * Implemented RenameDirectory in FS:USERGravatar archshift2014-11-245-0/+45
| * Implemented RenameFile in FS:USERGravatar archshift2014-11-245-0/+45
* | Fixed formatting and switch statement warningsGravatar vaguilar2014-11-272-1/+3
|/
* Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-235-0/+80
|\
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-235-0/+80
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-192-2/+2
* | Merge pull request #209 from lioncash/warnGravatar Tony Wasserka2014-11-181-1/+1
|\ \
| * | directory_sdmc: Fix a signed/unsigned mismatch comparisonGravatar Lioncash2014-11-181-1/+1
| |/