summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* / Remove extraneous semicolonsGravatar Lioncash2014-11-183-3/+3
|/
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-179-24/+24
* FileSys: Added DebugStr method to Path class.Gravatar bunnei2014-11-171-0/+29
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-121-0/+99
* Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-025-0/+40
* Fix some warningsGravatar Sean2014-10-292-2/+2
* Use config files to store whether SDMC is enabled or notGravatar archshift2014-10-221-2/+8
* Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot2014-10-063-29/+27
* FileSys: Add static asserts for the Directory struct, and fix its fields posi...Gravatar Emmanuel Gil Peyrot2014-10-061-2/+8
* FileSys: split the constructor into an Open method, in order to notify the op...Gravatar Emmanuel Gil Peyrot2014-10-066-14/+54
* FileSys/Kernel: Implement SetSize service call for File objects.Gravatar Emmanuel Gil Peyrot2014-10-065-0/+41
* FileSys: Add forgotten docstrings.Gravatar Emmanuel Gil Peyrot2014-10-067-4/+35
* Fix warnings in core and commonGravatar Lioncash2014-09-281-1/+1
* Core: Add a method to obtain a Directory from an Archive.Gravatar Emmanuel Gil Peyrot2014-09-175-0/+44