| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-04 | Fix clang-format | Ethan | |
| 2019-08-29 | accommodate for fmt update | Ethan | |
| 2019-07-07 | Merge pull request #2642 from DarkLordZach/fsp-log-2 | bunnei | |
| fsp-srv: Implement Access Logging Functionality | |||
| 2019-07-05 | core/reporter: Allow moves into SaveToFile() | Lioncash | |
| 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. | |||
| 2019-07-05 | core/reporter: Add missing includes and forward declarations | Lioncash | |
| Adds missing inclusions to prevent potential compilation issues. | |||
| 2019-07-05 | core/reporter: Remove unnecessary namespace qualifiers | Lioncash | |
| The Reporter class is part of the Core namespace, so the System class doesn't need to be qualified. | |||
| 2019-07-05 | core/reporter: Remove pessimizing move in GetHLERequestContextData() | Lioncash | |
| This can inhibit copy-elision, so we can remove this redundant move. | |||
| 2019-07-05 | core/reporter: Make bracing consistent | Lioncash | |
| Makes all control statements braced, regardless of their size, making code more uniform. | |||
| 2019-07-05 | core/reporter: Return in error case in SaveToFile() | Lioncash | |
| If the path couldn't be created, then we shouldn't be attempting to save the file. | |||
| 2019-06-28 | reporter: Add report class for filesystem access logs | Zach Hilman | |
| 2019-06-22 | Update reporter.cpp | Thomas May | |
| 2019-05-26 | loader: Move NSO module tracking to AppLoader | Zach Hilman | |
| Also cleanup of general stuff | |||
| 2019-05-25 | core: Add Reporter class to take/save reports | Zach Hilman | |
