index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
sockets
/
bsd.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
sockets: use safe access helpers
Liam
1
-1
/
+1
2023-08-20
sockets: avoid locking around socket session calls
Liam
1
-0
/
+3
2023-06-25
Implement SSL service
comex
1
-2
/
+11
2023-03-01
service: move hle_ipc from kernel
Liam
1
-32
/
+32
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
1
-11
/
+12
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
1
-12
/
+11
2022-12-29
bsd: Use std::span for read payloads
ameerj
1
-11
/
+12
2022-08-15
core, network: Add ability to proxy socket packets
FearlessTobi
1
-1
/
+12
2022-07-25
yuzu: Add ui files for multiplayer rooms
FearlessTobi
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-10-07
service: Reduce header include overhead
Morph
1
-2
/
+0
2021-09-24
service: bsd: Implement Read
Morph
1
-0
/
+1
2021-01-31
bsd: Stub EventFd
ameerj
1
-0
/
+1
2021-01-28
Stub GetSockOpt
german
1
-0
/
+1
2020-12-29
hle: service: bsd: Update to work with service threads, removing SleepClientThread.
bunnei
1
-8
/
+1
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-2
/
+2
2020-10-21
Revert "core: Fix clang build"
bunnei
1
-3
/
+0
2020-10-18
core: Fix clang build
Lioncash
1
-0
/
+3
2020-07-28
services/bsd: Implement most of bsd:s
ReinUsesLisp
1
-3
/
+145
2020-07-28
service/sockets: Add enumerations and structures
ReinUsesLisp
1
-0
/
+2
2020-01-25
bsd: Stub several more functions.
bunnei
1
-0
/
+4
2018-09-11
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
1
-1
/
+2
2018-07-26
service/sockets: Add missing bsdcfg socket service
Lioncash
1
-0
/
+5
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
1
-4
/
+2
2018-03-25
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
1
-3
/
+3
2018-02-22
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
mailwl
1
-0
/
+1
2018-01-30
[WIP] sfdnsres: stub (#146)
mailwl
1
-0
/
+1
2018-01-18
Start to implement/stub BSD:U and SFDNSRES services (#78)
flerovium^-^
1
-0
/
+29