summaryrefslogtreecommitdiffstats
path: root/src/web_service/telemetry_json.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda1-3/+2
2020-08-18common/telemetry: Migrate namespace into the Common namespaceLioncash1-15/+15
2018-10-28compatdb: Use a seperate endpoint for testcase submissionfearlessTobi1-0/+1
2018-10-11telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposureLioncash1-16/+2
2018-10-11telemetry_json: Add missing override specifier to the destructor of TelemetryJsonLioncash1-1/+1
2018-10-11telemetry_json: Take std::string parameters by valueLioncash1-1/+1
2018-10-11telemetry_json: Remove unnecessary includesLioncash1-1/+1
2018-10-02Review comments - part 3fearlessTobi1-1/+1
2018-10-02Address a bunch of review commentsfearlessTobi1-3/+2
2018-10-02Port web_service from CitrafearlessTobi1-0/+59
2018-01-13Massive removal of unused modulesJames Rowe1-59/+0
2017-08-26web_services: Refactor to remove dependency on Core.bunnei1-1/+6
2017-07-12telemetry_session: Use TelemetryJson to submit real telemetry.bunnei1-1/+1
2017-07-12web_service: Implement JSON serialization of telemetry data.bunnei1-0/+45
2017-07-10web_service: Add skeleton project.bunnei1-0/+9