citra/src/web_service
Lioncash 21c71d21ae general: Use deducation guides for std::lock_guard and std::unique_lock
Since C++17, the introduction of deduction guides for locking facilities
means that we no longer need to hardcode the mutex type into the locks
themselves, making it easier to switch mutex types, should it ever be
necessary in the future.
2019-04-07 15:14:29 +02:00
..
announce_room_json.cpp web_service: Change endpoint to /lobby. 2018-12-16 10:48:42 +08:00
announce_room_json.h core, web_service: Changes to announce service 2018-12-15 11:02:52 +08:00
CMakeLists.txt network, web_service: Add Verification backend and use new lobby API 2018-12-15 11:02:51 +08:00
telemetry_json.cpp compatdb: Use a seperate endpoint for testcase submission 2018-10-27 12:20:03 +02:00
telemetry_json.h compatdb: Use a seperate endpoint for testcase submission 2018-10-27 12:20:03 +02:00
verify_login.cpp web_backend: Make Client use the PImpl idiom 2018-10-23 15:42:22 +02:00
verify_login.h web_service: stop using std::future + callback style async 2018-09-13 16:14:34 -04:00
verify_user_jwt.cpp network, citra_qt: Give moderation permission to community mods 2018-12-15 20:28:03 +08:00
verify_user_jwt.h network, web_service: Add Verification backend and use new lobby API 2018-12-15 11:02:51 +08:00
web_backend.cpp general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-07 15:14:29 +02:00
web_backend.h citra_qt: Use the new verify backend; UI changes 2018-12-15 11:02:54 +08:00