summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl2018-02-222-0/+11
|
* [WIP] sfdnsres: stub (#146)mailwl2018-01-304-2/+51
| | | sfdnsres: Add several stubs
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-4/+4
|
* Start to implement/stub BSD:U and SFDNSRES services (#78)flerovium^-^2018-01-185-0/+152
* bsd: start stubbing bsd:u and sfdnsres * bsd: stubbed RegisterClient * bsd: attempt to get past socket() * bsd: fix some wrong assumptions about IPC * bsd: fix format specifiers * bsd: stubbed Connect() * bsd: stubbed SendTo() * made requested changes * sockets: respect alphabetical order at service installation * run clang-format * bsd: start stubbing bsd:u and sfdnsres * bsd: stubbed RegisterClient * bsd: attempt to get past socket() * bsd: fix some wrong assumptions about IPC * bsd: fix format specifiers * bsd: stubbed Connect() * bsd: stubbed SendTo() * made requested changes * sockets: respect alphabetical order at service installation * run clang-format * run clang-format (2)