summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs/archive.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-06Archives: Changed the unimplemented archives comment.Subv1-1/+1
2015-01-06Archives: Addressed some commentsSubv1-2/+2
2015-01-04Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv1-2/+2
2015-01-04Archives: Changed the way paths are built for the archives.Subv1-10/+10
2015-01-03Archives: Change the folder layout of some archives.Subv1-1/+1
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv1-3/+4
2015-01-03SaveDataCheck: Preliminary work in this archive.Subv1-3/+34
2015-01-03archive: Fix initializer list orderLioncash1-3/+3
2014-12-30Archives: Implemented ExtSaveData and SharedExtSaveDataSubv1-27/+32
2014-12-28Kernel: New handle managerYuri Kunde Schlesner1-4/+6
2014-12-28Rename ObjectPool to HandleTableYuri Kunde Schlesner1-4/+4
2014-12-21CFG: Implemented the GetConfigInfoBlk2 function.Subv1-9/+0
2014-12-21Added CreateFile to the FS_USER servicearchshift1-0/+8
2014-12-21License changepurpasmart961-1/+1
2014-12-20Common: Add a clone of std::make_uniqueYuri Kunde Schlesner1-6/+7
2014-12-19SystemSaveData: Fixed a typo that was segfaultingSubv1-1/+1
2014-12-18SaveData: Implemented the SystemSaveData archive.Subv1-0/+9
2014-12-18Filesystem/Archives: Implemented the SaveData archiveSubv1-6/+45
2014-12-16Work around libstdc++'s lack of support for std::hash on enumsYuri Kunde Schlesner1-0/+15
2014-12-16FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner1-150/+102
2014-12-16Service.FS: Rename FileSys::File to FileBackendYuri Kunde Schlesner1-1/+1
2014-12-16Service.FS: Rename FileSys::Directory to DirectoryBackendYuri Kunde Schlesner1-2/+2
2014-12-16Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner1-3/+3
2014-12-16Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner1-10/+10
2014-12-16HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner1-5/+4
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner1-1/+1
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner1-24/+15
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-34/+16
2014-12-07Make OpenDirectory fail if the directory doesn't existarchshift1-0/+5
2014-12-04Updated archive.cpp functions for proper error handlingarchshift1-58/+29
2014-11-25Implemented RenameDirectory in FS:USERarchshift1-0/+24
2014-11-25Implemented RenameFile in FS:USERarchshift1-0/+24
2014-11-24Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner1-31/+0
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-82/+65
2014-11-23Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.archshift1-1/+31
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-3/+3
2014-11-18Archive: Fixed to not destroy archive handle on close.bunnei1-3/+3
2014-11-18Archive: Fixed close archive before freeing.bunnei1-1/+1
2014-11-18FS_User: Support FileSye::Path in a more generic way.bunnei1-0/+11
2014-11-18FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei1-7/+7
2014-11-02Added CreateDirectory function to service/fs.cpp, and in Archive.archshift1-0/+15
2014-10-30Fix some warningsSean1-3/+3
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner1-15/+15
2014-10-06FileSys: split the constructor into an Open method, in order to notify the opener something went wrong.Emmanuel Gil Peyrot1-0/+3
2014-10-06FileSys/Kernel: Implement SetSize service call for File objects.Emmanuel Gil Peyrot1-0/+8
2014-09-21Use the citra user path for the sdmc directoryarchshift1-2/+1
2014-09-17Kernel: Implement the Close command for Archive, File and Directory.Emmanuel Gil Peyrot1-0/+36
2014-09-17Kernel: Add a Directory object and a getter for it from an Archive object.Emmanuel Gil Peyrot1-0/+82
2014-09-17Kernel: Add a File object and a getter for it from an Archive object.Emmanuel Gil Peyrot1-0/+109
2014-09-09core: Prune redundant includesarchshift1-1/+0
2014-08-23Added FS functions to Archive and Archive_RomFSarchshift1-3/+31
2014-08-18Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash1-3/+3
2014-07-05Archive: Added Init/Shutdown methods to reset kernel archive state.bunnei1-0/+10
2014-07-05FileSys: Added preliminary support for applications reading the RomFS archive.bunnei1-6/+92
2014-06-27Kernel: Added stubbed code to support creation of kernel Archive objects.bunnei1-0/+61