summaryrefslogtreecommitdiff
path: root/src/core/network/network_interface.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi2022-07-251-209/+0
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* network_interface: Cleanup codeGravatar Morph2021-08-271-76/+83
* network_interface: Replace default return value with std::nulloptGravatar Morph2021-08-271-6/+6
* network_interface: correct formattingGravatar Sönke Holz2021-08-161-1/+1
* network_interface: fix mingw-w64 buildGravatar spholz2021-08-161-1/+1
* network: retrieve subnet mask and gateway infoGravatar Sönke Holz2021-08-161-5/+98
* network: don't use reinterpret_cast in GetAvailableNetworkInterfacesGravatar spholz2021-08-131-7/+4
* network: use Common::BitCast instead of std::bit_castGravatar Sönke Holz2021-08-131-2/+3
* network: narrow down scope of "result" in win32 code forGravatar Sönke Holz2021-08-131-4/+5
* network: use explicit bool conversions in GetAvailableNetworkInterfacesGravatar Sönke Holz2021-08-131-1/+1
* network: correct formatting in network.cpp and network_interface.cppGravatar Sönke Holz2021-08-121-5/+3
* configuration: add option to select network interfaceGravatar spholz2021-08-121-0/+113