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
/
hle
/
service
/
sockets
/
sockets.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
Update sockets.h
LotP1
1
-1
/
+1
2024-01-30
Update src/core/hle/service/sockets/sockets.h
LotP1
1
-1
/
+1
2024-01-30
Update sockets.h
LotP1
1
-0
/
+1
2023-08-16
Improve behavior when sending to closed connection
comex
1
-0
/
+2
2023-06-25
Implement SSL service
comex
1
-1
/
+32
2023-02-21
net: translate ECONNRESET network error
MonsterDruide1
1
-0
/
+1
2023-02-21
service: refactor server architecture
Liam
1
-6
/
+1
2022-08-15
core, network: Add ability to proxy socket packets
FearlessTobi
1
-4
/
+2
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-04-07
service: bsd: Add keepalive socket option
tech-ticks
1
-0
/
+1
2021-10-07
service: Reduce header include overhead
Morph
1
-1
/
+5
2020-12-07
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`
comex
1
-9
/
+14
2020-07-28
services/bsd: Implement most of bsd:s
ReinUsesLisp
1
-1
/
+5
2020-07-28
service/sockets: Add enumerations and structures
ReinUsesLisp
1
-0
/
+79
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
1
-4
/
+2
2018-01-18
Start to implement/stub BSD:U and SFDNSRES services (#78)
flerovium^-^
1
-3
/
+3
2018-01-15
audio: Stub out AudOutU::ListAudioOuts.
bunnei
1
-3
/
+3
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
1
-1
/
+1
2017-12-29
service: Add empty interface for pctl:a.
bunnei
1
-3
/
+3
2017-10-15
hle: Add service stubs for apm and appletOE.
bunnei
1
-12
/
+3
2017-10-15
hle: Initial implementation of NX service framework and IPC.
bunnei
1
-0
/
+25