index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
internal_network
Age
Commit message (
Expand
)
Author
2024-01-30
internal_network: only poll for accept on blocking sockets
Liam
2023-09-08
internal_network: log error on interrupt pipe read failure
Liam
2023-08-26
internal_network: cancel pending socket operations on application process ter...
Liam
2023-08-15
Improve behavior when sending to closed connection
comex
2023-08-14
Revert "Silence nifm spam"
FearlessTobi
2023-07-17
network: Forward declarations
Morph
2023-07-01
Updates:
comex
2023-06-25
network.cpp: include expected.h
comex
2023-06-25
Fix more Windows build errors
comex
2023-06-25
Fixes:
comex
2023-06-25
Implement SSL service
comex
2023-04-22
Silence nifm spam
Kelebek1
2023-04-02
general: fixes for gcc 13
Liam
2023-03-12
general: fix spelling mistakes
Liam
2023-02-21
net: translate ECONNRESET network error
MonsterDruide1
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2023-01-30
Merge pull request #9508 from ameerj/hle-ipc-buffer-span
bunnei
2023-01-05
net: Silently translate ETIMEDOUT network error
MonsterDruide1
2022-12-28
bsd: Use std::span for read payloads
ameerj
2022-11-22
general: fix compile for Apple Clang
Liam
2022-11-04
network: add missing header for SO_* on Unix after f80c7c4cd5c0
Jan Beich
2022-10-01
Merge pull request #8876 from FearlessTobi/multiplayer-part3
bunnei
2022-09-22
sockets: Make fd member variable protected
Lioncash
2022-09-20
Address some review comments
FearlessTobi
2022-09-10
yuzu: Multiple room UI improvements
german77
2022-09-09
ldn: Initial implementation
FearlessTobi
2022-08-27
core/socket_proxy: Correct broadcast behavior
FearlessTobi
2022-08-15
core/socket_proxy: Final nits
FearlessTobi
2022-08-15
core: network: Address review comments
german77
2022-08-15
internal_network: Fix mingw compilation
FearlessTobi
2022-08-15
core, yuzu: Address first part of review comments
FearlessTobi
2022-08-15
core/socket_proxy: Fix compilation
FearlessTobi
2022-08-15
Make copyright headers SPDX-compliant
FearlessTobi
2022-08-15
core, network: Add ability to proxy socket packets
FearlessTobi
2022-07-25
yuzu: Add ui files for multiplayer rooms
FearlessTobi