summaryrefslogtreecommitdiff
path: root/src/core/hle/service/sockets/sfdnsres.cpp
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-08-28sfdnsres: ensure lp1 is not resolvedLiam
2023-07-22core: implement GetGaiStringErrorRequest, IContextRegistrarLiam
2023-07-01Updates:comex
2023-06-25PR feedback + constificationcomex
2023-06-25Fix more Windows build errorscomex
2023-06-25Fixes:comex
2023-06-25Implement SSL servicecomex
2023-03-01service: move hle_ipc from kernelLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj
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-08service: sfdnsres: Implement DNS address resolutiontech-ticks
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-04-08sfdnsres: Use proper namesgerman77
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-06-29service: Update function tablesVolcaEM
2019-04-04hle/service: Resolve unused variable warningsLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24sockets: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon12
2018-03-25Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl
2018-01-29[WIP] sfdnsres: stub (#146)mailwl