summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/bsd.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-23chore: fix some typosAndrea Pappacoda1-1/+1
2022-08-27core/bsd: Correctly unbind methods in destructorFearlessTobi1-1/+5
2022-08-15core, network: Add ability to proxy socket packetsFearlessTobi1-4/+36
2022-07-25yuzu: Add ui files for multiplayer roomsFearlessTobi1-2/+2
2022-07-16Enable the use of MSG_DONTWAIT flag on RecvImplLink45651-1/+19
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07service: bsd: Add keepalive socket optiontech-ticks1-0/+3
2022-04-02hle: service: bsd: Create a service thread where appropriate.bunnei1-1/+2
2022-03-19core: Reduce unused includesameerj1-1/+0
2022-03-15bsd: Allow inexact match for address length in AcceptImplValeri1-2/+2
2021-11-04core: Remove unused includesameerj1-1/+0
2021-09-25service: bsd: Stub ReadMorph1-6/+5
2021-09-24service: bsd: Implement ReadMorph1-1/+14
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-16/+16
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 EventFdameerj1-1/+11
2021-01-29core: hle: kernel: Rename Thread to KThread.bunnei1-1/+1
2021-01-28Stub GetSockOptgerman1-1/+16
2020-12-29hle: service: bsd: Update to work with service threads, removing SleepClientThread.bunnei1-80/+44
2020-12-08core: Remove unnecessary enum casts in log callsLioncash1-3/+3
2020-12-07network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex1-4/+4
2020-11-27service: Eliminate usages of the global system instanceLioncash1-3/+3
2020-10-21Revert "core: Fix clang build"bunnei1-42/+30
2020-10-18core: Fix clang buildLioncash1-30/+42
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-07-28service/bsd: Handle Poll with no entries accuratelyReinUsesLisp1-0/+5
2020-07-28services/bsd: Implement most of bsd:sReinUsesLisp1-47/+757
2020-04-20service: Update function tablesLioncash1-0/+1
2020-01-25bsd: Stub several more functions.bunnei1-4/+44
2019-04-11service: Update service function tablesLioncash1-0/+5
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+4
2018-07-26service/sockets: Add missing bsdcfg socket serviceLioncash1-0/+22
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 Rowe1-6/+6
2018-04-24sockets: Move logging macros over to new fmt-compatible onesLioncash1-6/+7
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon121-0/+25
2018-03-25Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl1-14/+16
2018-02-22Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl1-0/+10
2018-01-30[WIP] sfdnsres: stub (#146)mailwl1-1/+12
2018-01-25hle: Rename RequestBuilder to ResponseBuilder.bunnei1-4/+4
2018-01-18Start to implement/stub BSD:U and SFDNSRES services (#78)flerovium^-^1-0/+67