summaryrefslogtreecommitdiff
path: root/src/web_service/telemetry_json.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda1-3/+2
2022-06-13web_service: Eliminate variable shadowingGravatar Morph1-2/+2
2020-08-22web_service: Move web_result.h into web_serviceGravatar Lioncash1-2/+2
2020-08-18common/telemetry: Migrate namespace into the Common namespaceGravatar Lioncash1-0/+2
2020-05-08Replace externals with Conan (#3735)Gravatar James Rowe1-1/+1
2020-01-29web_service/telemetry_json: Report USER_CONFIGGravatar ReinUsesLisp1-0/+1
2018-10-28compatdb: Use a seperate endpoint for testcase submissionGravatar fearlessTobi1-5/+16
2018-10-10web_backend: Make Client use the PImpl idiomGravatar Lioncash1-0/+1
2018-10-10telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposureGravatar Lioncash1-33/+53
2018-10-10telemetry_json: Take std::string parameters by valueGravatar Lioncash1-2/+1
2018-10-10telemetry_json: Remove unnecessary includesGravatar Lioncash1-2/+0
2018-10-02Address a bunch of review commentsGravatar fearlessTobi1-0/+5
2018-10-02Port web_service from CitraGravatar fearlessTobi1-0/+94
2018-01-12Massive removal of unused modulesGravatar James Rowe1-86/+0
2017-08-25web_services: Refactor to remove dependency on Core.Gravatar bunnei1-2/+1
2017-07-11telemetry_session: Use TelemetryJson to submit real telemetry.Gravatar bunnei1-2/+0
2017-07-11web_service: Implement JSON serialization of telemetry data.Gravatar bunnei1-0/+80
2017-07-10web_service: Add skeleton project.Gravatar bunnei1-0/+9