index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
Age
Commit message (
Expand
)
Author
2014-12-21
CFG: Create a new subfolder cfg inside service to handle cfg
Subv
2014-12-21
Style: Addressed some comments
Subv
2014-12-21
CFG: Refactored how the config file works.
Subv
2014-12-21
CFG: Implemented the GetConfigInfoBlk2 function.
Subv
2014-12-21
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
Merge pull request #271 from archshift/createf
bunnei
2014-12-21
Added CreateFile to the FS_USER service
archshift
2014-12-20
License change
purpasmart96
2014-12-20
Merge pull request #315 from chinhodado/master
bunnei
2014-12-20
Clean up some warnings
Chin
2014-12-20
Common: Add a clone of std::make_unique
Yuri Kunde Schlesner
2014-12-18
SystemSaveData: Added a TODO to move it to the NAND.
Subv
2014-12-17
SaveData: Implemented the SystemSaveData archive.
Subv
2014-12-17
Filesystem/Archives: Implemented the SaveData archive
Subv
2014-12-16
FS.Archive: Clean up treatment of archives and their handles
Yuri Kunde Schlesner
2014-12-16
Service.FS: Rename FileSys::File to FileBackend
Yuri Kunde Schlesner
2014-12-16
Service.FS: Rename FileSys::Directory to DirectoryBackend
Yuri Kunde Schlesner
2014-12-16
Service.FS: Rename FileSys::Archive to ArchiveBackend
Yuri Kunde Schlesner
2014-12-16
Service.FS: Do archive registration using IdCode instead of name
Yuri Kunde Schlesner
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-08
Merge pull request #264 from Subv/files
bunnei
2014-12-08
Kernel/File: Fixed file read/write hwtests
Subv
2014-12-07
Make OpenDirectory fail if the directory doesn't exist
archshift
2014-12-04
Merge pull request #222 from archshift/renamexyz
bunnei
2014-12-03
Updated archive.cpp functions for proper error handling
archshift
2014-11-27
Fixed formatting and switch statement warnings
vaguilar
2014-11-24
Implemented RenameDirectory in FS:USER
archshift
2014-11-24
Implemented RenameFile in FS:USER
archshift
2014-11-23
Merge pull request #191 from archshift/deletexyz
bunnei
2014-11-23
Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.
archshift
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...
Emmanuel Gil Peyrot
2014-11-18
Merge pull request #209 from lioncash/warn
Tony Wasserka
2014-11-18
directory_sdmc: Fix a signed/unsigned mismatch comparison
Lioncash
2014-11-18
Remove extraneous semicolons
Lioncash
2014-11-17
FileSys: Updated backend code to use FileSys::Path instead of string for paths.
bunnei
2014-11-17
FileSys: Added DebugStr method to Path class.
bunnei
2014-11-12
Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions
archshift
2014-11-02
Added CreateDirectory function to service/fs.cpp, and in Archive.
archshift
2014-10-29
Fix some warnings
Sean
2014-10-22
Use config files to store whether SDMC is enabled or not
archshift
2014-10-06
Common: Add a helper function to generate a 8.3 filename from a long one.
Emmanuel Gil Peyrot
2014-10-06
FileSys: Add static asserts for the Directory struct, and fix its fields posi...
Emmanuel Gil Peyrot
2014-10-06
FileSys: split the constructor into an Open method, in order to notify the op...
Emmanuel Gil Peyrot
2014-10-06
FileSys/Kernel: Implement SetSize service call for File objects.
Emmanuel Gil Peyrot
2014-10-06
FileSys: Add forgotten docstrings.
Emmanuel Gil Peyrot
2014-09-28
Fix warnings in core and common
Lioncash
2014-09-17
Core: Add a method to obtain a Directory from an Archive.
Emmanuel Gil Peyrot
2014-09-17
Core: Add a Directory object, with both a stub and a passthrough implementati...
Emmanuel Gil Peyrot
2014-09-17
Core: Add a passthrough backend for the filesystem, exposed as SDMC.
Emmanuel Gil Peyrot
2014-09-17
Core: Add a new File class, obtainable from an Archive, and a stub implementa...
Emmanuel Gil Peyrot
[next]