aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Sockets
AgeCommit message (Expand)Author
2024-01-29Fix NRE when calling GetSockName before Bind (#6206)1.1.1142gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-11-15Migrate to .NET 8 (#5887)1.1.1084Zoltan Csizmadia
2023-09-19Stub unsupported BSD socket options (#5670)1.1.1019gdkchan
2023-07-17[Hotfix] sockets: Resolve empty port requests to 0 again (#5459)1.1.964TSRBerry
2023-07-16[Ryujinx.HLE] Address dotnet-format issues (#5380)1.1.962TSRBerry
2023-06-23"StartsWith" and "EndsWith" overloads that take a "char" should be used inste...1.1.903Marco Carvalho
2023-06-15Inheritance list should not be redundant (#5230)1.1.895Marco Carvalho
2023-06-15Blocks should be synchronized on read-only fields (#5212)1.1.894Marco Carvalho
2023-04-27Move solution and projects to srcTSR Berry