summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/sfdnsres.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-28sfdnsres: ensure lp1 is not resolvedLiam1-0/+12
2023-07-23core: implement GetGaiStringErrorRequest, IContextRegistrarLiam1-1/+15
2023-07-02Updates:comex1-17/+56
2023-06-26PR feedback + constificationcomex1-11/+11
2023-06-26Fix more Windows build errorscomex1-2/+2
2023-06-26Fixes:comex1-1/+1
2023-06-25Implement SSL servicecomex1-148/+197
2023-03-01service: move hle_ipc from kernelLiam1-4/+4
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-1/+1
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-1/+1
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-2/+2
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-3/+3
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-12service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4Jan Beich1-0/+4
2022-04-08service: sfdnsres: Implement DNS address resolutiontech-ticks1-5/+196
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
2021-04-09sfdnsres: Use proper namesgerman771-2/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash1-19/+19
2020-06-29service: Update function tablesVolcaEM1-10/+15
2019-04-04hle/service: Resolve unused variable warningsLioncash1-2/+10
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-24sockets: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon121-0/+1
2018-03-25Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl1-10/+12
2018-01-30[WIP] sfdnsres: stub (#146)mailwl1-0/+36