summaryrefslogtreecommitdiffstats
path: root/src/core/internal_network/network.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-26Fix more Windows build errorscomex1-1/+3
2023-06-25Implement SSL servicecomex1-0/+34
2023-02-21net: translate ECONNRESET network errorMonsterDruide11-0/+1
2022-08-15core, network: Add ability to proxy socket packetsFearlessTobi1-38/+5
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi1-0/+0
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-08-16network: retrieve subnet mask and gateway infoSönke Holz1-0/+19
2021-08-12configuration: add option to select network interfacespholz1-2/+3
2021-02-28[network] Error handling reformcomex1-0/+6
2020-12-07network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex1-9/+15
2020-10-21Revert "core: Fix clang build"bunnei1-6/+6
2020-10-18core: Fix clang buildLioncash1-6/+6
2020-07-19core/network: Add network abstractionReinUsesLisp1-0/+87