summaryrefslogtreecommitdiffstats
path: root/src/core/network/network.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-02network: Do not log IP addressMorph1-2/+0
2021-09-11common: Move error handling to error.cpp/hMorph1-2/+3
2021-08-16network: retrieve subnet mask and gateway infoSönke Holz1-11/+0
2021-08-13network: fix mingw-w64 buildSönke Holz1-4/+4
2021-08-13network: don't use assert to check if no network interfaces are returnedSönke Holz1-2/+4
2021-08-13network: initialize ip_addr in GetHostIPv4Address()Sönke Holz1-1/+1
2021-08-12network: correct formatting in network.cpp and network_interface.cppSönke Holz1-3/+3
2021-08-12configuration: add option to select network interfacespholz1-20/+23
2021-08-07network: GetAndLogLastError: ignore Errno::AGAINSönke Holz1-1/+5
2021-08-06network: fix fcntl cmdsSönke Holz1-2/+2
2021-08-02network: fix ternary operator in Socket::SendTospholz1-1/+1
2021-02-28[network] Error handling reformcomex1-95/+78
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-6/+6
2020-12-07network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex1-22/+22
2020-12-07CMakeLists,network: Create YUZU_UNIX macro to replace __unix__comex1-3/+3
2020-10-22core: Fix clang build pt.3Lioncash1-1/+1
2020-10-21Revert "core: Fix clang build"bunnei1-17/+14
2020-10-18core: Fix clang buildLioncash1-14/+17
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-24/+24
2020-07-23network: add missing include for BSDsJan Beich1-0/+2
2020-07-19core/network: Add network abstractionReinUsesLisp1-0/+652