index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
sockets
Age
Commit message (
Expand
)
Author
2023-03-01
service: move hle_ipc from kernel
Liam
2023-03-01
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-02-24
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-21
net: translate ECONNRESET network error
MonsterDruide1
2023-02-21
service: refactor server architecture
Liam
2023-02-14
service: remove deleted services
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-28
bsd: Use std::span for read payloads
ameerj
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-09-23
chore: fix some typos
Andrea Pappacoda
2022-08-27
core/bsd: Correctly unbind methods in destructor
FearlessTobi
2022-08-15
core, network: Add ability to proxy socket packets
FearlessTobi
2022-07-25
yuzu: Add ui files for multiplayer rooms
FearlessTobi
2022-07-16
Enable the use of MSG_DONTWAIT flag on RecvImpl
Link4565
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-11
service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4
Jan Beich
2022-04-10
Merge pull request #8171 from tech-ticks/skyline-improvements
Fernando S
2022-04-08
service: sfdnsres: Implement DNS address resolution
tech-ticks
2022-04-07
service: bsd: Add keepalive socket option
tech-ticks
2022-04-02
hle: service: bsd: Create a service thread where appropriate.
bunnei
2022-03-19
core: Reduce unused includes
ameerj
2022-03-15
bsd: Allow inexact match for address length in AcceptImpl
Valeri
2021-11-03
core: Remove unused includes
ameerj
2021-10-07
service: Reduce header include overhead
Morph
2021-09-25
service: bsd: Stub Read
Morph
2021-09-24
service: bsd: Implement Read
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-04-08
sfdnsres: Use proper names
german77
2021-04-08
nsd: Update to 12.x
german77
2021-04-08
ethc: Update to 12.x
german77
2021-03-16
bsd: Avoid writing empty buffers
Morph
2021-02-09
bsd: Remove usage of optional emplace() with no arguments
Lioncash
2021-01-31
bsd: Fix EventFd stub
Morph
2021-01-31
bsd: Fix GetSockOpt stub
Morph
2021-01-30
bsd: Stub EventFd
ameerj
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-27
Stub GetSockOpt
german
2021-01-05
core: Silence warnings when compiling without asserts
ReinUsesLisp
2020-12-28
hle: service: bsd: Update to work with service threads, removing SleepClientT...
bunnei
2020-12-09
Merge pull request #5142 from comex/xx-poll-events
Rodrigo Locatti
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-06
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...
comex
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-09-07
bsd: Resolve unused value within SendToImpl
Lioncash
[next]