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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
9
-38
/
+49
*
Revert "core: Fix clang build"
bunnei
2020-10-21
3
-46
/
+30
*
core: Fix clang build
Lioncash
2020-10-18
3
-30
/
+46
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
2
-10
/
+10
*
General: Make use of std::nullopt where applicable
Lioncash
2020-09-22
1
-1
/
+1
*
bsd: Resolve unused value within SendToImpl
Lioncash
2020-09-07
1
-0
/
+1
*
bsd: Resolve sign comparison warnings
Lioncash
2020-09-07
1
-3
/
+3
*
sockets_translate: Make use of designated initializers
Lioncash
2020-09-07
1
-12
/
+12
*
blocking_worker: Make use of templated lambda
Lioncash
2020-09-07
1
-3
/
+2
*
blocking_worker: Resolve -Wdocumentation warning
Lioncash
2020-09-07
1
-1
/
+1
*
service/bsd: Handle Poll with no entries accurately
ReinUsesLisp
2020-07-28
1
-0
/
+5
*
services/bsd: Implement most of bsd:s
ReinUsesLisp
2020-07-28
4
-54
/
+910
*
service/sockets: Add worker pool abstraction
ReinUsesLisp
2020-07-28
1
-0
/
+30
*
service/sockets: Add worker abstraction to execute blocking calls asynchronously
ReinUsesLisp
2020-07-28
1
-0
/
+132
*
service/sockets: Add translate functions
ReinUsesLisp
2020-07-28
2
-0
/
+213
*
service/sockets: Add enumerations and structures
ReinUsesLisp
2020-07-28
2
-0
/
+81
*
service: Update function tables
VolcaEM
2020-06-29
3
-11
/
+22
*
service: Update function tables
Lioncash
2020-04-20
1
-0
/
+1
*
bsd: Stub several more functions.
bunnei
2020-01-25
2
-4
/
+48
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+5
*
service: Update service function tables
Lioncash
2019-04-11
1
-0
/
+5
*
hle/service: Resolve unused variable warnings
Lioncash
2019-04-04
1
-2
/
+10
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
8
-3
/
+18
*
service/sockets: Add ethc:c and ethc:i services
Lioncash
2018-07-26
3
-0
/
+64
*
service/sockets: Add missing bsdcfg socket service
Lioncash
2018-07-26
3
-0
/
+29
*
Services/BSD: Corrected the return for StartMonitoring according to SwIPC.
Subv
2018-07-14
1
-2
/
+1
*
Update clang format
James Rowe
2018-07-03
1
-2
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
2
-7
/
+7
*
sockets: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
2
-7
/
+8
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
8
-32
/
+16
*
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-04-17
2
-0
/
+26
*
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
2018-03-25
7
-30
/
+92
*
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
mailwl
2018-02-22
2
-0
/
+11
*
[WIP] sfdnsres: stub (#146)
mailwl
2018-01-30
4
-2
/
+51
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-4
/
+4
*
Start to implement/stub BSD:U and SFDNSRES services (#78)
flerovium^-^
2018-01-18
5
-0
/
+152