29 Commits (419f0efe067ed4e32e71409a5721bb2d88d047b4)

Author SHA1 Message Date
Morph c0ff1dce0b common: Move error handling to error.cpp/h 5 years ago
Morph b755cdbd57 network_interface: Cleanup code 5 years ago
Morph 2d685e5a51 network_interface: Replace default return value with std::nullopt 5 years ago
Sönke Holz 12499a34e6 network_interface: correct formatting 5 years ago
spholz 9701ec5ddf network_interface: fix mingw-w64 build 5 years ago
Sönke Holz 363236e2c6 network: retrieve subnet mask and gateway info 5 years ago
spholz 9826ea72b2 network: don't use reinterpret_cast in GetAvailableNetworkInterfaces 5 years ago
Sönke Holz 8c9ce19145 network: fix mingw-w64 build 5 years ago
Sönke Holz da59702a7d network: don't use assert to check if no network interfaces are returned 5 years ago
Sönke Holz b8b4170dd6 network: use Common::BitCast instead of std::bit_cast 5 years ago
Sönke Holz 8e6aa553c0 network: narrow down scope of "result" in win32 code for 5 years ago
Sönke Holz a7e514f3db network: use explicit bool conversions in GetAvailableNetworkInterfaces 5 years ago
Sönke Holz 052fb4ec7e network: initialize ip_addr in GetHostIPv4Address() 5 years ago
Sönke Holz d5e4ac4b29 network: correct formatting in network.cpp and network_interface.cpp 5 years ago
spholz bef7cbbe41 configuration: add option to select network interface 5 years ago
Sönke Holz 47f72f9345 network: GetAndLogLastError: ignore Errno::AGAIN 5 years ago
Sönke Holz 35b86fce87 network: fix fcntl cmds 5 years ago
spholz e08a9d00e0 network: fix ternary operator in Socket::SendTo 5 years ago
comex 4258b4985a [network] Error handling reform 5 years ago
Lioncash 8f135703dc core: Remove unnecessary enum casts in log calls 5 years ago
comex f5937952aa network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` 6 years ago
comex 3c7962df41 CMakeLists,network: Create YUZU_UNIX macro to replace __unix__ 6 years ago
Lioncash c7b6027f34 core: Fix clang build pt.3 6 years ago
bunnei deb3536936 Revert "core: Fix clang build" 6 years ago
Lioncash 18636013c9 core: Fix clang build 6 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 6 years ago
Jan Beich 423d410d7c network: add missing include for BSDs 6 years ago
ReinUsesLisp fc8ff7f4ef core/network: Add network abstraction 6 years ago