summaryrefslogtreecommitdiffstats
path: root/src/web_service (follow)
Commit message (Collapse)AuthorAgeFilesLines
* WebService: Verify username and token (#2930)B3n302017-09-195-12/+159
| | | | | | | | | | * WebService: Verify username and token; Log errors in PostJson * Fixup: added docstrings to the functions * Webservice: Added Icons to the verification, imrpved error detection in cpr, fixup nits * fixup: fmt warning
* web_backend: Fix CPR bug where Winsock is not properly initializing.bunnei2017-08-271-15/+27
|
* web_backend: Fix asynchronous JSON post by spawning new thread.bunnei2017-08-261-9/+18
|
* web_services: Refactor to remove dependency on Core.bunnei2017-08-264-19/+28
|
* web_backend: User config for username and token, support anonymous post.bunnei2017-08-262-40/+17
|
* web_backend: Specify api-version on JSON post.bunnei2017-07-121-1/+3
|
* telemetry_session: Use TelemetryJson to submit real telemetry.bunnei2017-07-122-3/+1
|
* web_service: Implement JSON serialization of telemetry data.bunnei2017-07-122-0/+125
|
* web_backend: Add initial interface to POST data to Citra Web Services.bunnei2017-07-122-0/+63
|
* web_service: Add skeleton project.bunnei2017-07-105-0/+50