summaryrefslogtreecommitdiff
path: root/src/core/file_sys
AgeCommit message (Expand)Author
2015-05-08Kernel: Remove g_program_idYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-06Clean-up includesYuri Kunde Schlesner
2015-05-06FileSys: De-inline Path membersYuri Kunde Schlesner
2015-05-06FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner
2015-04-14Headers: Add some forgotten overrides, thanks clang!Emmanuel Gil Peyrot
2015-03-14Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...Subv
2015-02-25Archives: Properly implemented the SystemSaveData archive.Subv
2015-02-10FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner
2015-01-24Services: Stubbed more services.Subv
2015-01-06Merge pull request #376 from Subv/arc_reorderbunnei
2015-01-06Archives/Exdata: Don't set concrete_mount_point in the ctorSubv
2015-01-06Archives: Addressed some commentsSubv
2015-01-05SaveDataCheck: Fixed a typoSubv
2015-01-04Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv
2015-01-03Archives: Changed the way paths are built for the archives.Subv
2015-01-03SaveDataCheck: Move the files to nand/titleSubv
2015-01-03FileSys: Fix crash bug in DiskFile exposed by #400Yuri Kunde Schlesner
2015-01-03FileSys: Fix a few memory leaksYuri Kunde Schlesner
2015-01-02Archives: Change the folder layout of some archives.Subv
2015-01-02IVFCArchive: Use a critical log to notify of invalid operations.Subv
2015-01-02SaveDataCheck: Remove unneeded constructor from a classSubv
2015-01-02Archives: Added some documentation to IVFCArchiveSubv
2015-01-02Archives: Reduced duplicate code in RomFS and SaveCheck.Subv
2015-01-02SaveDataCheck: Preliminary work in this archive.Subv
2014-12-29Archives: Implemented ExtSaveData and SharedExtSaveDataSubv
2014-12-24FileSys: Clean up according to the coding style, and remove redundant namespa...Emmanuel Gil Peyrot
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