summaryrefslogtreecommitdiff
path: root/src/web_service (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-08Replace externals with Conan (#3735)Gravatar James Rowe3-3/+3
2020-04-16externals: Move LibreSSL linking to httplib.Gravatar Markus Wick1-6/+1
2020-04-15CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash1-7/+7
2020-02-18httplib compatibilityGravatar Brian Clinkenbeard1-4/+3
2020-01-29web_service/telemetry_json: Report USER_CONFIGGravatar ReinUsesLisp1-0/+1
2019-11-09web-service: Port citra's updated web_backend code.Gravatar bunnei2-18/+57
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockGravatar Lioncash1-2/+2
2019-03-02web_service: Remove unnecessary inclusionsGravatar Lioncash2-3/+0
2018-10-28compatdb: Use a seperate endpoint for testcase submissionGravatar fearlessTobi2-5/+17
2018-10-20CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIRGravatar Lioncash1-1/+1
2018-10-20web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to th...Gravatar Lioncash1-1/+1
2018-10-10web_backend: Make Client use the PImpl idiomGravatar Lioncash4-142/+153
2018-10-10telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposureGravatar Lioncash2-49/+55
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 Lioncash2-3/+2
2018-10-10telemetry_json: Remove unnecessary includesGravatar Lioncash2-3/+1
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