summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/sockets/sockets.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-30Update sockets.hLotP11-1/+1
2024-01-30Update src/core/hle/service/sockets/sockets.hLotP11-1/+1
2024-01-30Update sockets.hLotP11-0/+1
2023-08-16Improve behavior when sending to closed connectioncomex1-0/+2
2023-06-25Implement SSL servicecomex1-1/+32
2023-02-21net: translate ECONNRESET network errorMonsterDruide11-0/+1
2023-02-21service: refactor server architectureLiam1-6/+1
2022-08-15core, network: Add ability to proxy socket packetsFearlessTobi1-4/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07service: bsd: Add keepalive socket optiontech-ticks1-0/+1
2021-10-07service: Reduce header include overheadMorph1-1/+5
2020-12-07network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex1-9/+14
2020-07-28services/bsd: Implement most of bsd:sReinUsesLisp1-1/+5
2020-07-28service/sockets: Add enumerations and structuresReinUsesLisp1-0/+79
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-01-18Start to implement/stub BSD:U and SFDNSRES services (#78)flerovium^-^1-3/+3
2018-01-15audio: Stub out AudOutU::ListAudioOuts.bunnei1-3/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-3/+3
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-12/+3
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25