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