index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
UICommon
/
NetPlayIndex.cpp
Age
Commit message (
Expand
)
Author
2022-01-14
Fix static initialisation order fiasco issue for Version variables
Léo Lam
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-04-29
Externals: Fix include path for picojson and discord
degasus
2019-08-04
UICommon/NetPlayIndex: Take std::vector by const reference in ParseResponse()
Lioncash
2019-08-04
UICommon/NetPlayIndex: Use a std::string_view for EncryptID()/DecryptID()
Lioncash
2019-08-04
UICommon/NetPlayIndex: Take NetPlaySession by const reference for Add()
Lioncash
2019-08-04
UICommon/NetPlayIndex: Move NetPlaySession variable closer to its usage point...
Lioncash
2019-08-04
UICommon/NetPlayIndex: Use std::move within SetErrorCallback()
Lioncash
2019-08-04
UICommon/NetPlayIndex: Allow move semantics in SetGame()
Lioncash
2019-04-13
UICommon/NetPlayIndex: Handle non 200 HTTP return codes
spycrab
2019-04-12
Merge pull request #7976 from spycrab/netplay_index_feedback
spycrab
2019-04-11
Qt/NetPlay: Show feedback for index adding
spycrab
2019-04-10
UICommon/NetPlayIndex: Fix possible crash when Add is called again
Techjar
2019-04-09
Merge pull request #7964 from Techjar/fix-netplayindex-segfault
spycrab
2019-04-08
Qt/NetPlayBrowser: Various small fixes
spycrab
2019-04-06
UICommon/NetPlayIndex: Fix random segfaults after quitting NetPlay
Techjar
2019-04-06
Qt/NetPlay: Integrate NetPlayIndex
spycrab
2019-03-30
UICommon: Add NetPlayIndex helper
spycrab