58 Commits (8351d39dd081b11395ae7a4e99b1a9aa727b3a0e)

Author SHA1 Message Date
Kyle Kienapfel 538ae13298 Show error from cpp-httplib when we don't have a response to read (report errors while connecting to API) (#8999) 3 years ago
FearlessTobi 0971372b57 web_service: Correct jwt issuer string 3 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
FearlessTobi d5e6d1b576 network, yuzu: Make copyright headers SPDX-compliant 3 years ago
FearlessTobi e937c85e5a network, yuzu: Improve variable naming and style consistency 3 years ago
german77 3a91e22e80 common: multiplayer: Use GameInfo type 4 years ago
FearlessTobi 3b203e536a Address second part of review comments 4 years ago
FearlessTobi 846c50dd42 Address first part of review comments 4 years ago
FearlessTobi f433ce567e Fix compilation on linux gcc 4 years ago
FearlessTobi f74446f070 web_service: Fix -Wmissing-field-initializers 4 years ago
FearlessTobi 60008b680e yuzu: Add ui files for multiplayer rooms 4 years ago
Morph 56114589a6 web_service: Eliminate variable shadowing 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
Merry 41af59a6cb web_service: Replace lock_guard with scoped_lock 4 years ago
ameerj b51d9c043a web_service: Reduce unused includes 4 years ago
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