summaryrefslogtreecommitdiff
path: root/src/core/network
AgeCommit message (Expand)Author
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-07service: bsd: Add keepalive socket optiontech-ticks
2022-03-19core: Reduce unused includesameerj
2021-11-03core: Remove unused includesameerj
2021-10-01network: Do not log IP addressMorph
2021-09-11common: Move error handling to error.cpp/hMorph
2021-08-27network_interface: Cleanup codeMorph
2021-08-27network_interface: Replace default return value with std::nulloptMorph
2021-08-16network_interface: correct formattingSönke Holz
2021-08-16network_interface: fix mingw-w64 buildspholz
2021-08-16network: retrieve subnet mask and gateway infoSönke Holz
2021-08-13network: don't use reinterpret_cast in GetAvailableNetworkInterfacesspholz
2021-08-13network: fix mingw-w64 buildSönke Holz
2021-08-13network: don't use assert to check if no network interfaces are returnedSönke Holz
2021-08-13network: use Common::BitCast instead of std::bit_castSönke Holz
2021-08-13network: narrow down scope of "result" in win32 code forSönke Holz
2021-08-13network: use explicit bool conversions in GetAvailableNetworkInterfacesSönke Holz
2021-08-13network: initialize ip_addr in GetHostIPv4Address()Sönke Holz
2021-08-12network: correct formatting in network.cpp and network_interface.cppSönke Holz
2021-08-12configuration: add option to select network interfacespholz
2021-08-07network: GetAndLogLastError: ignore Errno::AGAINSönke Holz
2021-08-06network: fix fcntl cmdsSönke Holz
2021-08-02network: fix ternary operator in Socket::SendTospholz
2021-02-28[network] Error handling reformcomex
2020-12-09Merge pull request #5142 from comex/xx-poll-eventsRodrigo Locatti
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-12-06network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...comex
2020-12-06CMakeLists,network: Create YUZU_UNIX macro to replace __unix__comex
2020-10-21core: Fix clang build pt.3Lioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-07-22network: add missing include for BSDsJan Beich
2020-07-19core/network: Add network abstractionReinUsesLisp