31 Commits (538ae13298f27077d8957b6cdfba4877d2289588)

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
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
Morph 56114589a6 web_service: Eliminate variable shadowing 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 02e095313a CMakeLists: Specify -Wextra on linux builds 6 years ago
Brian Clinkenbeard 050a4362ad httplib compatibility 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
Lioncash 2619abec47 web_backend: Make Client use the PImpl idiom 7 years ago
fearlessTobi cd5b9645a4 Review comments -part 4 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 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