summaryrefslogtreecommitdiff
path: root/src/core/file_sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-135-24/+28
* Merge pull request #264 from Subv/filesGravatar bunnei2014-12-081-3/+6
|\
| * Kernel/File: Fixed file read/write hwtestsGravatar Subv2014-12-081-3/+6
* | Make OpenDirectory fail if the directory doesn't existGravatar archshift2014-12-076-3/+35
|/
* Merge pull request #222 from archshift/renamexyzGravatar bunnei2014-12-045-0/+66
|\
| * Updated archive.cpp functions for proper error handlingGravatar archshift2014-12-032-24/+0
| * Implemented RenameDirectory in FS:USERGravatar archshift2014-11-245-0/+45
| * Implemented RenameFile in FS:USERGravatar archshift2014-11-245-0/+45
* | Fixed formatting and switch statement warningsGravatar vaguilar2014-11-272-1/+3
|/
* Merge pull request #191 from archshift/deletexyzGravatar bunnei2014-11-235-0/+80
|\
| * Added DeleteFile and DeleteDirectory functions to FS:USER and the archives.Gravatar archshift2014-11-235-0/+80
* | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-192-2/+2
* | Merge pull request #209 from lioncash/warnGravatar Tony Wasserka2014-11-181-1/+1
|\ \
| * | directory_sdmc: Fix a signed/unsigned mismatch comparisonGravatar Lioncash2014-11-181-1/+1
| |/
* / Remove extraneous semicolonsGravatar Lioncash2014-11-183-3/+3
|/
* FileSys: Updated backend code to use FileSys::Path instead of string for paths.Gravatar bunnei2014-11-179-24/+24
* FileSys: Added DebugStr method to Path class.Gravatar bunnei2014-11-171-0/+29
* Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functionsGravatar archshift2014-11-121-0/+99
* Added CreateDirectory function to service/fs.cpp, and in Archive.Gravatar archshift2014-11-025-0/+40
* Fix some warningsGravatar Sean2014-10-292-2/+2
* Use config files to store whether SDMC is enabled or notGravatar archshift2014-10-221-2/+8
* Common: Add a helper function to generate a 8.3 filename from a long one.Gravatar Emmanuel Gil Peyrot2014-10-063-29/+27
* FileSys: Add static asserts for the Directory struct, and fix its fields posi...Gravatar Emmanuel Gil Peyrot2014-10-061-2/+8
* FileSys: split the constructor into an Open method, in order to notify the op...Gravatar Emmanuel Gil Peyrot2014-10-066-14/+54
* FileSys/Kernel: Implement SetSize service call for File objects.Gravatar Emmanuel Gil Peyrot2014-10-065-0/+41
* FileSys: Add forgotten docstrings.Gravatar Emmanuel Gil Peyrot2014-10-067-4/+35
* Fix warnings in core and commonGravatar Lioncash2014-09-281-1/+1
* Core: Add a method to obtain a Directory from an Archive.Gravatar Emmanuel Gil Peyrot2014-09-175-0/+44
* Core: Add a Directory object, with both a stub and a passthrough implementati...Gravatar Emmanuel Gil Peyrot2014-09-175-0/+259
* Core: Add a passthrough backend for the filesystem, exposed as SDMC.Gravatar Emmanuel Gil Peyrot2014-09-174-0/+298
* Core: Add a new File class, obtainable from an Archive, and a stub implementa...Gravatar Emmanuel Gil Peyrot2014-09-176-0/+205
* Added FS functions to Archive and Archive_RomFSGravatar archshift2014-08-223-8/+57
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as ...Gravatar bunnei2014-07-041-4/+4
* Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final"Gravatar bunnei2014-07-041-1/+1
* Loader: Updated read methods to be constGravatar bunnei2014-07-042-2/+2
* FileSys: Added preliminary support for applications reading the RomFS archive.Gravatar bunnei2014-07-044-138/+150
* Core: Removed unused directory_file_system and meta_file_system modules.Gravatar bunnei2014-06-274-1453/+0
* fixes to build on linuxGravatar bunnei2014-04-222-22/+22
* fixed project includes to use new directory structureGravatar bunnei2014-04-085-20/+15
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-085-0/+1596