summaryrefslogtreecommitdiffstats
path: root/src/core/network (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph5-15/+10
2022-04-07service: bsd: Add keepalive socket optiontech-ticks2-0/+6
2022-03-19core: Reduce unused includesameerj1-1/+0
2021-11-04core: Remove unused includesameerj1-1/+0
2021-10-02network: Do not log IP addressMorph1-2/+0
2021-09-11common: Move error handling to error.cpp/hMorph1-2/+3
2021-08-27network_interface: Cleanup codeMorph1-76/+83
2021-08-27network_interface: Replace default return value with std::nulloptMorph1-6/+6
2021-08-16network_interface: correct formattingSönke Holz1-1/+1
2021-08-16network_interface: fix mingw-w64 buildspholz1-1/+1
2021-08-16network: retrieve subnet mask and gateway infoSönke Holz4-16/+121
2021-08-13network: don't use reinterpret_cast in GetAvailableNetworkInterfacesspholz1-7/+4
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: use Common::BitCast instead of std::bit_castSönke Holz1-2/+3
2021-08-13network: narrow down scope of "result" in win32 code forSönke Holz1-4/+5
2021-08-13network: use explicit bool conversions in GetAvailableNetworkInterfacesSönke Holz1-1/+1
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 Holz2-8/+6
2021-08-12configuration: add option to select network interfacespholz4-22/+164
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 reformcomex2-95/+84
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`comex2-31/+37
2020-12-07CMakeLists,network: Create YUZU_UNIX macro to replace __unix__comex2-5/+5
2020-10-22core: Fix clang build pt.3Lioncash1-1/+1
2020-10-21Revert "core: Fix clang build"bunnei3-26/+23
2020-10-18core: Fix clang buildLioncash3-23/+26
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 abstractionReinUsesLisp3-0/+833