aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Sockets/Bsd
AgeCommit message (Expand)Author
2022-08-26bsd: Fix Poll writting in input buffer (#3630)Mary-nyan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-08-11Rename ToSpan to AsSpan (#3556)gdkchan
2022-07-14BSD: Allow use of DontWait flag in Receive (#3462)Fruityloops
2022-07-12Handle the case where byte optionValues are sent to BSD (#3405)riperiperi
2022-06-12Less invasive fix for EventFd blocking operations (#3394)gdkchan
2022-06-11Allow concurrent BSD EventFd read/write (#3385)gdkchan
2022-02-09misc: Make PID unsigned long instead of long (#3043)Mary
2022-01-12bsd: Revamp API and make socket abstract (#2960)Mary
2021-12-29Improve SocketOption handling (#2946)gdkchan
2021-12-26Fix GetAddrInfoWithOptions and some sockets issues (#2936)gdkchan
2021-09-15hos: Cleanup the project (#2634)Ac_K
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2021-04-14Initial support for the new 12.x IPC system (#2182)Mary
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-04sockets: Make sure to write the receivedBuffer (#1346)Mary
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2019-12-23Fix an endge case in bsd IClient::Poll implementation (#848)Thog
2019-11-23Use BinaryPrimitives.ReverseEndianness instead EndianSwap class (#832)Ac_K
2019-10-11Fix hwopus DecodeInterleaved implementation (#786)Thomas Guillemard
2019-09-19Refactoring HOS folder structure (#771)Ac_K