summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/bsd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* sockets: use safe access helpersLiam2023-10-251-40/+37
* bsd: Demote "Select" log to dehugFearlessTobi2023-09-121-1/+1
* sockets: avoid locking around socket session callsLiam2023-08-201-0/+5
* core: implement GetGaiStringErrorRequest, IContextRegistrarLiam2023-07-231-1/+1
* Updates:comex2023-07-021-5/+18
* PR feedback + constificationcomex2023-06-261-4/+4
* Implement SSL servicecomex2023-06-251-14/+93
* service: move hle_ipc from kernelLiam2023-03-011-33/+33
* Merge pull request #9832 from liamwhite/hle-mpliamwhite2023-03-011-2/+1
|\
| * service: refactor server architectureLiam2023-02-211-2/+1
* | core: Update service function tables to 16.0.0+Narr the Reg2023-02-251-0/+3
|/
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-8/+7
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-7/+8
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-8/+8
* bsd: Use std::span for read payloadsameerj2022-12-291-15/+14
* chore: fix some typosAndrea Pappacoda2022-09-231-1/+1
* core/bsd: Correctly unbind methods in destructorFearlessTobi2022-08-271-1/+5
* core, network: Add ability to proxy socket packetsFearlessTobi2022-08-151-4/+36
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-2/+2
* Enable the use of MSG_DONTWAIT flag on RecvImplLink45652022-07-161-1/+19
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* Merge pull request #8171 from tech-ticks/skyline-improvementsFernando S2022-04-101-0/+3
|\
| * service: bsd: Add keepalive socket optiontech-ticks2022-04-071-0/+3
* | hle: service: bsd: Create a service thread where appropriate.bunnei2022-04-021-1/+2
|/
* core: Reduce unused includesameerj2022-03-191-1/+0
* bsd: Allow inexact match for address length in AcceptImplValeri2022-03-151-2/+2
* core: Remove unused includesameerj2021-11-041-1/+0
* service: bsd: Stub ReadMorph2021-09-251-6/+5
* service: bsd: Implement ReadMorph2021-09-241-1/+14
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-16/+16
* bsd: Avoid writing empty buffersMorph2021-03-161-2/+6
* bsd: Remove usage of optional emplace() with no argumentsLioncash2021-02-091-2/+4
* bsd: Fix EventFd stubMorph2021-01-311-3/+3
* bsd: Fix GetSockOpt stubMorph2021-01-311-1/+5
* bsd: Stub EventFdameerj2021-01-311-1/+11
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-1/+1
* Stub GetSockOptgerman2021-01-281-1/+16
* hle: service: bsd: Update to work with service threads, removing SleepClientThread.bunnei2020-12-291-80/+44
* Merge pull request #5142 from comex/xx-poll-eventsRodrigo Locatti2020-12-091-4/+4
|\
| * network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex2020-12-071-4/+4
* | core: Remove unnecessary enum casts in log callsLioncash2020-12-081-3/+3
|/
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+3
* Revert "core: Fix clang build"bunnei2020-10-211-42/+30
* core: Fix clang buildLioncash2020-10-181-30/+42
* General: Make use of std::nullopt where applicableLioncash2020-09-221-1/+1
* bsd: Resolve unused value within SendToImplLioncash2020-09-071-0/+1
* bsd: Resolve sign comparison warningsLioncash2020-09-071-3/+3
* service/bsd: Handle Poll with no entries accuratelyReinUsesLisp2020-07-281-0/+5
* services/bsd: Implement most of bsd:sReinUsesLisp2020-07-281-47/+757
* service: Update function tablesLioncash2020-04-201-0/+1
* bsd: Stub several more functions.bunnei2020-01-251-4/+44
* service: Update service function tablesLioncash2019-04-111-0/+5
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+4
* service/sockets: Add missing bsdcfg socket serviceLioncash2018-07-261-0/+22
* Services/BSD: Corrected the return for StartMonitoring according to SwIPC.Subv2018-07-141-2/+1
* Update clang formatJames Rowe2018-07-031-2/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-6/+6
* sockets: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-6/+7
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-0/+25
* Service/sockets: add bsd:s, nsd:a, nsd:u servicesmailwl2018-03-251-0/+90