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