summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/sfdnsres.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* sfdnsres: ensure lp1 is not resolvedLiam2023-08-281-0/+12
* core: implement GetGaiStringErrorRequest, IContextRegistrarLiam2023-07-231-1/+15
* Updates:comex2023-07-021-17/+56
* PR feedback + constificationcomex2023-06-261-11/+11
* Fix more Windows build errorscomex2023-06-261-2/+2
* Fixes:comex2023-06-261-1/+1
* Implement SSL servicecomex2023-06-251-148/+197
* service: move hle_ipc from kernelLiam2023-03-011-4/+4
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-1/+1
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-1/+1
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-2/+2
* service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-251-3/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4Jan Beich2022-04-121-0/+4
* service: sfdnsres: Implement DNS address resolutiontech-ticks2022-04-081-5/+196
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
* sfdnsres: Use proper namesgerman772021-04-091-2/+2
* service: Eliminate usages of the global system instanceLioncash2020-11-271-19/+19
* service: Update function tablesVolcaEM2020-06-291-10/+15
* hle/service: Resolve unused variable warningsLioncash2019-04-041-2/+10
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* sockets: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-0/+1
* Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl2018-03-251-10/+12
* [WIP] sfdnsres: stub (#146)mailwl2018-01-301-0/+36