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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sockets: use safe access helpers
Liam
2023-10-25
1
-1
/
+1
*
sockets: avoid locking around socket session calls
Liam
2023-08-20
1
-0
/
+3
*
Implement SSL service
comex
2023-06-25
1
-2
/
+11
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-32
/
+32
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-11
/
+12
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
2023-02-02
1
-12
/
+11
*
bsd: Use std::span for read payloads
ameerj
2022-12-29
1
-11
/
+12
*
core, network: Add ability to proxy socket packets
FearlessTobi
2022-08-15
1
-1
/
+12
*
yuzu: Add ui files for multiplayer rooms
FearlessTobi
2022-07-25
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
service: Reduce header include overhead
Morph
2021-10-07
1
-2
/
+0
*
service: bsd: Implement Read
Morph
2021-09-24
1
-0
/
+1
*
bsd: Stub EventFd
ameerj
2021-01-31
1
-0
/
+1
*
Stub GetSockOpt
german
2021-01-28
1
-0
/
+1
*
hle: service: bsd: Update to work with service threads, removing SleepClientThread.
bunnei
2020-12-29
1
-8
/
+1
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-2
/
+2
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-3
/
+0
*
core: Fix clang build
Lioncash
2020-10-18
1
-0
/
+3
*
services/bsd: Implement most of bsd:s
ReinUsesLisp
2020-07-28
1
-3
/
+145
*
service/sockets: Add enumerations and structures
ReinUsesLisp
2020-07-28
1
-0
/
+2
*
bsd: Stub several more functions.
bunnei
2020-01-25
1
-0
/
+4
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-1
/
+2
*
service/sockets: Add missing bsdcfg socket service
Lioncash
2018-07-26
1
-0
/
+5
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
2018-03-25
1
-0
/
+31