Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-10 | telemetry_json: Take std::string parameters by value | Lioncash | |
Taking them by const reference isn't advisable here, because it means the std::move calls were doing nothing and we were always copying the std::string instances. | |||
2018-10-10 | telemetry_json: Remove unnecessary includes | Lioncash | |
Removes unused includes. Also rectifies a missing <chrono> include. | |||
2018-10-02 | Address a bunch of review comments | fearlessTobi | |
2018-10-02 | Port web_service from Citra | fearlessTobi | |
2018-01-12 | Massive removal of unused modules | James Rowe | |
2017-08-25 | web_services: Refactor to remove dependency on Core. | bunnei | |
2017-07-11 | telemetry_session: Use TelemetryJson to submit real telemetry. | bunnei | |
2017-07-11 | web_service: Implement JSON serialization of telemetry data. | bunnei | |
2017-07-10 | web_service: Add skeleton project. | bunnei | |