Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2642 from DarkLordZach/fsp-log-2 | bunnei | 2019-07-08 | 1 | -0/+7 |
|\ | | | | | fsp-srv: Implement Access Logging Functionality | ||||
| * | reporter: Add report class for filesystem access logs | Zach Hilman | 2019-06-29 | 1 | -0/+7 |
| | | |||||
* | | core/reporter: Add missing includes and forward declarations | Lioncash | 2019-07-05 | 1 | -0/+4 |
| | | | | | | | | Adds missing inclusions to prevent potential compilation issues. | ||||
* | | core/reporter: Remove unnecessary namespace qualifiers | Lioncash | 2019-07-05 | 1 | -2/+2 |
|/ | | | | | The Reporter class is part of the Core namespace, so the System class doesn't need to be qualified. | ||||
* | loader: Move NSO module tracking to AppLoader | Zach Hilman | 2019-05-26 | 1 | -3/+6 |
| | | | Also cleanup of general stuff | ||||
* | core: Add Reporter class to take/save reports | Zach Hilman | 2019-05-25 | 1 | -0/+53 |