aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/fs/archive.cpp
Commit message (Expand)AuthorAge
* Archive: Correct a few incorrect types in function signaturesGravatar Yuri Kunde Schlesner2015-07-13
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Gravatar Subv2015-06-01
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* FileSys: Clean-up includes, de-inline destructorsGravatar Yuri Kunde Schlesner2015-05-06
* Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...Gravatar Subv2015-03-14
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-03
* Archives: Properly implemented the SystemSaveData archive.Gravatar Subv2015-02-25
* Build: Fixed some warningsGravatar Subv2015-02-12
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
* Archives: Made the Format function more generic.Gravatar Subv2015-02-10
* Archives: Expose the File and Directory classes to HLEGravatar Subv2015-02-10
* FS: Allow multiple instances of the same archive type to be open at onceGravatar Yuri Kunde Schlesner2015-02-10
* FS: Get rid of completely useless Archive classGravatar Yuri Kunde Schlesner2015-02-10
* FS: Remove use of GetHandleGravatar Yuri Kunde Schlesner2015-02-02
* Filesys: Move creation of Handles for File/Directory to service handlersGravatar Yuri Kunde Schlesner2015-02-02
* archive: Fix initializer list order for the File class.Gravatar Lioncash2015-01-30
* Remove result.h InvalidHandleGravatar Yuri Kunde Schlesner2015-01-30
* Services: Stubbed more services.Gravatar Subv2015-01-24
* Archives: Changed the unimplemented archives comment.Gravatar Subv2015-01-06
* Archives: Addressed some commentsGravatar Subv2015-01-06
* Archives: Make SYSTEM_ID and SDCARD_ID stringsGravatar Subv2015-01-04
* Archives: Changed the way paths are built for the archives.Gravatar Subv2015-01-03
* Archives: Change the folder layout of some archives.Gravatar 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
* archive: Fix initializer list orderGravatar Lioncash2015-01-02
* Archives: Implemented ExtSaveData and SharedExtSaveDataGravatar Subv2014-12-29
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-28
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* CFG: Implemented the GetConfigInfoBlk2 function.Gravatar Subv2014-12-21
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\
* | Added CreateFile to the FS_USER serviceGravatar archshift2014-12-21
| * License changeGravatar purpasmart962014-12-20
* | Common: Add a clone of std::make_uniqueGravatar Yuri Kunde Schlesner2014-12-20
|/
* SystemSaveData: Fixed a typo that was segfaultingGravatar Subv2014-12-18
* SaveData: Implemented the SystemSaveData archive.Gravatar Subv2014-12-17
* Filesystem/Archives: Implemented the SaveData archiveGravatar Subv2014-12-17
* Work around libstdc++'s lack of support for std::hash on enumsGravatar Yuri Kunde Schlesner2014-12-16
* 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
* HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-16
* HLE: Move kernel/archive.* to service/fs/Gravatar Yuri Kunde Schlesner2014-12-16