summaryrefslogtreecommitdiff
path: root/src/web_service (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-02Review comments - part 5Gravatar fearlessTobi1-2/+2
2018-10-02Review comments -part 4Gravatar fearlessTobi1-2/+2
2018-10-02Review comments - part 3Gravatar fearlessTobi3-20/+2
2018-10-02web_backend: protect jwt cache with a mutexGravatar Weiyi Wang2-1/+4
2018-10-02Address a bunch of review commentsGravatar fearlessTobi3-7/+11
2018-10-02Port web_service from CitraGravatar fearlessTobi8-0/+474
2018-01-12Massive removal of unused modulesGravatar James Rowe7-392/+0
2017-09-18WebService: Verify username and token (#2930)Gravatar B3n305-12/+159
2017-08-26web_backend: Fix CPR bug where Winsock is not properly initializing.Gravatar bunnei1-15/+27
2017-08-25web_backend: Fix asynchronous JSON post by spawning new thread.Gravatar bunnei1-9/+18
2017-08-25web_services: Refactor to remove dependency on Core.Gravatar bunnei4-19/+28
2017-08-25web_backend: User config for username and token, support anonymous post.Gravatar bunnei2-40/+17
2017-07-11web_backend: Specify api-version on JSON post.Gravatar bunnei1-1/+3
2017-07-11telemetry_session: Use TelemetryJson to submit real telemetry.Gravatar bunnei2-3/+1
2017-07-11web_service: Implement JSON serialization of telemetry data.Gravatar bunnei2-0/+125
2017-07-11web_backend: Add initial interface to POST data to Citra Web Services.Gravatar bunnei2-0/+63
2017-07-10web_service: Add skeleton project.Gravatar bunnei5-0/+50