index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
service.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vi: manage resources independently of nvnflinger and refactor
Liam
2024-02-17
1
-10
/
+0
*
nvnflinger: convert to process
Liam
2024-02-17
1
-11
/
+0
*
service: add template serializer for method calls
Liam
2024-01-25
1
-0
/
+16
*
sockets: avoid locking around socket session calls
Liam
2023-08-19
1
-2
/
+2
*
core: service: Add FunctionInfoTyped to allow expanding existing interfaces
german77
2023-04-25
1
-8
/
+12
*
nvnflinger: fix name
Liam
2023-03-01
1
-5
/
+5
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-11
/
+9
*
service: refactor server architecture
Liam
2023-02-21
1
-17
/
+2
*
kernel: invert session request handling flow
Liam
2022-10-31
1
-0
/
+4
*
core: barrier service thread shutdown
Liam
2022-10-23
1
-0
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-26
1
-2
/
+2
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
hle: kernel: Use std::mutex instead of spin locks for most kernel locking.
bunnei
2022-04-11
1
-3
/
+2
*
hle: service: Add option for service interfaces to create or use the default ...
bunnei
2022-04-02
1
-5
/
+9
*
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
bunnei
2022-03-24
1
-1
/
+3
*
hle: service: sm: Refactor to better manage ports.
bunnei
2021-07-20
1
-1
/
+1
*
hle: service: Add a helper module for managing kernel objects.
bunnei
2021-07-20
1
-2
/
+3
*
hle: service: sm: Remove redundant session reservation, etc.
bunnei
2021-06-10
1
-1
/
+4
*
hle: service: Increase arbitrary max sessions limit.
bunnei
2021-06-10
1
-4
/
+1
*
hle: service: Use correct size for ServerSessionCountMax.
bunnei
2021-06-09
1
-4
/
+6
*
hle: kernel: KServerSession: Fix client disconnected.
bunnei
2021-06-09
1
-1
/
+1
*
hle: service: Increase arbitrary max sessions limit.
bunnei
2021-06-09
1
-1
/
+1
*
hle: kernel: Refactor to allocate a ServiceThread per service handler.
bunnei
2021-06-04
1
-2
/
+3
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-6
/
+6
*
hle: service: Add support for dispatching TIPC requests.
bunnei
2021-05-10
1
-1
/
+23
*
hle: service: Implement IPC::CommandType::Close.
bunnei
2021-05-10
1
-1
/
+2
*
hle: kernel: Implement named service ports using service interface factory.
bunnei
2021-05-10
1
-3
/
+5
*
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
1
-1
/
+0
*
hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObj...
bunnei
2021-05-05
1
-4
/
+1
*
hle: service: Acquire and release a lock on requests.
bunnei
2020-12-28
1
-4
/
+12
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-26
1
-5
/
+13
*
hle: services: Fix a crash with improper NVFlinger lifetime management. (#4977)
bunnei
2020-11-24
1
-5
/
+16
*
service: Remove two usages of the global system accessor
Lioncash
2020-09-07
1
-2
/
+2
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
1
-1
/
+1
*
services: Pass FileSystemController as reference to services that need it
Zach Hilman
2019-09-21
1
-4
/
+4
*
fsp-srv: Implement OutputAccessLogToSdCard
Zach Hilman
2019-06-28
1
-2
/
+1
*
core: Add missing override specifiers where applicable
Lioncash
2019-04-04
1
-1
/
+1
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-5
/
+10
*
Fix Service object leak on emulation stop
Jens Schmer
2018-12-13
1
-5
/
+3
*
filesystem: Make CreateFactories() and InstallInterface() take a VfsFilesyste...
Lioncash
2018-10-13
1
-2
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-3
/
+3
*
service: Migrate global named port map to the KernelCore class
Lioncash
2018-09-02
1
-7
/
+0
*
vfs: Make type hierarchy objects classes instead of structs
Lioncash
2018-08-12
1
-1
/
+1
*
core: Port core to VfsFilesystem for file access
Zach Hilman
2018-08-08
1
-1
/
+6
*
kernel: Move object class to its own source files
Lioncash
2018-08-01
1
-2
/
+1
*
core: Make converting constructors explicit where applicable
Lioncash
2018-07-23
1
-1
/
+1
*
core: Relocate g_service_manager to the System class
Lioncash
2018-04-20
1
-1
/
+1
*
Format: Run the new clang format on everything
James Rowe
2018-01-20
1
-2
/
+2
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-1
/
+1
[next]