| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | web_service: Move web_result.h into web_service | 2020-08-22 | 1 | -25/+0 | |
| | | | | | | | | This is the only place it's actively used. It's also more appropriate for web-related structures to be within the web service target. Especially given this one doesn't rely on anything in the common library. | ||||
| * | web_backend: Make Client use the PImpl idiom | 2018-10-10 | 1 | -0/+1 | |
| | | | | | | | Like with TelemetryJson, we can make the implementation details private and avoid the need to expose httplib to external libraries that need to use the Client class. | ||||
| * | Address a bunch of review comments | 2018-10-02 | 1 | -1/+1 | |
| | | |||||
| * | Port web_service from Citra | 2018-10-02 | 1 | -0/+24 | |