| Commit message (Expand) | Author | Files | Lines |
2015-01-04 | SaveDataCheck: Move the files to nand/title | Subv | 1 | -1/+2 |
2015-01-03 | Archives: Change the folder layout of some archives. | Subv | 1 | -2/+1 |
2015-01-03 | IVFCArchive: Use a critical log to notify of invalid operations. | Subv | 1 | -9/+9 |
2015-01-03 | SaveDataCheck: Remove unneeded constructor from a class | Subv | 1 | -2/+0 |
2015-01-03 | Archives: Added some documentation to IVFCArchive | Subv | 1 | -0/+5 |
2015-01-03 | Archives: Reduced duplicate code in RomFS and SaveCheck. | Subv | 11 | -333/+229 |
2015-01-03 | SaveDataCheck: Preliminary work in this archive. | Subv | 2 | -4/+28 |
2014-12-30 | Archives: Implemented ExtSaveData and SharedExtSaveData | Subv | 8 | -15/+168 |
2014-12-24 | FileSys: Clean up according to the coding style, and remove redundant namespaced names. | Emmanuel Gil Peyrot | 9 | -169/+97 |
2014-12-21 | CFG: Create a new subfolder cfg inside service to handle cfg | Subv | 1 | -0/+1 |
2014-12-21 | Style: Addressed some comments | Subv | 1 | -2/+7 |
2014-12-21 | CFG: Refactored how the config file works. | Subv | 1 | -1/+1 |
2014-12-21 | CFG: Implemented the GetConfigInfoBlk2 function. | Subv | 3 | -3/+9 |
2014-12-21 | Added CreateFile to the FS_USER service | archshift | 5 | -0/+44 |
2014-12-21 | License change | purpasmart96 | 17 | -17/+17 |
2014-12-20 | Clean up some warnings | Chin | 1 | -1/+10 |
2014-12-20 | Common: Add a clone of std::make_unique | Yuri Kunde Schlesner | 1 | -2/+3 |
2014-12-18 | SystemSaveData: Added a TODO to move it to the NAND. | Subv | 1 | -1/+3 |
2014-12-18 | SaveData: Implemented the SystemSaveData archive. | Subv | 3 | -2/+65 |
2014-12-18 | Filesystem/Archives: Implemented the SaveData archive | Subv | 12 | -473/+344 |
2014-12-16 | FS.Archive: Clean up treatment of archives and their handles | Yuri Kunde Schlesner | 7 | -190/+21 |
2014-12-16 | Service.FS: Rename FileSys::File to FileBackend | Yuri Kunde Schlesner | 8 | -15/+15 |
2014-12-16 | Service.FS: Rename FileSys::Directory to DirectoryBackend | Yuri Kunde Schlesner | 8 | -15/+15 |
2014-12-16 | Service.FS: Rename FileSys::Archive to ArchiveBackend | Yuri Kunde Schlesner | 3 | -6/+6 |
2014-12-16 | Service.FS: Do archive registration using IdCode instead of name | Yuri Kunde Schlesner | 3 | -25/+4 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 5 | -24/+28 |
2014-12-08 | Kernel/File: Fixed file read/write hwtests | Subv | 1 | -3/+6 |
2014-12-07 | Make OpenDirectory fail if the directory doesn't exist | archshift | 6 | -3/+35 |
2014-12-04 | Updated archive.cpp functions for proper error handling | archshift | 2 | -24/+0 |
2014-11-27 | Fixed formatting and switch statement warnings | vaguilar | 2 | -1/+3 |
2014-11-25 | Implemented RenameDirectory in FS:USER | archshift | 5 | -0/+45 |
2014-11-25 | Implemented RenameFile in FS:USER | archshift | 5 | -0/+45 |
2014-11-23 | Added DeleteFile and DeleteDirectory functions to FS:USER and the archives. | archshift | 5 | -0/+80 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 2 | -2/+2 |
2014-11-18 | directory_sdmc: Fix a signed/unsigned mismatch comparison | Lioncash | 1 | -1/+1 |
2014-11-18 | Remove extraneous semicolons | Lioncash | 3 | -3/+3 |
2014-11-18 | FileSys: Updated backend code to use FileSys::Path instead of string for paths. | bunnei | 9 | -24/+24 |
2014-11-18 | FileSys: Added DebugStr method to Path class. | bunnei | 1 | -0/+29 |
2014-11-13 | Use std::u16string for conversion between UTF-8 and UTF-16, FS:USER functions | archshift | 1 | -0/+99 |
2014-11-02 | Added CreateDirectory function to service/fs.cpp, and in Archive. | archshift | 5 | -0/+40 |
2014-10-30 | Fix some warnings | Sean | 2 | -2/+2 |
2014-10-23 | Use config files to store whether SDMC is enabled or not | archshift | 1 | -2/+8 |
2014-10-06 | Common: Add a helper function to generate a 8.3 filename from a long one. | Emmanuel Gil Peyrot | 3 | -29/+27 |
2014-10-06 | FileSys: Add static asserts for the Directory struct, and fix its fields position. | Emmanuel Gil Peyrot | 1 | -2/+8 |
2014-10-06 | FileSys: split the constructor into an Open method, in order to notify the opener something went wrong. | Emmanuel Gil Peyrot | 6 | -14/+54 |
2014-10-06 | FileSys/Kernel: Implement SetSize service call for File objects. | Emmanuel Gil Peyrot | 5 | -0/+41 |
2014-10-06 | FileSys: Add forgotten docstrings. | Emmanuel Gil Peyrot | 7 | -4/+35 |
2014-09-28 | Fix warnings in core and common | Lioncash | 1 | -1/+1 |
2014-09-17 | Core: Add a method to obtain a Directory from an Archive. | Emmanuel Gil Peyrot | 5 | -0/+44 |
2014-09-17 | Core: Add a Directory object, with both a stub and a passthrough implementations. | Emmanuel Gil Peyrot | 5 | -0/+259 |
2014-09-17 | Core: Add a passthrough backend for the filesystem, exposed as SDMC. | Emmanuel Gil Peyrot | 4 | -0/+298 |
2014-09-17 | Core: Add a new File class, obtainable from an Archive, and a stub implementation. | Emmanuel Gil Peyrot | 6 | -0/+205 |
2014-08-23 | Added FS functions to Archive and Archive_RomFS | archshift | 3 | -8/+57 |
2014-07-05 | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS virtual functions as "override". | bunnei | 1 | -4/+4 |
2014-07-05 | Marked AppLoader_ELF, AppLoader_NCCH, and Archive_RomFS classes as "final" | bunnei | 1 | -1/+1 |
2014-07-05 | Loader: Updated read methods to be const | bunnei | 2 | -2/+2 |
2014-07-05 | FileSys: Added preliminary support for applications reading the RomFS archive. | bunnei | 4 | -138/+150 |
2014-06-27 | Core: Removed unused directory_file_system and meta_file_system modules. | bunnei | 4 | -1453/+0 |
2014-04-23 | fixes to build on linux | bunnei | 2 | -22/+22 |
2014-04-09 | fixed project includes to use new directory structure | bunnei | 5 | -20/+15 |
2014-04-09 | got rid of 'src' folders in each sub-project | bunnei | 5 | -0/+1596 |