aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/file_sys
Commit message (Expand)AuthorAge
* FileSys: Fix crash bug in DiskFile exposed by #400Gravatar Yuri Kunde Schlesner2015-01-03
* FileSys: Fix a few memory leaksGravatar Yuri Kunde Schlesner2015-01-03
* IVFCArchive: Use a critical log to notify of invalid operations.Gravatar Subv2015-01-02
* SaveDataCheck: Remove unneeded constructor from a classGravatar Subv2015-01-02
* Archives: Added some documentation to IVFCArchiveGravatar Subv2015-01-02
* Archives: Reduced duplicate code in RomFS and SaveCheck.Gravatar Subv2015-01-02
* SaveDataCheck: Preliminary work in this archive.Gravatar Subv2015-01-02
* Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-29
* FileSys: Clean up according to the coding style, and remove redundant namespa...Gravatar Emmanuel Gil Peyrot2014-12-24
* CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-21
* Style: Addressed some commentsGravatar Subv2014-12-21
* CFG: Refactored how the config file works.Gravatar Subv2014-12-21
* CFG: Implemented the GetConfigInfoBlk2 function.Gravatar Subv2014-12-21
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\
* \ Merge pull request #271 from archshift/createfGravatar bunnei2014-12-21
|\ \
| * | Added CreateFile to the FS_USER serviceGravatar archshift2014-12-21
| | * License changeGravatar purpasmart962014-12-20
* | | Merge pull request #315 from chinhodado/masterGravatar bunnei2014-12-20
|\ \ \ | |/ / |/| |
| * | Clean up some warningsGravatar Chin2014-12-20
| |/
* / Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-12-20
|/
* SystemSaveData: Added a TODO to move it to the NAND.Gravatar Subv2014-12-18
* SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-17
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-17
* FS.Archive: Clean up treatment of archives and their handlesGravatar Yuri Kunde Schlesner2014-12-16
* Service.FS: Rename FileSys::File to FileBackendGravatar Yuri Kunde Schlesner2014-12-16
* Service.FS: Rename FileSys::Directory to DirectoryBackendGravatar Yuri Kunde Schlesner2014-12-16
* Service.FS: Rename FileSys::Archive to ArchiveBackendGravatar Yuri Kunde Schlesner2014-12-16
* Service.FS: Do archive registration using IdCode instead of nameGravatar Yuri Kunde Schlesner2014-12-16
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* Merge pull request #264 from Subv/filesGravatar bunnei2014-12-08
|\
| * Kernel/File: Fixed file read/write hwtestsGravatar Subv2014-12-08
* | Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-07
|/
* Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-04
|\
| * Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-03
* | Fixed formatting and switch statement warningsGravatar vaguilar2014-11-27
| * Implemented RenameDirectory in FS:USERGravatar archshift2014-11-24
| * Implemented RenameFile in FS:USERGravatar archshift2014-11-24
|/
* Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-23
|\
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-23
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* | Merge pull request #209 from lioncash/warnGravatar Tony Wasserka2014-11-18
|\ \
| * | directory_sdmc: Fix a signed/unsigned mismatch comparisonGravatar Lioncash2014-11-18
| |/
* / Remove extraneous semicolonsGravatar Lioncash2014-11-18
|/
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-17
* FileSys: Added DebugStr method to Path class.Gravatar bunnei2014-11-17
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-12
* Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-02
* Fix some warningsGravatar Sean2014-10-29
* Use config files to store whether SDMC is enabled or notGravatar archshift2014-10-22
* Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot2014-10-06