summaryrefslogtreecommitdiffstats
path: root/src/core/network/network.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-637/+0
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: bsd: Add keepalive socket optiontech-ticks2022-04-071-0/+4
* network: Do not log IP addressMorph2021-10-021-2/+0
* common: Move error handling to error.cpp/hMorph2021-09-111-2/+3
* network: retrieve subnet mask and gateway infoSönke Holz2021-08-161-11/+0
* network: fix mingw-w64 buildSönke Holz2021-08-131-4/+4
* network: don't use assert to check if no network interfaces are returnedSönke Holz2021-08-131-2/+4
* network: initialize ip_addr in GetHostIPv4Address()Sönke Holz2021-08-131-1/+1
* network: correct formatting in network.cpp and network_interface.cppSönke Holz2021-08-121-3/+3
* configuration: add option to select network interfacespholz2021-08-121-20/+23
* network: GetAndLogLastError: ignore Errno::AGAINSönke Holz2021-08-071-1/+5
* network: fix fcntl cmdsSönke Holz2021-08-061-2/+2
* network: fix ternary operator in Socket::SendTospholz2021-08-021-1/+1
* [network] Error handling reformcomex2021-02-281-95/+78
* Merge pull request #5142 from comex/xx-poll-eventsRodrigo Locatti2020-12-091-22/+22
|\
| * network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex2020-12-071-22/+22
* | core: Remove unnecessary enum casts in log callsLioncash2020-12-081-6/+6
* | CMakeLists,network: Create YUZU_UNIX macro to replace __unix__comex2020-12-071-3/+3
|/
* core: Fix clang build pt.3Lioncash2020-10-221-1/+1
* Revert "core: Fix clang build"bunnei2020-10-211-17/+14
* core: Fix clang buildLioncash2020-10-181-14/+17
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-24/+24
* network: add missing include for BSDsJan Beich2020-07-231-0/+2
* core/network: Add network abstractionReinUsesLisp2020-07-191-0/+652