summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets (follow)
Commit message (Expand)AuthorAgeFilesLines
* bsd: Avoid writing empty buffersMorph2021-03-161-2/+6
* bsd: Remove usage of optional emplace() with no argumentsLioncash2021-02-091-2/+4
* bsd: Fix EventFd stubMorph2021-01-311-3/+3
* bsd: Fix GetSockOpt stubMorph2021-01-311-1/+5
* bsd: Stub EventFdameerj2021-01-312-1/+12
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-1/+1
* Stub GetSockOptgerman2021-01-282-1/+17
* core: Silence warnings when compiling without assertsReinUsesLisp2021-01-051-0/+1
* hle: service: bsd: Update to work with service threads, removing SleepClientThread.bunnei2020-12-293-249/+45
* Merge pull request #5142 from comex/xx-poll-eventsRodrigo Locatti2020-12-094-40/+45
|\
| * network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex2020-12-074-40/+45
* | core: Remove unnecessary enum casts in log callsLioncash2020-12-082-9/+9
|/
* service: Eliminate usages of the global system instanceLioncash2020-11-279-38/+49
* Revert "core: Fix clang build"bunnei2020-10-213-46/+30
* core: Fix clang buildLioncash2020-10-183-30/+46
* core/CMakeLists: Make some warnings errorsLioncash2020-10-132-10/+10
* General: Make use of std::nullopt where applicableLioncash2020-09-221-1/+1
* bsd: Resolve unused value within SendToImplLioncash2020-09-071-0/+1
* bsd: Resolve sign comparison warningsLioncash2020-09-071-3/+3
* sockets_translate: Make use of designated initializersLioncash2020-09-071-12/+12
* blocking_worker: Make use of templated lambdaLioncash2020-09-071-3/+2
* blocking_worker: Resolve -Wdocumentation warningLioncash2020-09-071-1/+1
* service/bsd: Handle Poll with no entries accuratelyReinUsesLisp2020-07-281-0/+5
* services/bsd: Implement most of bsd:sReinUsesLisp2020-07-284-54/+910
* service/sockets: Add worker pool abstractionReinUsesLisp2020-07-281-0/+30
* service/sockets: Add worker abstraction to execute blocking calls asynchronouslyReinUsesLisp2020-07-281-0/+132
* service/sockets: Add translate functionsReinUsesLisp2020-07-282-0/+213
* service/sockets: Add enumerations and structuresReinUsesLisp2020-07-282-0/+81
* service: Update function tablesVolcaEM2020-06-293-11/+22
* service: Update function tablesLioncash2020-04-201-0/+1
* bsd: Stub several more functions.bunnei2020-01-252-4/+48
* service: Update function tablesLioncash2019-11-121-0/+5
* service: Update service function tablesLioncash2019-04-111-0/+5
* hle/service: Resolve unused variable warningsLioncash2019-04-041-2/+10
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-118-3/+18
* service/sockets: Add ethc:c and ethc:i servicesLioncash2018-07-263-0/+64
* service/sockets: Add missing bsdcfg socket serviceLioncash2018-07-263-0/+29
* Services/BSD: Corrected the return for StartMonitoring according to SwIPC.Subv2018-07-141-2/+1
* Update clang formatJames Rowe2018-07-031-2/+1
* Rename logging macro back to LOG_*James Rowe2018-07-032-7/+7
* sockets: Move logging macros over to new fmt-compatible onesLioncash2018-04-242-7/+8
* service: Use nested namespace specifiers where applicableLioncash2018-04-208-32/+16
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-172-0/+26
* Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl2018-03-257-30/+92
* Stub am::SetScreenShotPermission, and bsd::StartMonitoring functionsmailwl2018-02-222-0/+11
* [WIP] sfdnsres: stub (#146)mailwl2018-01-304-2/+51
* 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