index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
fs
/
fs_user.cpp
Age
Commit message (
Expand
)
Author
2017-10-12
Remove lots more 3DS-specific code.
bunnei
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-06
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-05
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-02
Moved whitelist checks from FS_User to the Archive_NCCH handler.
TheKoopaKingdom
2017-06-02
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
Made some changes from review comments:
TheKoopaKingdom
2017-06-02
Added system for handling core errors in citra-qt.
TheKoopaKingdom
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
FileSys: Move all result description to errors.h
Yuri Kunde Schlesner
2016-12-26
IPC helpers example
Lectem
2016-12-14
Merge pull request #2249 from Subv/sessions_v3
Yuri Kunde Schlesner
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-08
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
fs_user: Update function table
Lioncash
2016-11-30
A bit of a redesign.
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-11-30
Set client SDK version to Service APIs
mailwl
2016-10-02
fs: clean up log format
wwylele
2016-10-02
fs: implement DeleteDirectoryRecursively
wwylele
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-07-03
HLE/FS: Document some command parameters and implemented command 0x08560240 (...
Subv
2016-04-23
fs: Fix what appears to be a typo (filename_size / file_size)
Sam Spilsbury
2016-03-20
HLE/FS: Corrected some style concerns.
Subv
2016-03-20
HLE/FS: Implemented GetFormatInfo
Subv
2016-03-20
HLE/FS: FS::CreateFile takes an u64 for the file size.
Subv
2016-03-12
Fix header
pippo2931
2016-03-12
GetArchiveResource stub
pippo2931
2015-12-30
services: Update some function tables
Lioncash
2015-10-27
Implement FS_User::GetFreeBytes
archshift
2015-07-21
Services/Logging: Log more useful information when some operations fail.
Subv
2015-06-01
ExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder.
Subv
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-15
APT/FS: Remove asserts that were causing false positives
purpasmart96
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-04-02
Services: Stubs and minor changes
purpasmart96
2015-03-19
Service/FS: Document and log some unknown values.
Subv
2015-03-14
Services/FS: Implemented DeleteExtSaveData, CreateSystemSaveData and DeleteSy...
Subv
2015-03-03
Services: Moved the PTM and APT services to their own folder
Subv
2015-02-28
Services/FS: Stubbed CardSlotIsInserted to always return false
Subv
2015-02-10
Archives: Made the Format function more generic.
Subv
2015-02-10
Archives: Expose the File and Directory classes to HLE
Subv
2015-02-02
Service: Clean-up Interface
Yuri Kunde Schlesner
2015-02-02
Filesys: Move creation of Handles for File/Directory to service handlers
Yuri Kunde Schlesner
2015-01-24
Services: Stubbed more services.
Subv
2015-01-10
Added Archive ID to fs:USER debug logs involving opening the archive.
archshift
[next]