summaryrefslogtreecommitdiff
path: root/src/web_service/telemetry_json.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda1-3/+2
2020-08-18common/telemetry: Migrate namespace into the Common namespaceGravatar Lioncash1-15/+15
2018-10-28compatdb: Use a seperate endpoint for testcase submissionGravatar fearlessTobi1-0/+1
2018-10-10telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposureGravatar Lioncash1-16/+2
2018-10-10telemetry_json: Add missing override specifier to the destructor of Telemetry...Gravatar Lioncash1-1/+1
2018-10-10telemetry_json: Take std::string parameters by valueGravatar Lioncash1-1/+1
2018-10-10telemetry_json: Remove unnecessary includesGravatar Lioncash1-1/+1
2018-10-02Review comments - part 3Gravatar fearlessTobi1-1/+1
2018-10-02Address a bunch of review commentsGravatar fearlessTobi1-3/+2
2018-10-02Port web_service from CitraGravatar fearlessTobi1-0/+59
2018-01-12Massive removal of unused modulesGravatar James Rowe1-59/+0
2017-08-25web_services: Refactor to remove dependency on Core.Gravatar bunnei1-1/+6
2017-07-11telemetry_session: Use TelemetryJson to submit real telemetry.Gravatar bunnei1-1/+1
2017-07-11web_service: Implement JSON serialization of telemetry data.Gravatar bunnei1-0/+45
2017-07-10web_service: Add skeleton project.Gravatar bunnei1-0/+9