summaryrefslogtreecommitdiff
path: root/src/web_service (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-06web_backend: Fix compilationGravatar FearlessTobi1-6/+6
2024-02-04web_backend: Sync with Citra implementationGravatar FearlessTobi1-19/+22
2023-08-25Warnings cleanup for GCC 13 and Clang 16Gravatar comex1-0/+1
2023-07-18general: Silence -Wshadow{,-uncaptured-local} warningsGravatar lat9nq1-5/+5
2023-04-02general: fixes for gcc 13Gravatar Liam1-1/+1
2023-02-21externals: Update cpp-httplib to latestGravatar Alexandre Bouvier1-1/+1
2022-12-04cmake: prefer system librariesGravatar Alexandre Bouvier1-1/+1
2022-11-30CMake: Consolidate common PCH headersGravatar ameerj1-7/+1
2022-11-29CMake: Use precompiled headersGravatar ameerj2-0/+17
2022-10-05Show error from cpp-httplib when we don't have a response to read (report err...Gravatar Kyle Kienapfel1-1/+2
2022-08-15web_service: Correct jwt issuer stringGravatar FearlessTobi1-1/+3
2022-07-27chore: make yuzu REUSE compliantGravatar Andrea Pappacoda7-18/+15
2022-07-25network, yuzu: Make copyright headers SPDX-compliantGravatar FearlessTobi4-12/+8
2022-07-25network, yuzu: Improve variable naming and style consistencyGravatar FearlessTobi3-5/+5
2022-07-25common: multiplayer: Use GameInfo typeGravatar german773-13/+13
2022-07-25Address second part of review commentsGravatar FearlessTobi3-41/+36
2022-07-25Address first part of review commentsGravatar FearlessTobi3-1/+88
2022-07-25Fix compilation on linux gccGravatar FearlessTobi2-6/+6
2022-07-25web_service: Fix -Wmissing-field-initializersGravatar FearlessTobi1-1/+1
2022-07-25yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi3-1/+206
2022-06-13web_service: Eliminate variable shadowingGravatar Morph2-12/+12
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-04-07web_service: Replace lock_guard with scoped_lockGravatar Merry1-2/+2
2022-03-20web_service: Reduce unused includesGravatar ameerj1-1/+0
2021-07-12web_service: Silence -Wmaybe-uninitialized on httplib.hGravatar ReinUsesLisp1-0/+10
2021-06-19externals: httplib: replace custom httplib header with upstream as submodule.Gravatar Vortex1-1/+2
2020-10-28web_service: follow-up fix to #4842 ...Gravatar liushuyu1-5/+0
2020-10-28web_service: web_backend: Handle socket errors with GenericRequest.Gravatar bunnei1-0/+11
2020-10-27web_backend: fix a regression introduced in 39c8d18Gravatar liushuyu2-20/+2
2020-10-13core/CMakeLists: Make some warnings errorsGravatar Lioncash1-9/+6
2020-08-22web_service: Move web_result.h into web_serviceGravatar Lioncash6-44/+64
2020-08-18common/telemetry: Migrate namespace into the Common namespaceGravatar Lioncash2-15/+17
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