summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs/fs_user.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-19ResultVal: Remove MoveFrom()Yuri Kunde Schlesner1-3/+3
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner1-0/+3
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner1-16/+17
2017-06-06HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner1-0/+1
2017-06-03Moved whitelist checks from FS_User to the Archive_NCCH handler.TheKoopaKingdom1-52/+2
2017-06-03Created a whitelist of system archives to prevent false positives creating dialogs.TheKoopaKingdom1-4/+51
2017-06-03Made some changes from review comments:TheKoopaKingdom1-4/+3
2017-06-03Added system for handling core errors in citra-qt.TheKoopaKingdom1-0/+5
2017-05-25Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner1-3/+1
2017-05-25FileSys: Move all result description to errors.hYuri Kunde Schlesner1-3/+2
2016-12-26IPC helpers exampleLectem1-12/+15
2016-12-14Fixed the codestyle to match our clang-format rules.Subv1-6/+15
2016-12-08Added a framework for partially handling Session disconnections.Subv1-0/+3
2016-12-08fs_user: Update function tableLioncash1-0/+2
2016-12-01A bit of a redesign.Subv1-6/+12
2016-12-01 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv1-4/+5
2016-11-30Set client SDK version to Service APIsmailwl1-10/+14
2016-10-02fs: clean up log formatwwylele1-22/+24
2016-10-02fs: implement DeleteDirectoryRecursivelywwylele1-1/+30
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-1/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-180/+206
2016-07-03HLE/FS: Document some command parameters and implemented command 0x08560240 (CreateLegacySystemSaveData)Subv1-11/+42
2016-04-23fs: Fix what appears to be a typo (filename_size / file_size)Sam Spilsbury1-1/+1
2016-03-20HLE/FS: Corrected some style concerns.Subv1-1/+1
2016-03-20HLE/FS: Implemented GetFormatInfoSubv1-18/+89
2016-03-20HLE/FS: FS::CreateFile takes an u64 for the file size.Subv1-3/+3
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::GetFreeBytesarchshift1-1/+28
2015-07-21Services/Logging: Log more useful information when some operations fail.Subv1-4/+8
2015-06-02ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.Subv1-7/+9
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-3/+3
2015-05-16APT/FS: Remove asserts that were causing false positivespurpasmart961-3/+5
2015-05-07Common: Remove common.hYuri Kunde Schlesner1-1/+4
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 DeleteSystemSaveDataSubv1-8/+72
2015-03-04Services: Moved the PTM and APT services to their own folderSubv1-2/+2
2015-03-01Services/FS: Stubbed CardSlotIsInserted to always return falseSubv1-1/+25
2015-02-10Archives: Made the Format function more generic.Subv1-2/+2
2015-02-10Archives: Expose the File and Directory classes to HLESubv1-3/+3
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner1-1/+1
2015-02-02Filesys: Move creation of Handles for File/Directory to service handlersYuri Kunde Schlesner1-12/+15
2015-01-24Services: Stubbed more services.Subv1-0/+11
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
2014-12-30Archives: Implemented ExtSaveData and SharedExtSaveDataSubv1-15/+2
2014-12-26More services & small clean upspurpasmart961-3/+0
2014-12-24Stubbed IsSdmcWriteable to always return writeable.archshift1-1/+18
2014-12-21Added CreateFile to the FS_USER servicearchshift1-1/+30
2014-12-21License changepurpasmart961-1/+1
2014-12-20FS_U: Added the command to the docs of SaveData functionsSubv1-0/+2
2014-12-18SaveData: Added some documentation to FormatSaveDataSubv1-2/+29
2014-12-18Filesystem/Archives: Implemented the SaveData archiveSubv1-7/+35
2014-12-16FS.Archive: Clean up treatment of archives and their handlesYuri Kunde Schlesner1-34/+59
2014-12-16Service.FS: Do archive registration using IdCode instead of nameYuri Kunde Schlesner1-2/+2
2014-12-16HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner1-15/+17
2014-12-16HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner1-3/+2
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner1-11/+11
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner1-36/+18
2014-12-04Updated archive.cpp functions for proper error handlingarchshift1-5/+5
2014-11-27Fixed formatting and switch statement warningsvaguilar1-3/+3
2014-11-25Implemented RenameDirectory in FS:USERarchshift1-1/+43
2014-11-25Implemented RenameFile in FS:USERarchshift1-1/+43
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-37/+29
2014-11-23Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.archshift1-25/+67
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-11-18core: Mark some hle functions as staticLioncash1-7/+7
2014-11-18FS_User: Support FileSye::Path in a more generic way.bunnei1-42/+65
2014-11-18FileSys: Updated backend code to use FileSys::Path instead of string for paths.bunnei1-4/+4
2014-11-13Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsarchshift1-109/+40
2014-11-10Add support for UTF-16 strings for LowPaths in FS:USERarchshift1-86/+153
2014-11-02Added CreateDirectory function to service/fs.cpp, and in Archive.archshift1-2/+38
2014-10-30FS:USER - Implemented IsSdmcDetectedarchshift1-1/+17
2014-10-29Renamed souce files of services to match port namesGareth Poole1-1/+1
2014-10-25Don’t fail on empty filename in OpenFileDirectly, return the archive handle insteadEmmanuel Gil Peyrot1-8/+7
2014-09-17FS: Implement OpenArchive, OpenDirectory, OpenFile and OpenFileDirectly calls.Emmanuel Gil Peyrot1-20/+177
2014-09-09core: Prune redundant includesarchshift1-2/+0
2014-07-05FileSys: Added preliminary support for applications reading the RomFS archive.bunnei1-3/+30
2014-06-27FS: Added stubbed code to intercept and decode file system service functions.bunnei1-0/+121