summaryrefslogtreecommitdiffstats
path: root/src/core/internal_network/network.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-12general: fix spelling mistakesLiam1-2/+2
2023-02-21net: translate ECONNRESET network errorMonsterDruide11-0/+4
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-2/+2
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-2/+2
2023-01-05net: Silently translate ETIMEDOUT network errorMonsterDruide11-1/+5
2022-12-29bsd: Use std::span for read payloadsameerj1-2/+2
2022-09-22sockets: Make fd member variable protectedLioncash1-6/+6
2022-08-15internal_network: Fix mingw compilationFearlessTobi1-4/+5
2022-08-15core, yuzu: Address first part of review commentsFearlessTobi1-4/+4
2022-08-15core, network: Add ability to proxy socket packetsFearlessTobi1-30/+31
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi1-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07service: bsd: Add keepalive socket optiontech-ticks1-0/+4
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