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