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
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
12
-36
/
+24
*
service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4
Jan Beich
2022-04-12
1
-0
/
+4
*
Merge pull request #8171 from tech-ticks/skyline-improvements
Fernando S
2022-04-10
4
-5
/
+201
|
\
|
*
service: sfdnsres: Implement DNS address resolution
tech-ticks
2022-04-08
2
-5
/
+197
|
*
service: bsd: Add keepalive socket option
tech-ticks
2022-04-07
2
-0
/
+4
*
|
hle: service: bsd: Create a service thread where appropriate.
bunnei
2022-04-02
1
-1
/
+2
|
/
*
core: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
bsd: Allow inexact match for address length in AcceptImpl
Valeri
2022-03-15
1
-2
/
+2
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
service: Reduce header include overhead
Morph
2021-10-07
3
-4
/
+5
*
service: bsd: Stub Read
Morph
2021-09-25
1
-6
/
+5
*
service: bsd: Implement Read
Morph
2021-09-24
2
-1
/
+15
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
2
-17
/
+17
*
sfdnsres: Use proper names
german77
2021-04-09
1
-2
/
+2
*
nsd: Update to 12.x
german77
2021-04-09
1
-0
/
+1
*
ethc: Update to 12.x
german77
2021-04-09
1
-0
/
+1
*
bsd: Avoid writing empty buffers
Morph
2021-03-16
1
-2
/
+6
*
bsd: Remove usage of optional emplace() with no arguments
Lioncash
2021-02-09
1
-2
/
+4
*
bsd: Fix EventFd stub
Morph
2021-01-31
1
-3
/
+3
*
bsd: Fix GetSockOpt stub
Morph
2021-01-31
1
-1
/
+5
*
bsd: Stub EventFd
ameerj
2021-01-31
2
-1
/
+12
*
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-29
1
-1
/
+1
*
Stub GetSockOpt
german
2021-01-28
2
-1
/
+17
*
core: Silence warnings when compiling without asserts
ReinUsesLisp
2021-01-05
1
-0
/
+1
*
hle: service: bsd: Update to work with service threads, removing SleepClientThread.
bunnei
2020-12-29
3
-249
/
+45
*
Merge pull request #5142 from comex/xx-poll-events
Rodrigo Locatti
2020-12-09
4
-40
/
+45
|
\
|
*
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`
comex
2020-12-07
4
-40
/
+45
*
|
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
2
-9
/
+9
|
/
*
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