| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | general: fix asan errors | 2024-02-26 | 1 | -2/+2 | |
| | | |||||
| * | fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilter | 2024-02-23 | 1 | -0/+13 | |
| | | |||||
| * | Merge pull request #13073 from FearlessTobi/fsp-srv-ipc | 2024-02-23 | 3 | -135/+198 | |
| |\ | | | | | fsp: Migrate remaining interfaces to cmif serialization | ||||
| | * | Address review comments | 2024-02-19 | 1 | -0/+1 | |
| | | | |||||
| | * | fs: Add and use fs_save_data_types.h | 2024-02-19 | 3 | -135/+197 | |
| | | | |||||
| * | | Merge pull request #12982 from FearlessTobi/fs-rewrite-part0 | 2024-02-22 | 9 | -8/+551 | |
| |\ \ | | | | | | | fs: Add FileSystemAccessor and use cmif serialization | ||||
| | * | | Address review comments pt. 2 | 2024-02-19 | 4 | -11/+30 | |
| | | | | |||||
| | * | | Address review comments | 2024-02-19 | 6 | -22/+30 | |
| | | | | |||||
| | * | | fs: Refactor to use cmif serialization | 2024-02-19 | 1 | -0/+36 | |
| | | | | |||||
| | * | | fs: Add FileSystemAccessor classes | 2024-02-19 | 7 | -5/+485 | |
| | |/ | |||||
| * / | fs: add missing mutex header for member (#13106) | 2024-02-21 | 1 | -0/+1 | |
| |/ | |||||
| * | scope_exit: Make constexpr | 2024-02-19 | 4 | -8/+16 | |
| | | | | | | Allows the use of the macro in constexpr-contexts. Also avoids some potential problems when nesting braces inside it. | ||||
| * | ns: rewrite IPlatformServiceManager | 2024-02-18 | 1 | -1/+1 | |
| | | |||||
| * | file_sys: Fix nacp field cache_storage_max_index datatype | 2024-02-18 | 1 | -2/+2 | |
| | | |||||
| * | Merge pull request #12756 from liamwhite/applet-multiprocess-hwc | 2024-02-11 | 2 | -0/+5 | |
| |\ | | | | | general: applet multiprocess | ||||
| | * | am: use applet program loading for tested versions | 2024-02-10 | 2 | -0/+5 | |
| | | | |||||
| * | | service: bcat: Address review issues | 2024-02-10 | 1 | -0/+1 | |
| |/ | |||||
| * | vfs: Fix getting URI filename | 2024-01-26 | 1 | -0/+9 | |
| | | |||||
| * | Address review comments and fix compilation problems | 2024-01-25 | 8 | -249/+225 | |
| | | |||||
| * | fs: Add path class | 2024-01-25 | 7 | -0/+2193 | |
| | | |||||
| * | fs/errors: Unify naming of result codes | 2024-01-25 | 1 | -10/+5 | |
| | | |||||
| * | fs: Replace Mode enum by OpenMode enum | 2024-01-25 | 9 | -121/+130 | |
| | | |||||
| * | vfs: Move vfs files to their own directory | 2024-01-25 | 74 | -86/+86 | |
| | | |||||
| * | Merge pull request #12499 from Kelebek1/time | 2024-01-25 | 2 | -5/+8 | |
| |\ | | | | | Rework time services | ||||
| | * | Rework time service to fix time passing offline. | 2024-01-24 | 2 | -5/+8 | |
| | | | |||||
| * | | android: Add addon delete button | 2024-01-19 | 2 | -14/+46 | |
| |/ | | | | Required some refactoring of retrieving patches in order for the frontend to pass the right information to ContentManager for deletion. | ||||
| * | fsp-srv: use program registry for SetCurrentProcess | 2024-01-11 | 2 | -11/+16 | |
| | | |||||
| * | Merge pull request #12599 from german77/settings | 2024-01-07 | 1 | -1/+1 | |
| |\ | | | | | service: set: Use official names | ||||
| | * | service: set: Rename files | 2024-01-06 | 1 | -1/+1 | |
| | | | |||||
| * | | android: Re-add global save manager | 2024-01-04 | 2 | -0/+10 | |
| |/ | | | | Reworked to correctly collect and import/export saves that could exist in either /nand/user/save/000...000/<user id> or /nand/user/save/account/<user id raw string> | ||||
| * | ips_layer: prevent out of bounds access with offset exceeding module size | 2023-12-28 | 1 | -0/+7 | |
| | | |||||
| * | general: properly support multiple memory instances | 2023-12-22 | 2 | -3/+16 | |
| | | |||||
| * | Merge pull request #12290 from liamwhite/deferred-path-split | 2023-12-16 | 2 | -12/+4 | |
| |\ | | | | | Improve path splitting speed | ||||
| | * | Improve path splitting speed | 2023-12-05 | 2 | -12/+4 | |
| | | | |||||
| * | | fs: don't enumerate hidden savedata size file | 2023-12-09 | 2 | -4/+6 | |
| | | | |||||
| * | | fsmitm_romfsbuild: optimize for data locality | 2023-12-03 | 5 | -85/+82 | |
| | | | |||||
| * | | romfs: cache file and directory metadata tables | 2023-12-03 | 1 | -28/+55 | |
| |/ | |||||
| * | file_sys: handle null romfs | 2023-12-01 | 3 | -11/+14 | |
| | | |||||
| * | romfs: fix extraction of single-directory root | 2023-10-31 | 2 | -37/+16 | |
| | | |||||
| * | kernel: update KProcess | 2023-10-21 | 2 | -11/+14 | |
| | | |||||
| * | set: return version info from system archive | 2023-10-20 | 1 | -0/+4 | |
| | | |||||
| * | fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers | 2023-10-13 | 9 | -80/+75 | |
| | | |||||
| * | Merge pull request #11639 from liamwhite/no-program-id-change | 2023-10-07 | 2 | -0/+9 | |
| |\ | | | | | loader: don't reassign program ID on npdm reparse | ||||
| | * | loader: don't reassign program ID on npdm reparse | 2023-09-30 | 2 | -0/+9 | |
| | | | |||||
| * | | ci: fix new codespell errors | 2023-10-02 | 1 | -1/+1 | |
| |/ | |||||
| * | pfs: Fix reading filenames past the buffer end | 2023-09-21 | 1 | -0/+1 | |
| | | |||||
| * | registered_cache: correct file deletion case | 2023-09-16 | 1 | -1/+3 | |
| | | |||||
| * | Merge pull request #11500 from liamwhite/debug-stuff | 2023-09-16 | 2 | -3/+3 | |
| |\ | | | | | core: improve debug workflow | ||||
| | * | core: improve debug workflow | 2023-09-14 | 2 | -3/+3 | |
| | | | |||||
| * | | ips_layer: Remove uncaught usage of stoul/ll | 2023-09-13 | 1 | -2/+2 | |
| |/ | |||||