summaryrefslogtreecommitdiffstats
path: root/src/web_service (follow)
Commit message (Expand)AuthorAgeFilesLines
* web_backend: Fix compilationFearlessTobi2024-02-061-6/+6
* web_backend: Sync with Citra implementationFearlessTobi2024-02-041-19/+22
* Warnings cleanup for GCC 13 and Clang 16comex2023-08-261-0/+1
* general: Silence -Wshadow{,-uncaptured-local} warningslat9nq2023-07-191-5/+5
* general: fixes for gcc 13Liam2023-04-031-1/+1
* externals: Update cpp-httplib to latestAlexandre Bouvier2023-02-211-1/+1
* cmake: prefer system librariesAlexandre Bouvier2022-12-041-1/+1
* CMake: Consolidate common PCH headersameerj2022-12-011-7/+1
* CMake: Use precompiled headersameerj2022-11-302-0/+17
* Show error from cpp-httplib when we don't have a response to read (report errors while connecting to API) (#8999)Kyle Kienapfel2022-10-051-1/+2
* web_service: Correct jwt issuer stringFearlessTobi2022-08-151-1/+3
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-277-18/+15
* network, yuzu: Make copyright headers SPDX-compliantFearlessTobi2022-07-254-12/+8
* network, yuzu: Improve variable naming and style consistencyFearlessTobi2022-07-253-5/+5
* common: multiplayer: Use GameInfo typegerman772022-07-253-13/+13
* Address second part of review commentsFearlessTobi2022-07-253-41/+36
* Address first part of review commentsFearlessTobi2022-07-253-1/+88
* Fix compilation on linux gccFearlessTobi2022-07-252-6/+6
* web_service: Fix -Wmissing-field-initializersFearlessTobi2022-07-251-1/+1
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-253-1/+206
* web_service: Eliminate variable shadowingMorph2022-06-142-12/+12
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* web_service: Replace lock_guard with scoped_lockMerry2022-04-071-2/+2
* web_service: Reduce unused includesameerj2022-03-201-1/+0
* web_service: Silence -Wmaybe-uninitialized on httplib.hReinUsesLisp2021-07-121-0/+10
* externals: httplib: replace custom httplib header with upstream as submodule.Vortex2021-06-181-1/+2
* web_service: follow-up fix to #4842 ...liushuyu2020-10-291-5/+0
* web_service: web_backend: Handle socket errors with GenericRequest.bunnei2020-10-291-0/+11
* web_backend: fix a regression introduced in 39c8d18liushuyu2020-10-272-20/+2
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-9/+6
* web_service: Move web_result.h into web_serviceLioncash2020-08-236-44/+64
* common/telemetry: Migrate namespace into the Common namespaceLioncash2020-08-182-15/+17
* Replace externals with Conan (#3735)James Rowe2020-05-083-3/+3
* Merge pull request #3673 from lioncash/extrabunnei2020-04-171-7/+7
|\
| * CMakeLists: Specify -Wextra on linux buildsLioncash2020-04-161-7/+7
* | externals: Move LibreSSL linking to httplib.Markus Wick2020-04-161-6/+1
|/
* httplib compatibilityBrian Clinkenbeard2020-02-191-4/+3
* web_service/telemetry_json: Report USER_CONFIGReinUsesLisp2020-01-291-0/+1
* web-service: Port citra's updated web_backend code.bunnei2019-11-092-18/+57
* general: Use deducation guides for std::lock_guard and std::unique_lockLioncash2019-04-011-2/+2
* web_service: Remove unnecessary inclusionsLioncash2019-03-022-3/+0
* compatdb: Use a seperate endpoint for testcase submissionfearlessTobi2018-10-282-5/+17
* Merge pull request #1542 from lioncash/projectbunnei2018-10-241-1/+1
|\
| * CMakeLists: Use PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIRLioncash2018-10-201-1/+1
* | web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to the web_service library onlyLioncash2018-10-201-1/+1
|/
* web_backend: Make Client use the PImpl idiomLioncash2018-10-114-142/+153
* telemetry_json: Use the PImpl idiom to avoid unnecessary dependency exposureLioncash2018-10-112-49/+55
* telemetry_json: Add missing override specifier to the destructor of TelemetryJsonLioncash2018-10-111-1/+1
* telemetry_json: Take std::string parameters by valueLioncash2018-10-112-3/+2
* telemetry_json: Remove unnecessary includesLioncash2018-10-112-3/+1
* Review comments - part 5fearlessTobi2018-10-021-2/+2
* Review comments -part 4fearlessTobi2018-10-021-2/+2
* Review comments - part 3fearlessTobi2018-10-023-20/+2
* web_backend: protect jwt cache with a mutexWeiyi Wang2018-10-022-1/+4
* Address a bunch of review commentsfearlessTobi2018-10-023-7/+11
* Port web_service from CitrafearlessTobi2018-10-028-0/+474
* Massive removal of unused modulesJames Rowe2018-01-137-392/+0
* WebService: Verify username and token (#2930)B3n302017-09-195-12/+159
* web_backend: Fix CPR bug where Winsock is not properly initializing.bunnei2017-08-271-15/+27
* web_backend: Fix asynchronous JSON post by spawning new thread.bunnei2017-08-261-9/+18
* web_services: Refactor to remove dependency on Core.bunnei2017-08-264-19/+28
* web_backend: User config for username and token, support anonymous post.bunnei2017-08-262-40/+17
* web_backend: Specify api-version on JSON post.bunnei2017-07-121-1/+3
* telemetry_session: Use TelemetryJson to submit real telemetry.bunnei2017-07-122-3/+1
* web_service: Implement JSON serialization of telemetry data.bunnei2017-07-122-0/+125
* web_backend: Add initial interface to POST data to Citra Web Services.bunnei2017-07-122-0/+63
* web_service: Add skeleton project.bunnei2017-07-105-0/+50