summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs/archive.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner2017-06-061-1/+1
* HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner2017-06-061-3/+3
* loader: use self NCCH archivewwylele2017-02-131-1/+1
* Address clang-format issues.bunnei2016-12-221-2/+2
* core: Remove HLE module, consolidate code & various cleanups.bunnei2016-12-221-2/+2
* Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner2016-12-151-14/+18
|\
| * Fixed the codestyle to match our clang-format rules.Subv2016-12-141-3/+3
| * Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.Subv2016-12-091-2/+2
| * Use std::move where appropriate.Subv2016-12-081-2/+2
| * Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl.Subv2016-12-051-4/+6
| * A bit of a redesign.Subv2016-12-011-10/+10
| * Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-5/+7
* | FileSys: Implement OtherSaveDatawwylele2016-11-291-0/+2
* | FS: add missing MediaTypewwylele2016-11-291-1/+1
|/
* FileSys: rename SaveDataCheck archive to NCCH archivewwylele2016-11-191-1/+1
* fs: implement DeleteDirectoryRecursivelywwylele2016-10-021-0/+9
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-27/+38
* Service::CFG/FS: add and refactor out utilities for front-endwwylele2016-07-031-0/+6
* HLE/FS: Corrected some style concerns.Subv2016-03-201-1/+1
* HLE/FS: Implemented GetFormatInfoSubv2016-03-201-2/+13
* HLE/FS: FS::CreateFile takes an u64 for the file size.Subv2016-03-201-1/+1
* Implement FS_User::GetFreeBytesarchshift2015-10-281-0/+7
* General: Fix up doxygen commentsLioncash2015-09-101-1/+1
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-5/+8
* ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Subv2015-06-021-1/+3
* FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner2015-05-071-10/+6
* Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveDataSubv2015-03-141-1/+33
* Archives: Made the Format function more generic.Subv2015-02-101-2/+5
* Archives: Expose the File and Directory classes to HLESubv2015-02-101-2/+32
* FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner2015-02-101-2/+2
* Filesys: Move creation of Handles for File/Directory to service handlersYuri Kunde Schlesner2015-02-021-4/+10
* Services: Stubbed more services.Subv2015-01-241-0/+8
* core: Fix a few docstringsLioncash2015-01-201-1/+1
* Archives: Make SYSTEM_ID and SDCARD_ID stringsSubv2015-01-041-2/+2
* Archives: Changed the way paths are built for the archives.Subv2015-01-041-0/+5
* Archives: Reduced duplicate code in RomFS and SaveCheck.Subv2015-01-031-1/+1
* SaveDataCheck: Preliminary work in this archive.Subv2015-01-031-0/+1
* Archives: Implemented ExtSaveData and SharedExtSaveDataSubv2014-12-301-1/+2
* Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\
| * License changepurpasmart962014-12-211-1/+1
* | Added CreateFile to the FS_USER servicearchshift2014-12-211-0/+9
|/
* Filesystem/Archives: Implemented the SaveData archiveSubv2014-12-181-0/+6
* FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner2014-12-161-12/+14
* Service.FS: Rename FileSys::Archive to ArchiveBackendYuri Kunde Schlesner2014-12-161-2/+2
* Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner2014-12-161-4/+15
* HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner2014-12-161-5/+4
* HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner2014-12-161-0/+107