summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-09sfdnsres: Use proper namesgerman771-2/+2
2021-04-09nsd: Update to 12.xgerman771-0/+1
2021-04-09ethc: Update to 12.xgerman771-0/+1
2021-03-16bsd: Avoid writing empty buffersMorph1-2/+6
2021-02-09bsd: Remove usage of optional emplace() with no argumentsLioncash1-2/+4
2021-01-31bsd: Fix EventFd stubMorph1-3/+3
2021-01-31bsd: Fix GetSockOpt stubMorph1-1/+5
2021-01-31bsd: Stub EventFdameerj2-1/+12
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei1-1/+1
2021-01-28Stub GetSockOptgerman2-1/+17
2021-01-05core: Silence warnings when compiling without assertsReinUsesLisp1-0/+1
2020-12-29hle: service: bsd: Update to work with service threads, removing SleepClientThread.bunnei3-249/+45
2020-12-08core: Remove unnecessary enum casts in log callsLioncash2-9/+9
2020-12-07network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex4-40/+45
2020-11-27service: Eliminate usages of the global system instanceLioncash9-38/+49
2020-10-21Revert "core: Fix clang build"bunnei3-46/+30
2020-10-18core: Fix clang buildLioncash3-30/+46
2020-10-13core/CMakeLists: Make some warnings errorsLioncash2-10/+10
2020-09-22General: Make use of std::nullopt where applicableLioncash1-1/+1
2020-09-07bsd: Resolve unused value within SendToImplLioncash1-0/+1
2020-09-07bsd: Resolve sign comparison warningsLioncash1-3/+3
2020-09-07sockets_translate: Make use of designated initializersLioncash1-12/+12
2020-09-07blocking_worker: Make use of templated lambdaLioncash1-3/+2
2020-09-07blocking_worker: Resolve -Wdocumentation warningLioncash1-1/+1
2020-07-28service/bsd: Handle Poll with no entries accuratelyReinUsesLisp1-0/+5
2020-07-28services/bsd: Implement most of bsd:sReinUsesLisp4-54/+910
2020-07-28service/sockets: Add worker pool abstractionReinUsesLisp1-0/+30
2020-07-28service/sockets: Add worker abstraction to execute blocking calls asynchronouslyReinUsesLisp1-0/+132
2020-07-28service/sockets: Add translate functionsReinUsesLisp2-0/+213
2020-07-28service/sockets: Add enumerations and structuresReinUsesLisp2-0/+81
2020-06-29service: Update function tablesVolcaEM3-11/+22
2020-04-20service: Update function tablesLioncash1-0/+1
2020-01-25bsd: Stub several more functions.bunnei2-4/+48
2019-11-12service: Update function tablesLioncash1-0/+5
2019-04-11service: Update service function tablesLioncash1-0/+5
2019-04-04hle/service: Resolve unused variable warningsLioncash1-2/+10
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash8-3/+18
2018-07-26service/sockets: Add ethc:c and ethc:i servicesLioncash3-0/+64
2018-07-26service/sockets: Add missing bsdcfg socket serviceLioncash3-0/+29
2018-07-14Services/BSD: Corrected the return for StartMonitoring according to SwIPC.Subv1-2/+1
2018-07-03Update clang formatJames Rowe1-2/+1
2018-07-03Rename logging macro back to LOG_*James Rowe2-7/+7
2018-04-24sockets: Move logging macros over to new fmt-compatible onesLioncash2-7/+8
2018-04-20service: Use nested namespace specifiers where applicableLioncash8-32/+16
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon122-0/+26
2018-03-25Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl7-30/+92
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl2-0/+11
2018-01-30[WIP] sfdnsres: stub (#146)mailwl4-2/+51
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-4/+4
2018-01-18Start to implement/stub BSD:U and SFDNSRES services (#78)flerovium^-^5-0/+152