index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Ryujinx.HLE
/
HOS
/
Services
/
Sockets
Age
Commit message (
Expand
)
Author
2023-04-27
Move solution and projects to src
TSR Berry
2023-04-14
Rename Hipc to Cmif where appropriate (#3880)
Alex Barney
2023-02-28
Sockets: Properly convert error codes on MacOS (#4491)
riperiperi
2023-01-18
Optimize string memory usage. Use Spans and StringBuilders where possible (#3...
Andrey Sukharev
2022-12-26
bsd::RecvFrom: verify output buffer size before writing socket address (#4135)
gnisman
2022-12-12
Bsd: Add support for dns_mitm (#4102)
TSRBerry
2022-12-12
Bsd: Implement Select (#4017)
TSRBerry
2022-12-04
Use source generated regular expressions (#4005)
Andrey Sukharev
2022-11-28
sfdnsres; Fix deserializer of AddrInfoSerialized when addresses are empty (#3...
Ac_K
2022-11-27
bsd: Fix eventfd broken logic (#3647)
Mary-nyan
2022-10-15
bsd: Check if socket is bound before calling RecvFrom() (#3761)
TSRBerry
2022-09-07
bsd: improve socket poll
Mary
2022-09-07
bsd: implement SendMMsg and RecvMMsg (#3660)
Mary-nyan
2022-09-01
Bsd: Fix NullReferenceException in BsdSockAddr.FromIPEndPoint() (#3652)
TSRBerry
2022-09-01
bsd: Fix Poll(0) returning ETIMEDOUT instead of SUCCESS
Mary
2022-09-01
sfdsnres: fix endianess issue for port serialisation
Mary
2022-08-28
Bsd: Fix ArgumentOutOfRangeException in SetSocketOption (#3633)
TSRBerry
2022-08-26
bsd: Fix Poll writting in input buffer (#3630)
Mary-nyan
2022-08-18
Removed unused usings. (#3593)
Nicholas Rodine
2022-08-11
Rename ToSpan to AsSpan (#3556)
gdkchan
2022-08-03
Sfdnsres; Stub ResolverSetOptionRequest (#3493)
Ac_K
2022-07-14
BSD: Allow use of DontWait flag in Receive (#3462)
Fruityloops
2022-07-12
Handle the case where byte optionValues are sent to BSD (#3405)
riperiperi
2022-06-12
Less invasive fix for EventFd blocking operations (#3394)
gdkchan
2022-06-11
Allow concurrent BSD EventFd read/write (#3385)
gdkchan
2022-02-09
misc: Make PID unsigned long instead of long (#3043)
Mary
2022-01-12
bsd: Revamp API and make socket abstract (#2960)
Mary
2022-01-12
sfdnsres: Fix serialization issues (#2992)
Mary
2022-01-11
sfdnsres: Block communication attempt with NPLN servers (#2990)
Mary
2022-01-08
Return error on DNS resolution when guest internet access is disabled (#2983)
gdkchan
2022-01-03
sfdnsres: Implement NSD resolution (#2962)
Mary
2022-01-03
misc: Improve DNS blacklist for Nintendo servers (#2963)
Mary
2021-12-29
Improve SocketOption handling (#2946)
gdkchan
2021-12-28
Fix GetHostByNameRequestWithOptions and GetHostByAddrRequestWithOptions (#2943)
gdkchan
2021-12-26
Fix GetAddrInfoWithOptions and some sockets issues (#2936)
gdkchan
2021-10-24
hle: Improve safety (#2778)
Mary
2021-09-15
hos: Cleanup the project (#2634)
Ac_K
2021-08-11
hle: Tidy-up ServiceNotImplementedException (#2535)
jduncanator
2021-05-05
nsd: Cleanup the service and implement some calls (#2250)
Ac_K
2021-04-24
HLE: Fix integer sign inconcistency accross the codebase (#2222)
Mary
2021-04-14
nsd/ssl: Fix Resolve/ResolveEx and stub GetConnectionCount (#2208)
Ac_K
2021-04-14
Initial support for the new 12.x IPC system (#2182)
Mary
2021-04-13
nifm/ssl: Implement GetCurrentNetworkProfile and stub Ssl Service (#2186)
Ac_K
2021-03-30
Patch up DNS Blacklist (#2153)
mageven
2021-03-24
sfdnsres: Cleanup service and implements some calls (#2130)
Ac_K
2020-12-02
Create a single guest process per IPC message processor (#1769)
gdkchan
2020-12-02
IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...
gdkchan
2020-09-22
IPC refactor part 1: Use explicit separate threads to process requests (#1447)
gdkchan
2020-08-04
Improved Logger (#1292)
mageven
2020-07-04
Fix compilation warnings and use new LibHac APIs for executable loading (#1350)
Mary
[next]