summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-22core: Remove HLE module, consolidate code & various cleanups.bunnei2-6/+3
2016-12-15FS: fix debug build from #2249wwylele1-11/+9
2016-12-14Fixed the codestyle to match our clang-format rules.Subv3-13/+24
2016-12-09Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.Subv2-4/+4
2016-12-08Added a framework for partially handling Session disconnections.Subv2-0/+4
2016-12-08Use std::move where appropriate.Subv1-2/+2
2016-12-08fs_user: Update function tableLioncash1-0/+2
2016-12-05Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl.Subv2-12/+12
2016-12-01Fixed the rebase mistakes.Subv1-4/+4
2016-12-01A bit of a redesign.Subv3-33/+40
2016-12-01 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv3-15/+18
2016-11-30Set client SDK version to Service APIsmailwl1-10/+14
2016-11-29FileSys: Implement OtherSaveDatawwylele2-0/+11
2016-11-29FS: add missing MediaTypewwylele1-1/+1
2016-11-29FileSys: abstract SD save data archive sourcewwylele1-1/+2
2016-11-19FileSys: rename SaveDataCheck archive to NCCH archivewwylele2-6/+5
2016-11-19FileSys: add SDMCWriteOnlyArchivewwylele1-0/+8
2016-11-01FileSys: make Archive interfaces return error codewwylele1-32/+9
2016-10-02fs: clean up log formatwwylele1-22/+24
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele3-1/+51
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2-2/+2
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot3-8/+2
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2-9/+6
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot3-393/+447
2016-07-04Fix the errorcode of archive handleJamePeng1-10/+14
2016-07-03HLE/FS: Document some command parameters and implemented command 0x08560240 (CreateLegacySystemSaveData)Subv1-11/+42
2016-07-03Service::CFG/FS: add and refactor out utilities for front-endwwylele2-8/+22
2016-05-28Memory: Handle RasterizerCachedMemory and RasterizerCachedSpecial page types in the memory block manipulation functions.Subv1-1/+0
2016-05-28FS/Archive: Remove use of Memory::GetPointerMerryMage1-7/+14
2016-04-23fs: Fix what appears to be a typo (filename_size / file_size)Sam Spilsbury1-1/+1
2016-04-21HWRasterizer: Texture forwardingtfarley1-0/+1
2016-04-05Common: Remove Common::make_unique, use std::make_uniqueMerryMage1-7/+6
2016-03-20HLE/FS: Change the error code returned when an ExtSaveData archive is not found.Subv1-4/+8
2016-03-20HLE/FS: Corrected some style concerns.Subv3-6/+3
2016-03-20HLE/FS: Implemented GetFormatInfoSubv3-46/+124
2016-03-20HLE/FS: Don't return an error when deleting the ExtSaveData if it does not exist.Subv1-1/+1
2016-03-20HLE/FS: Return the proper error codes when opening files.Subv1-3/+4
2016-03-20HLE/FS: Fixed the OpenDirectory error codeSubv1-1/+1
2016-03-20HLE/FS: Return the proper error codes on file Read/Write operations.Subv1-2/+15
2016-03-20HLE/FS: Corrected the error codes for DeleteFileSubv1-4/+1
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv3-5/+5
2016-03-12Fix headerpippo29311-1/+1
2016-03-12GetArchiveResource stubpippo29311-1/+25
2015-12-30services: Update some function tablesLioncash1-89/+107
2015-10-28Implement FS_User::GetFreeBytesarchshift3-1/+42
2015-09-10General: Fix up doxygen commentsLioncash1-1/+1
2015-07-21Services/Logging: Log more useful information when some operations fail.Subv1-4/+8
2015-07-14Archive: Correct a few incorrect types in function signaturesYuri Kunde Schlesner1-1/+1
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2-7/+16
2015-06-02ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Subv3-11/+32
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2-6/+6
2015-05-16APT/FS: Remove asserts that were causing false positivespurpasmart961-3/+5
2015-05-07Common: Remove common.hYuri Kunde Schlesner2-1/+5
2015-05-07FileSys: Clean-up includes, de-inline destructorsYuri Kunde Schlesner2-10/+16
2015-04-03Services: Stubs and minor changespurpasmart961-8/+72
2015-03-19Service/FS: Document and log some unknown values.Subv1-1/+26
2015-03-14Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSystemSaveDataSubv3-24/+164
2015-03-04Services: Moved the PTM and APT services to their own folderSubv3-7/+8
2015-03-01Services/FS: Stubbed CardSlotIsInserted to always return falseSubv1-1/+25
2015-02-26Archives: Properly implemented the SystemSaveData archive.Subv1-0/+4
2015-02-12Build: Fixed some warningsSubv1-4/+4
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-1/+1
2015-02-10Archives: Made the Format function more generic.Subv3-9/+10
2015-02-10Archives: Expose the File and Directory classes to HLESubv3-58/+62
2015-02-10FS: Allow multiple instances of the same archive type to be open at onceYuri Kunde Schlesner2-27/+28
2015-02-10FS: Get rid of completely useless Archive classYuri Kunde Schlesner1-36/+26
2015-02-02FS: Remove use of GetHandleYuri Kunde Schlesner1-1/+1
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner1-1/+1
2015-02-02Filesys: Move creation of Handles for File/Directory to service handlersYuri Kunde Schlesner3-32/+33
2015-01-30archive: Fix initializer list order for the File class.Lioncash1-1/+1
2015-01-30Remove result.h InvalidHandleYuri Kunde Schlesner1-9/+14
2015-01-24Services: Stubbed more services.Subv3-0/+41
2015-01-20core: Fix a few docstringsLioncash1-1/+1
2015-01-10Added Archive ID to fs:USER debug logs involving opening the archive.archshift1-3/+3
2015-01-10Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift1-4/+0
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 stringsSubv2-4/+4
2015-01-04Archives: Changed the way paths are built for the archives.Subv2-10/+15
2015-01-03Archives: Change the folder layout of some archives.Subv1-1/+1
2015-01-03Archives: Reduced duplicate code in RomFS and SaveCheck.Subv2-4/+5
2015-01-03SaveDataCheck: Preliminary work in this archive.Subv2-3/+35
2015-01-03archive: Fix initializer list orderLioncash1-3/+3
2014-12-30Archives: Implemented ExtSaveData and SharedExtSaveDataSubv3-43/+36
2014-12-28Kernel: New handle managerYuri Kunde Schlesner1-4/+6
2014-12-28Rename ObjectPool to HandleTableYuri Kunde Schlesner1-4/+4
2014-12-26More services & small clean upspurpasmart962-10/+0
2014-12-24Stubbed IsSdmcWriteable to always return writeable.archshift1-1/+18
2014-12-21CFG: Implemented the GetConfigInfoBlk2 function.Subv1-9/+0
2014-12-21Added CreateFile to the FS_USER servicearchshift3-1/+47
2014-12-21License changepurpasmart964-4/+4
2014-12-20Common: Add a clone of std::make_uniqueYuri Kunde Schlesner1-6/+7
2014-12-20FS_U: Added the command to the docs of SaveData functionsSubv1-0/+2
2014-12-19SystemSaveData: Fixed a typo that was segfaultingSubv1-1/+1
2014-12-18SaveData: Added some documentation to FormatSaveDataSubv1-2/+29
2014-12-18SaveData: Implemented the SystemSaveData archive.Subv1-0/+9
2014-12-18Filesystem/Archives: Implemented the SaveData archiveSubv3-13/+86
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 Schlesner3-196/+175
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 Schlesner2-5/+5
2014-12-16Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner3-16/+27
2014-12-16HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner4-30/+32
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner4-0/+1038