aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/fs/fs_user.cpp
AgeCommit message (Expand)Author
2017-10-12Remove lots more 3DS-specific code.bunnei
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner
2017-06-05HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner
2017-06-02Moved whitelist checks from FS_User to the Archive_NCCH handler.TheKoopaKingdom
2017-06-02Created a whitelist of system archives to prevent false positives creating di...TheKoopaKingdom
2017-06-02Made some changes from review comments:TheKoopaKingdom
2017-06-02Added system for handling core errors in citra-qt.TheKoopaKingdom
2017-05-24Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner
2017-05-24FileSys: Move all result description to errors.hYuri Kunde Schlesner
2016-12-26IPC helpers exampleLectem
2016-12-14Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-08Added a framework for partially handling Session disconnections.Subv
2016-12-08fs_user: Update function tableLioncash
2016-11-30A bit of a redesign.Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv
2016-11-30Set client SDK version to Service APIsmailwl
2016-10-02fs: clean up log formatwwylele
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-07-03HLE/FS: Document some command parameters and implemented command 0x08560240 (...Subv
2016-04-23fs: Fix what appears to be a typo (filename_size / file_size)Sam Spilsbury
2016-03-20HLE/FS: Corrected some style concerns.Subv
2016-03-20HLE/FS: Implemented GetFormatInfoSubv
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv
2016-03-12Fix headerpippo2931
2016-03-12GetArchiveResource stubpippo2931
2015-12-30services: Update some function tablesLioncash
2015-10-27Implement FS_User::GetFreeBytesarchshift
2015-07-21Services/Logging: Log more useful information when some operations fail.Subv
2015-06-01ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Subv
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-15APT/FS: Remove asserts that were causing false positivespurpasmart96
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-04-02Services: Stubs and minor changespurpasmart96
2015-03-19Service/FS: Document and log some unknown values.Subv
2015-03-14Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...Subv
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-02-28Services/FS: Stubbed CardSlotIsInserted to always return falseSubv
2015-02-10Archives: Made the Format function more generic.Subv
2015-02-10Archives: Expose the File and Directory classes to HLESubv
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner
2015-02-02Filesys: Move creation of Handles for File/Directory to service handlersYuri Kunde Schlesner
2015-01-24Services: Stubbed more services.Subv
2015-01-10Added Archive ID to fs:USER debug logs involving opening the archive.archshift