43 Commits (c0ff1dce0bce53a5e324b9eb77ca7fe3a37f02df)

Author SHA1 Message Date
ReinUsesLisp 89398ddbf4 web_service: Silence -Wmaybe-uninitialized on httplib.h 5 years ago
Vortex b0965d25b9 externals: httplib: replace custom httplib header with upstream as submodule. 5 years ago
liushuyu 0555d8ac94 web_service: follow-up fix to #4842 ... 5 years ago
bunnei 529f48d980 web_service: web_backend: Handle socket errors with GenericRequest. 5 years ago
liushuyu 6be4451e39 web_backend: fix a regression introduced in 16de0a6 5 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 5 years ago
Lioncash 77d6d3bf4b web_service: Move web_result.h into web_service 5 years ago
Lioncash ecb9029c6a common/telemetry: Migrate namespace into the Common namespace 5 years ago
James Rowe 2991e7441a Replace externals with Conan (#3735) 6 years ago
Markus Wick 3567e464d2 externals: Move LibreSSL linking to httplib. 6 years ago
Lioncash 02e095313a CMakeLists: Specify -Wextra on linux builds 6 years ago
Brian Clinkenbeard 050a4362ad httplib compatibility 6 years ago
ReinUsesLisp 28e928197a web_service/telemetry_json: Report USER_CONFIG 6 years ago
bunnei 9637883799 web-service: Port citra's updated web_backend code. 6 years ago
Lioncash eb88e9d088 general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash c0350fb7b7 web_service: Remove unnecessary inclusions 7 years ago
fearlessTobi 381e04453a compatdb: Use a seperate endpoint for testcase submission 7 years ago
Lioncash 62d2810fa6 CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 7 years ago
Lioncash ef0db6d459 web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to the web_service library only 7 years ago
Lioncash 2619abec47 web_backend: Make Client use the PImpl idiom 7 years ago
Lioncash 1d3abb95da telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposure 7 years ago
Lioncash 2af958df3a telemetry_json: Add missing override specifier to the destructor of TelemetryJson 7 years ago
Lioncash ef83cc5f94 telemetry_json: Take std::string parameters by value 7 years ago
Lioncash 08f596c2eb telemetry_json: Remove unnecessary includes 7 years ago
fearlessTobi c32e0c6847 Review comments - part 5 7 years ago
fearlessTobi cd5b9645a4 Review comments -part 4 7 years ago
fearlessTobi 015fa7e556 Review comments - part 3 7 years ago
Weiyi Wang 2b4cefc8f9 web_backend: protect jwt cache with a mutex 7 years ago
fearlessTobi fb46c8b426 Address a bunch of review comments 7 years ago
fearlessTobi 92e939952c Port web_service from Citra 7 years ago
James Rowe 5dbd091a80 Massive removal of unused modules 8 years ago
B3n30 fdd8a6ef0c WebService: Verify username and token (#2930) 8 years ago
bunnei 2c616c7f45 web_backend: Fix CPR bug where Winsock is not properly initializing. 8 years ago
bunnei 85bfee814a web_backend: Fix asynchronous JSON post by spawning new thread. 8 years ago
bunnei 0783d36b5a web_services: Refactor to remove dependency on Core. 8 years ago
bunnei 5dddc43fde web_backend: User config for username and token, support anonymous post. 8 years ago
bunnei 425200bca5 web_backend: Specify api-version on JSON post. 9 years ago
bunnei d253007194 telemetry_session: Use TelemetryJson to submit real telemetry. 9 years ago
bunnei d5a3ab8aef web_service: Implement JSON serialization of telemetry data. 9 years ago
bunnei 07f0f623d1 web_backend: Add initial interface to POST data to Citra Web Services. 9 years ago
bunnei 061f10e286 web_service: Add skeleton project. 9 years ago