summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2014-12-21CFG: Create a new subfolder cfg inside service to handle cfgSubv
2014-12-21Style: Addressed some commentsSubv
2014-12-21CFG: Refactored how the config file works.Subv
2014-12-21CFG: Implemented the GetConfigInfoBlk2 function.Subv
2014-12-21Merge pull request #291 from purpasmart96/licensebunnei
2014-12-21Merge pull request #271 from archshift/createfbunnei
2014-12-21Added CreateFile to the FS_USER servicearchshift
2014-12-20License changepurpasmart96
2014-12-20Merge pull request #315 from chinhodado/masterbunnei
2014-12-20Clean up some warningsChin
2014-12-20Common: Add a clone of std::make_uniqueYuri Kunde Schlesner
2014-12-18SystemSaveData: Added a TODO to move it to the NAND.Subv
2014-12-17SaveData: Implemented the SystemSaveData archive.Subv
2014-12-17Filesystem/Archives: Implemented the SaveData archiveSubv
2014-12-16FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner
2014-12-16Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner
2014-12-16Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner
2014-12-16Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner
2014-12-16Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-12-08Merge pull request #264 from Subv/filesbunnei
2014-12-08Kernel/File: Fixed file read/write hwtestsSubv
2014-12-07Make OpenDirectory fail if the directory doesn't existarchshift
2014-12-04Merge pull request #222 from archshift/renamexyzbunnei
2014-12-03Updated archive.cpp functions for proper error handlingarchshift
2014-11-27Fixed formatting and switch statement warningsvaguilar
2014-11-24Implemented RenameDirectory in FS:USERarchshift
2014-11-24Implemented RenameFile in FS:USERarchshift
2014-11-23Merge pull request #191 from archshift/deletexyzbunnei
2014-11-23Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.archshift
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-11-18Merge pull request #209 from lioncash/warnTony Wasserka
2014-11-18directory_sdmc: Fix a signed/unsigned mismatch comparisonLioncash
2014-11-18Remove extraneous semicolonsLioncash
2014-11-17FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei
2014-11-17FileSys: Added DebugStr method to Path class.bunnei
2014-11-12Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsarchshift
2014-11-02Added CreateDirectory function to service/fs.cpp, and in Archive.archshift
2014-10-29Fix some warningsSean
2014-10-22Use config files to store whether SDMC is enabled or notarchshift
2014-10-06Common: Add a helper function to generate a 8.3 filename from a long one.Emmanuel Gil Peyrot
2014-10-06FileSys: Add static asserts for the Directory struct, and fix its fields posi...Emmanuel Gil Peyrot
2014-10-06FileSys: split the constructor into an Open method, in order to notify the op...Emmanuel Gil Peyrot
2014-10-06FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot
2014-10-06FileSys: Add forgotten docstrings.Emmanuel Gil Peyrot
2014-09-28Fix warnings in core and commonLioncash
2014-09-17Core: Add a method to obtain a Directory from an Archive.Emmanuel Gil Peyrot
2014-09-17Core: Add a Directory object, with both a stub and a passthrough implementati...Emmanuel Gil Peyrot
2014-09-17Core: Add a passthrough backend for the filesystem, exposed as SDMC.Emmanuel Gil Peyrot
2014-09-17Core: Add a new File class, obtainable from an Archive, and a stub implementa...Emmanuel Gil Peyrot