Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang-format | Ethan | 2019-09-04 | 1 | -1/+1 |
| | |||||
* | accommodate for fmt update | Ethan | 2019-08-29 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2642 from DarkLordZach/fsp-log-2 | bunnei | 2019-07-08 | 1 | -0/+18 |
|\ | | | | | fsp-srv: Implement Access Logging Functionality | ||||
| * | reporter: Add report class for filesystem access logs | Zach Hilman | 2019-06-29 | 1 | -0/+18 |
| | | |||||
* | | core/reporter: Allow moves into SaveToFile() | Lioncash | 2019-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Taking the json instance as a constant reference, makes all moves into the parameter non-functional, resulting in copies. Taking it by value allows moves to function. | ||||
* | | core/reporter: Add missing includes and forward declarations | Lioncash | 2019-07-05 | 1 | -1/+5 |
| | | | | | | | | Adds missing inclusions to prevent potential compilation issues. | ||||
* | | core/reporter: Remove unnecessary namespace qualifiers | Lioncash | 2019-07-05 | 1 | -1/+1 |
| | | | | | | | | | | The Reporter class is part of the Core namespace, so the System class doesn't need to be qualified. | ||||
* | | core/reporter: Remove pessimizing move in GetHLERequestContextData() | Lioncash | 2019-07-05 | 1 | -1/+1 |
| | | | | | | | | This can inhibit copy-elision, so we can remove this redundant move. | ||||
* | | core/reporter: Make bracing consistent | Lioncash | 2019-07-05 | 1 | -8/+18 |
| | | | | | | | | | | Makes all control statements braced, regardless of their size, making code more uniform. | ||||
* | | core/reporter: Return in error case in SaveToFile() | Lioncash | 2019-07-05 | 1 | -1/+3 |
|/ | | | | | If the path couldn't be created, then we shouldn't be attempting to save the file. | ||||
* | Update reporter.cpp | Thomas May | 2019-06-22 | 1 | -5/+5 |
| | |||||
* | loader: Move NSO module tracking to AppLoader | Zach Hilman | 2019-05-26 | 1 | -36/+38 |
| | | | Also cleanup of general stuff | ||||
* | core: Add Reporter class to take/save reports | Zach Hilman | 2019-05-25 | 1 | -0/+351 |