| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-10-07 | crypto: Add PartitionDataManager | Zach Hilman | |
| Keeps track of system files for key derivation | |||
| 2018-10-07 | key_manager: Add ETicket key derivation | Zach Hilman | |
| Derives titlekeys | |||
| 2018-10-06 | Merge pull request #1332 from FearlessTobi/port-web-backend | bunnei | |
| Port web_service from Citra | |||
| 2018-10-02 | Review comments -part 4 | fearlessTobi | |
| 2018-10-02 | Port web_service from Citra | fearlessTobi | |
| 2018-10-01 | patch_manager: Add PatchNSO function | Zach Hilman | |
| While PatchExeFS operated on the entire directory, this function operates on the uncompressed NSO. Avoids copying decompression code to PatchManager. | |||
| 2018-09-23 | fsmitm: Cleanup and modernize fsmitm port | Zach Hilman | |
| 2018-09-21 | bis_factory: Add mod directory VFS getter | Zach Hilman | |
| 2018-09-21 | vfs_static: Add StaticVfsFile | Zach Hilman | |
| Always returns the template argument byte for all reads. Doesn't support writes. | |||
| 2018-09-10 | Use open-source shared fonts if no dumped file is available (#1269) | Tobias | |
| * Add open-source shared fonts * Address review comments | |||
| 2018-09-04 | loader: Add BKTR-specific error messages and codes | Zach Hilman | |
| 2018-09-04 | qt: Add UI support for NSP files | Zach Hilman | |
| 2018-08-23 | file_sys: Implement NAX containers | Zach Hilman | |
| 2018-08-20 | Merge pull request #1017 from ogniK5377/better-account | bunnei | |
| New account backend to allow for future extended support | |||
| 2018-08-15 | Merge pull request #1005 from DarkLordZach/registered-fmt | bunnei | |
| file_sys: Add support for registration format | |||
| 2018-08-13 | Added missing channel devices | David Marcec | |
| 2018-08-11 | file_sys: Add support for parsing NCA metadata (CNMT) | Zach Hilman | |
| 2018-08-08 | began initial implementation of "ProfileManager" | David Marcec | |
| 2018-08-07 | hle: Remove unused romfs.cpp/.h | Lioncash | |
| These files are no longer used, so we can get rid of them. | |||
| 2018-08-07 | service: Add usb services | Lioncash | |
| Adds basic skeleton for the usb services based off the information provided by Switch Brew. | |||
| 2018-08-04 | service: Add arp services | Lioncash | |
| Adds the basic skeleton of the arp services based off the information provided by Switch Brew. | |||
| 2018-08-04 | Merge pull request #849 from DarkLordZach/xci | bunnei | |
| XCI and Encrypted NCA Support | |||
| 2018-08-03 | Merge pull request #908 from lioncash/memory | bunnei | |
| core/memory: Get rid of 3DS leftovers | |||
| 2018-08-03 | core/memory: Get rid of 3DS leftovers | Lioncash | |
| Removes leftover code from citra that isn't needed. | |||
| 2018-08-03 | Merge pull request #898 from lioncash/mig | bunnei | |
| service: Add migration services | |||
| 2018-08-03 | Merge pull request #894 from lioncash/object | bunnei | |
| kernel: Move object class to its own source files | |||
| 2018-08-02 | Merge pull request #899 from lioncash/unused | bunnei | |
| hw: Remove unused files | |||
| 2018-08-02 | hw: Remove unused files | Lioncash | |
| None of these files are used in any meaningful way. They're just leftovers from citra. Also has the benefit of getting rid of an unused global variable. | |||
| 2018-08-02 | service: Add migration services | Lioncash | |
| Adds the basic skeleton for the mig:usr service based off information provided by Switch Brew. | |||
| 2018-08-01 | kernel: Move object class to its own source files | Lioncash | |
| General moving to keep kernel object types separate from the direct kernel code. Also essentially a preliminary cleanup before eliminating global kernel state in the kernel code. | |||
| 2018-08-01 | service: Add psc services | Lioncash | |
| Adds the basic skeleton for the psc services based off the information provided by Switch Brew. | |||
| 2018-08-01 | Merge pull request #888 from lioncash/caps | bunnei | |
| service: Add capture services | |||
| 2018-08-01 | Merge pull request #889 from lioncash/fsp | bunnei | |
| service/filesystem: Add fsp:ldr and fsp:pr services | |||
| 2018-08-01 | service/filesystem: Add fsp:ldr and fsp:pr services | Lioncash | |
| Adds the basic skeleton for the remaining fsp services based off information provided by Switch Brew. | |||
| 2018-08-01 | service: Add capture services | Lioncash | |
| Adds the basic skeleton for the capture services based off information provided by Switch Brew. | |||
| 2018-08-01 | service: Add bpc and pcv services | Lioncash | |
| Adds the basic skeleton for the remaining pcv-related services based off information on Switch Brew. | |||
| 2018-08-01 | Fix merge conflicts with opus and update docs | Zach Hilman | |
| 2018-08-01 | Extract mbedtls to cpp file | Zach Hilman | |
| 2018-08-01 | Remove files that are not used | Zach Hilman | |
| 2018-07-31 | Merge pull request #877 from lioncash/remove | bunnei | |
| kernel: Remove unused object_address_table.cpp/.h | |||
| 2018-07-31 | service/audio: Add missing services | Lioncash | |
| Adds the missing audctl service, as well as the :a and :d services for audin, audout, audrec, and audren. | |||
| 2018-07-31 | Merge pull request #875 from lioncash/fgm | bunnei | |
| service: Add fgm services | |||
| 2018-07-31 | Merge pull request #874 from lioncash/am | bunnei | |
| service/am: Add missing am services | |||
| 2018-07-31 | kernel: Remove unused object_address_table.cpp/.h | Lioncash | |
| These source files were entirely unused throughout the rest of the codebase. This also has the benefit of getting rid of a global variable as well. | |||
| 2018-07-31 | service/am: Add missing am services | Lioncash | |
| Adds the basic skeleton for missing am services idle:sys, omm, and spsm based off the information provided by Switch Brew. | |||
| 2018-07-31 | service: Add fgm services | Lioncash | |
| Adds the basic skeleton for the fgm services based off the information provided by Switch Brew. | |||
| 2018-07-31 | service: Add the pcie service | Lioncash | |
| Adds the basic skeleton of the pcie service based off information on Switch Brew. | |||
| 2018-07-30 | Implemented various hwopus functions (#853) | David | |
| 2018-07-30 | Merge pull request #857 from lioncash/wlan | bunnei | |
| service: Add wlan services | |||
| 2018-07-28 | service: Add wlan services | Lioncash | |
| Adds the basic skeleton for the wlan services based off the information on Switch Brew. | |||
