59 Commits (7d89f2c1460b121bad14da5d1c7e13cc24e20527)

Author SHA1 Message Date
Liam 0cd9d51e06 sockets: avoid locking around socket session calls 2 years ago
Liam 3e3294e1c2 core: implement GetGaiStringErrorRequest, IContextRegistrar 2 years ago
comex 0e191c2711 Updates: 3 years ago
comex d885dd5b64 PR feedback + constification 3 years ago
comex 8e703e08df Implement SSL service 3 years ago
Liam 65be230fdd service: move hle_ipc from kernel 3 years ago
Narr the Reg 39ca7b2928 core: Update service function tables to 16.0.0+ 3 years ago
Liam a936972614 service: refactor server architecture 3 years ago
ameerj 2d2522693e Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" 3 years ago
liamwhite b01698775b
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" 3 years ago
ameerj a1490d77ac hle_ipc: Rename ReadBufferSpan to ReadBuffer 3 years ago
ameerj 7c1bf68bb4 bsd: Use std::span for read payloads 3 years ago
Andrea Pappacoda 4a493cb10f
chore: fix some typos 3 years ago
FearlessTobi d92826963a core/bsd: Correctly unbind methods in destructor 3 years ago
FearlessTobi f80c7c4cd5 core, network: Add ability to proxy socket packets 3 years ago
FearlessTobi 705f7db84d yuzu: Add ui files for multiplayer rooms 4 years ago
Link4565 912cae21b0 Enable the use of MSG_DONTWAIT flag on RecvImpl 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
tech-ticks 1c3983c12e service: bsd: Add keepalive socket option 4 years ago
bunnei 99770653bb hle: service: bsd: Create a service thread where appropriate. 4 years ago
ameerj ade596121b core: Reduce unused includes 4 years ago
Valeri 9e633999d6
bsd: Allow inexact match for address length in AcceptImpl 4 years ago
ameerj 7c4b6aab2e core: Remove unused includes 4 years ago
Morph 7dd7c54add service: bsd: Stub Read 4 years ago
Morph 06f22c3d28 service: bsd: Implement Read 4 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Morph 8441094ba3 bsd: Avoid writing empty buffers 5 years ago
Lioncash 0cd40fb523 bsd: Remove usage of optional emplace() with no arguments 5 years ago
Morph ded094a340 bsd: Fix EventFd stub 5 years ago
Morph 6cc769065d bsd: Fix GetSockOpt stub 5 years ago
ameerj ad146eca60 bsd: Stub EventFd 5 years ago
bunnei c0d3aef28c core: hle: kernel: Rename Thread to KThread. 5 years ago
german 659b5f8088 Stub GetSockOpt 5 years ago
bunnei 87d6588cb5 hle: service: bsd: Update to work with service threads, removing SleepClientThread. 5 years ago
Lioncash 6b7320add4 core: Remove unnecessary enum casts in log calls 5 years ago
comex 0791082b43 network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents` 5 years ago
Lioncash 1a954b2a59 service: Eliminate usages of the global system instance 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Lioncash ff45c39578 General: Make use of std::nullopt where applicable 5 years ago
Lioncash 40968e3993 bsd: Resolve unused value within SendToImpl 5 years ago
Lioncash cd643ab5c9 bsd: Resolve sign comparison warnings 5 years ago
ReinUsesLisp bc699ace15 service/bsd: Handle Poll with no entries accurately 6 years ago
ReinUsesLisp f7d59f3e0e services/bsd: Implement most of bsd:s 6 years ago
Lioncash 99eaa2e6f2 service: Update function tables 6 years ago
bunnei 2a822f3378 bsd: Stub several more functions. 6 years ago
Lioncash ca96dc4676 service: Update service function tables 7 years ago
Lioncash 6ac955a0b4 hle/service: Default constructors and destructors in the cpp file where applicable 7 years ago
Lioncash 165e7645e1 service/sockets: Add missing bsdcfg socket service 8 years ago
Subv b07f4d6afb Services/BSD: Corrected the return for StartMonitoring according to SwIPC. 8 years ago