summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon/NetPlayIndex.cpp
AgeCommit message (Expand)Author
2022-01-14Fix static initialisation order fiasco issue for Version variablesLéo Lam
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2020-04-29Externals: Fix include path for picojson and discorddegasus
2019-08-04UICommon/NetPlayIndex: Take std::vector by const reference in ParseResponse()Lioncash
2019-08-04UICommon/NetPlayIndex: Use a std::string_view for EncryptID()/DecryptID()Lioncash
2019-08-04UICommon/NetPlayIndex: Take NetPlaySession by const reference for Add()Lioncash
2019-08-04UICommon/NetPlayIndex: Move NetPlaySession variable closer to its usage point...Lioncash
2019-08-04UICommon/NetPlayIndex: Use std::move within SetErrorCallback()Lioncash
2019-08-04UICommon/NetPlayIndex: Allow move semantics in SetGame()Lioncash
2019-04-13UICommon/NetPlayIndex: Handle non 200 HTTP return codesspycrab
2019-04-12Merge pull request #7976 from spycrab/netplay_index_feedbackspycrab
2019-04-11Qt/NetPlay: Show feedback for index addingspycrab
2019-04-10UICommon/NetPlayIndex: Fix possible crash when Add is called againTechjar
2019-04-09Merge pull request #7964 from Techjar/fix-netplayindex-segfaultspycrab
2019-04-08Qt/NetPlayBrowser: Various small fixesspycrab
2019-04-06UICommon/NetPlayIndex: Fix random segfaults after quitting NetPlayTechjar
2019-04-06Qt/NetPlay: Integrate NetPlayIndexspycrab
2019-03-30UICommon: Add NetPlayIndex helperspycrab