summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/bsd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement SSL servicecomex2023-06-251-2/+11
* service: move hle_ipc from kernelLiam2023-03-011-32/+32
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-11/+12
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-12/+11
* bsd: Use std::span for read payloadsameerj2022-12-291-11/+12
* core, network: Add ability to proxy socket packetsFearlessTobi2022-08-151-1/+12
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Reduce header include overheadMorph2021-10-071-2/+0
* service: bsd: Implement ReadMorph2021-09-241-0/+1
* bsd: Stub EventFdameerj2021-01-311-0/+1
* Stub GetSockOptgerman2021-01-281-0/+1
* hle: service: bsd: Update to work with service threads, removing SleepClientThread.bunnei2020-12-291-8/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+2
* Revert "core: Fix clang build"bunnei2020-10-211-3/+0
* core: Fix clang buildLioncash2020-10-181-0/+3
* services/bsd: Implement most of bsd:sReinUsesLisp2020-07-281-3/+145
* service/sockets: Add enumerations and structuresReinUsesLisp2020-07-281-0/+2
* bsd: Stub several more functions.bunnei2020-01-251-0/+4
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-1/+2
* service/sockets: Add missing bsdcfg socket serviceLioncash2018-07-261-0/+5
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl2018-03-251-0/+31