index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
sockets
/
sockets.h
Age
Commit message (
Expand
)
Author
2024-01-30
Update sockets.h
LotP1
2024-01-30
Update src/core/hle/service/sockets/sockets.h
LotP1
2024-01-30
Update sockets.h
LotP1
2023-08-15
Improve behavior when sending to closed connection
comex
2023-06-25
Implement SSL service
comex
2023-03-01
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-02-21
net: translate ECONNRESET network error
MonsterDruide1
2023-02-21
service: refactor server architecture
Liam
2022-08-15
core, network: Add ability to proxy socket packets
FearlessTobi
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-07
service: bsd: Add keepalive socket option
tech-ticks
2021-10-07
service: Reduce header include overhead
Morph
2020-12-06
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...
comex
2020-07-28
services/bsd: Implement most of bsd:s
ReinUsesLisp
2020-07-28
service/sockets: Add enumerations and structures
ReinUsesLisp
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-01-18
Start to implement/stub BSD:U and SFDNSRES services (#78)
flerovium^-^