aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/sockets
AgeCommit message (Expand)Author
2022-07-16Enable the use of MSG_DONTWAIT flag on RecvImplLink4565
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-11service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4Jan Beich
2022-04-10Merge pull request #8171 from tech-ticks/skyline-improvementsFernando S
2022-04-08service: sfdnsres: Implement DNS address resolutiontech-ticks
2022-04-07service: bsd: Add keepalive socket optiontech-ticks
2022-04-02hle: service: bsd: Create a service thread where appropriate.bunnei
2022-03-19core: Reduce unused includesameerj
2022-03-15bsd: Allow inexact match for address length in AcceptImplValeri
2021-11-03core: Remove unused includesameerj
2021-10-07service: Reduce header include overheadMorph
2021-09-25service: bsd: Stub ReadMorph
2021-09-24service: bsd: Implement ReadMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-04-08sfdnsres: Use proper namesgerman77
2021-04-08nsd: Update to 12.xgerman77
2021-04-08ethc: Update to 12.xgerman77
2021-03-16bsd: Avoid writing empty buffersMorph
2021-02-09bsd: Remove usage of optional emplace() with no argumentsLioncash
2021-01-31bsd: Fix EventFd stubMorph
2021-01-31bsd: Fix GetSockOpt stubMorph
2021-01-30bsd: Stub EventFdameerj
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2021-01-27Stub GetSockOptgerman
2021-01-05core: Silence warnings when compiling without assertsReinUsesLisp
2020-12-28hle: service: bsd: Update to work with service threads, removing SleepClientT...bunnei
2020-12-09Merge pull request #5142 from comex/xx-poll-eventsRodrigo Locatti
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-12-06network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...comex
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-09-22General: Make use of std::nullopt where applicableLioncash
2020-09-07bsd: Resolve unused value within SendToImplLioncash
2020-09-07bsd: Resolve sign comparison warningsLioncash
2020-09-07sockets_translate: Make use of designated initializersLioncash
2020-09-07blocking_worker: Make use of templated lambdaLioncash
2020-09-07blocking_worker: Resolve -Wdocumentation warningLioncash
2020-07-28service/bsd: Handle Poll with no entries accuratelyReinUsesLisp
2020-07-28services/bsd: Implement most of bsd:sReinUsesLisp
2020-07-28service/sockets: Add worker pool abstractionReinUsesLisp
2020-07-28service/sockets: Add worker abstraction to execute blocking calls asynchronouslyReinUsesLisp
2020-07-28service/sockets: Add translate functionsReinUsesLisp
2020-07-28service/sockets: Add enumerations and structuresReinUsesLisp
2020-06-29service: Update function tablesVolcaEM
2020-04-20service: Update function tablesLioncash
2020-01-25bsd: Stub several more functions.bunnei
2019-11-12service: Update function tablesLioncash
2019-04-11service: Update service function tablesLioncash