summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/archive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner2014-12-161-255/+0
* Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner2014-12-161-15/+2
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-4/+8
* Merge pull request #222 from archshift/renamexyzbunnei2014-12-051-0/+16
|\
| * Implemented RenameDirectory in FS:USERarchshift2014-11-251-0/+8
| * Implemented RenameFile in FS:USERarchshift2014-11-251-0/+8
* | Fixed formatting and switch statement warningsvaguilar2014-11-271-0/+2
|/
* Merge pull request #191 from archshift/deletexyzbunnei2014-11-241-0/+14
|\
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.archshift2014-11-231-0/+14
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
|/
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei2014-11-181-3/+3
* FileSys: Added DebugStr method to Path class.bunnei2014-11-181-0/+29
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsarchshift2014-11-131-0/+99
* Added CreateDirectory function to service/fs.cpp, and in Archive.archshift2014-11-021-0/+7
* Core: Add a method to obtain a Directory from an Archive.Emmanuel Gil Peyrot2014-09-171-0/+8
* Core: Add a new File class, obtainable from an Archive, and a stub implementation.Emmanuel Gil Peyrot2014-09-171-0/+20
* Added FS functions to Archive and Archive_RomFSarchshift2014-08-231-2/+17
* FileSys: Added preliminary support for applications reading the RomFS archive.bunnei2014-07-051-0/+54